func crypto/internal/fips140/aes/gcm.NewGCMForTLS13

2 uses

	crypto/internal/fips140/aes/gcm (current package)
		gcm_nonces.go#L155: func NewGCMForTLS13(cipher *aes.Block) (*GCMForTLS13, error) {

	crypto/tls
		cipher_suites.go#L560: 		aead, err = gcm.NewGCMForTLS13(aes.(*fipsaes.Block))