Searched refs:OSSL_HPKE_decap (Results 1 – 5 of 5) sorted by relevance
/openssl/test/ |
H A D | hpke_test.c | 192 if (!TEST_true(OSSL_HPKE_decap(openctx, enc, enclen, privR, in do_testhpke() 1070 if (!TEST_true(OSSL_HPKE_decap(rctx, senderpub, in test_hpke_modes_suites() 1175 if (!TEST_true(OSSL_HPKE_decap(rctx, enc, enclen, privp, NULL, 0))) in test_hpke_export() 1396 if (!TEST_false(OSSL_HPKE_decap(NULL, NULL, 0, NULL, NULL, 0))) in test_hpke_oddcalls() 1504 if (!TEST_false(OSSL_HPKE_decap(rctx, enc, enclen, privp, NULL, 0))) in test_hpke_oddcalls() 1519 if (!TEST_false(OSSL_HPKE_decap(rctx, enc, enclen, privp, info, -1))) in test_hpke_oddcalls() 1522 if (!TEST_true(OSSL_HPKE_decap(rctx, enc, enclen, privp, NULL, 0))) in test_hpke_oddcalls() 1525 if (!TEST_false(OSSL_HPKE_decap(rctx, enc, enclen, privp, NULL, 0))) in test_hpke_oddcalls() 1857 if (!TEST_true(OSSL_HPKE_decap(rctx, enc, enclen, privp, NULL, 0))) in test_hpke_compressed() 1923 if (!TEST_true(OSSL_HPKE_decap(rctx, enc, enclen, privp, NULL, 0))) in test_hpke_noncereuse()
|
/openssl/doc/man3/ |
H A D | OSSL_HPKE_CTX_new.pod | 6 OSSL_HPKE_encap, OSSL_HPKE_decap, 44 int OSSL_HPKE_decap(OSSL_HPKE_CTX *ctx, 207 An I<OSSL_HPKE_CTX> with this role can be used with OSSL_HPKE_decap(), 312 OSSL_HPKE_decap() takes as input the sender's encapsulated public value 317 OSSL_HPKE_decap() is allowed for a given B<OSSL_HPKE_CTX>. 341 receiver must call OSSL_HPKE_decap() in order to derive the same shared secret. 364 calling OSSL_HPKE_decap(). 374 before OSSL_HPKE_encap() or OSSL_HPKE_decap(). 534 if (OSSL_HPKE_decap(rctx, enc, enclen, priv, info, infolen) != 1)
|
/openssl/include/openssl/ |
H A D | hpke.h | 125 int OSSL_HPKE_decap(OSSL_HPKE_CTX *ctx,
|
/openssl/crypto/hpke/ |
H A D | hpke.c | 1104 int OSSL_HPKE_decap(OSSL_HPKE_CTX *ctx, in OSSL_HPKE_decap() function
|
/openssl/util/ |
H A D | libcrypto.num | 5510 OSSL_HPKE_decap 5638 3_2_0 EXIST::FUNCTION:
|
Completed in 53 milliseconds