func crypto/internal/hpke.SetupReceipient

2 uses

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

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