const crypto/internal/hpke.AEAD_AES_128_GCM

2 uses

	crypto/internal/hpke (current package)
		hpke.go#L157: 	AEAD_AES_128_GCM      = 0x0001
		hpke.go#L168: 	AEAD_AES_128_GCM:      {keySize: 16, nonceSize: 12, aead: aesGCMNew},