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

2 uses

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

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