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#L513: 		aead, err = boring.NewGCMTLS(aes)