Home
last modified time | relevance | path

Searched refs:OSSL_HPKE_encap (Results 1 – 5 of 5) sorted by relevance

/openssl/test/
H A Dhpke_test.c152 if (!TEST_true(OSSL_HPKE_encap(sealctx, enc, &enclen, in do_testhpke()
1024 if (!TEST_true(OSSL_HPKE_encap(ctx, senderpub, in test_hpke_modes_suites()
1156 if (!TEST_true(OSSL_HPKE_encap(ctx, enc, &enclen, pub, publen, NULL, 0))) in test_hpke_export()
1394 if (!TEST_false(OSSL_HPKE_encap(NULL, NULL, NULL, NULL, 0, NULL, 0))) in test_hpke_oddcalls()
1467 if (!TEST_false(OSSL_HPKE_encap(ctx, enc, &enclen, pub, 1, NULL, 0))) in test_hpke_oddcalls()
1470 if (!TEST_false(OSSL_HPKE_encap(ctx, enc, &enclen, pub, 1, info, -1))) in test_hpke_oddcalls()
1473 if (!TEST_false(OSSL_HPKE_encap(ctx, enc, &enclen, pub, 1, NULL, 1))) in test_hpke_oddcalls()
1476 if (!TEST_false(OSSL_HPKE_encap(ctx, enc, &enclen, pub, 1, info, 0))) in test_hpke_oddcalls()
1482 if (!TEST_true(OSSL_HPKE_encap(ctx, enc, &enclen, pub, publen, NULL, 0))) in test_hpke_oddcalls()
1844 if (!TEST_true(OSSL_HPKE_encap(ctx, enc, &enclen, pub, publen, NULL, 0))) in test_hpke_compressed()
[all …]
/openssl/doc/man3/
H A DOSSL_HPKE_CTX_new.pod6 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
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
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.
[all …]
/openssl/include/openssl/
H A Dhpke.h112 int OSSL_HPKE_encap(OSSL_HPKE_CTX *ctx,
/openssl/crypto/hpke/
H A Dhpke.c1056 int OSSL_HPKE_encap(OSSL_HPKE_CTX *ctx, in OSSL_HPKE_encap() function
/openssl/util/
H A Dlibcrypto.num5509 OSSL_HPKE_encap 5637 3_2_0 EXIST::FUNCTION:

Completed in 33 milliseconds