func crypto/cipher.NewGCM
6 uses
crypto/cipher (current package)
gcm.go#L84: func NewGCM(cipher Block) (AEAD, error) {
crypto/tls
cipher_suites.go#L340: aead, err := cipher.NewGCM(aes)
cipher_suites.go#L358: aead, err := cipher.NewGCM(aes)
golang.org/x/crypto/ssh
cipher.go#L316: aead, err := cipher.NewGCM(c)
google.golang.org/grpc/credentials/alts/internal/conn
aeadrekey.go#L100: s.gcmAEAD, err = cipher.NewGCM(a)
aes128gcm.go#L52: a, err := cipher.NewGCM(c)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |