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

2 uses

	crypto/internal/fips140/aes/gcm (current package)
		gcm_nonces.go#L67: func NewGCMForTLS12(cipher *aes.Block) (*GCMWithCounterNonce, error) {

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