type crypto/internal/hpke.Receipient
6 uses
crypto/internal/hpke (current package)
hpke.go#L142: type Receipient struct {
hpke.go#L240: func SetupReceipient(kemID, kdfID, aeadID uint16, priv *ecdh.PrivateKey, info, encPubEph []byte) (*Receipient, error) {
hpke.go#L255: return &Receipient{context}, nil
hpke.go#L281: func (r *Receipient) Open(aad, ciphertext []byte) ([]byte, error) {
crypto/tls
ech.go#L411: func decryptECHPayload(context *hpke.Receipient, hello, payload []byte) ([]byte, error) {
handshake_server_tls13.go#L33: hpkeContext *hpke.Receipient