crypto/internal/hpke.Recipient.Open (method)

2 uses

	crypto/internal/hpke (current package)
		hpke.go#L303: func (r *Recipient) Open(aad, ciphertext []byte) ([]byte, error) {

	crypto/tls
		ech.go#L424: 	return context.Open(outerAAD, payload)