Lines Matching refs:OSSL_HPKE_seal
7 OSSL_HPKE_seal, OSSL_HPKE_open, OSSL_HPKE_export,
35 int OSSL_HPKE_seal(OSSL_HPKE_CTX *ctx,
154 OSSL_HPKE_export() can be used, but OSSL_HPKE_open() and OSSL_HPKE_seal() will
202 OSSL_HPKE_encap(), OSSL_HPKE_seal(), OSSL_HPKE_CTX_set1_ikme() and
254 OSSL_HPKE_seal() to encrypt plaintexts using the secret stored within I<ctx>.
268 OSSL_HPKE_seal() takes the B<OSSL_HPKE_CTX> context I<ctx>, the plaintext
275 OSSL_HPKE_encap() must be called before the OSSL_HPKE_seal(). OSSL_HPKE_seal()
327 OSSL_HPKE_open() may be called multiple times, but as with OSSL_HPKE_seal()
329 presented in the same order as used by the OSSL_HPKE_seal().
400 OSSL_HPKE_seal() as explained below). The OSSL_HPKE_CTX_set_seq() API can be
411 return 0 before the first call a sender made to OSSL_HPKE_seal() and 1 after
440 public value needs to be regenerated by a sender before calling OSSL_HPKE_seal().
526 if (OSSL_HPKE_seal(sctx, ct, &ctlen, aad, aadlen, pt, ptlen) != 1)