func crypto/internal/hpke.SetupRecipient

2 uses

	crypto/internal/hpke (current package)
		hpke.go#L262: func SetupRecipient(kemID, kdfID, aeadID uint16, priv *ecdh.PrivateKey, info, encPubEph []byte) (*Recipient, error) {

	crypto/tls
		ech.go#L616: 		hpkeContext, err := hpke.SetupRecipient(hpke.DHKEM_X25519_HKDF_SHA256, echCiphersuite.KDFID, echCiphersuite.AEADID, echPriv, info, encap)