func crypto/internal/boring.NewGCMTLS
2 uses
crypto/internal/boring (current package)
notboring.go#L52: func NewGCMTLS(cipher.Block) (cipher.AEAD, error) { panic("boringcrypto: not available") }
crypto/tls
cipher_suites.go#L523: aead, err = boring.NewGCMTLS(aes)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)