func crypto/des.NewTripleDESCipher
4 uses
crypto/des (current package)
cipher.go#L79: func NewTripleDESCipher(key []byte) (cipher.Block, error) {
crypto/tls
cipher_suites.go#L414: block, _ := des.NewTripleDESCipher(key)
crypto/x509
pem_decrypt.go#L55: cipherFunc: des.NewTripleDESCipher,
github.com/refraction-networking/utls
cipher_suites.go#L409: block, _ := des.NewTripleDESCipher(key)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |