func crypto/internal/boring.NewGCMTLS13

2 uses

	crypto/internal/boring (current package)
		notboring.go#L53: func NewGCMTLS13(cipher.Block) (cipher.AEAD, error) { panic("boringcrypto: not available") }

	crypto/tls
		cipher_suites.go#L557: 		aead, err = boring.NewGCMTLS13(aes)