func crypto/des.NewCipher

2 uses

	crypto/des (current package)
		cipher.go#L29: func NewCipher(key []byte) (cipher.Block, error) {

	crypto/x509
		pem_decrypt.go#L49: 	cipherFunc: des.NewCipher,