func golang.org/x/crypto/ssh.newTripleDESCBCCipher

2 uses

	golang.org/x/crypto/ssh (current package)
		cipher.go#L130: 	tripledescbcID: {24, des.BlockSize, newTripleDESCBCCipher},
		cipher.go#L456: func newTripleDESCBCCipher(key, iv, macKey []byte, algs directionAlgorithms) (packetCipher, error) {