func crypto/cipher.NewGCM

2 uses

	crypto/cipher (current package)
		gcm.go#L30: func NewGCM(cipher Block) (AEAD, error) {

	crypto/internal/hpke
		hpke.go#L151: 	return cipher.NewGCM(block)