Lines Matching refs:OSSL_HPKE_encap
6 OSSL_HPKE_encap, OSSL_HPKE_decap,
31 int OSSL_HPKE_encap(OSSL_HPKE_CTX *ctx,
202 OSSL_HPKE_encap(), OSSL_HPKE_seal(), OSSL_HPKE_CTX_set1_ikme() and
250 OSSL_HPKE_encap()) the sender's public value using the recipient's public key,
256 OSSL_HPKE_encap() uses the HPKE context I<ctx>, the recipient public value
265 process. Only a single call to OSSL_HPKE_encap() is allowed for a given
275 OSSL_HPKE_encap() must be called before the OSSL_HPKE_seal(). OSSL_HPKE_seal()
313 produced by OSSL_HPKE_encap() (I<enc>) and the recipient's L<EVP_PKEY(3)>
340 of size I<secretlen>. The sender must first call OSSL_HPKE_encap(), and the
360 OSSL_HPKE_encap().
374 before OSSL_HPKE_encap() or OSSL_HPKE_decap().
382 OSSL_HPKE_encap() and remains secret.
387 OSSL_HPKE_encap().
524 if (OSSL_HPKE_encap(sctx, enc, &enclen, pub, publen, info, infolen) != 1)