Searched refs:OSSL_HPKE_seal (Results 1 – 5 of 5) sorted by relevance
/openssl/doc/man3/ |
H A D | OSSL_HPKE_CTX_new.pod | 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(). 411 return 0 before the first call a sender made to OSSL_HPKE_seal() and 1 after [all …]
|
/openssl/test/ |
H A D | hpke_test.c | 161 if (!TEST_true(OSSL_HPKE_seal(sealctx, ct, &ctlen, in do_testhpke() 234 if (!TEST_false(OSSL_HPKE_seal(sealctx, ct, &ctlen, in do_testhpke() 1031 if (!TEST_false(OSSL_HPKE_seal(ctx, cipher, &cipherlen, in test_hpke_modes_suites() 1037 if (!TEST_true(OSSL_HPKE_seal(ctx, cipher, &cipherlen, in test_hpke_modes_suites() 1158 if (!TEST_true(OSSL_HPKE_seal(ctx, cipher, &cipherlen, NULL, 0, in test_hpke_export() 1463 if (!TEST_false(OSSL_HPKE_seal(ctx, cipher, &cipherlen, NULL, 0, in test_hpke_oddcalls() 1489 if (!TEST_false(OSSL_HPKE_seal(ctx, cipher, &cipherlen, NULL, 0, in test_hpke_oddcalls() 1494 if (!TEST_true(OSSL_HPKE_seal(ctx, cipher, &cipherlen, NULL, 0, in test_hpke_oddcalls() 1846 if (!TEST_true(OSSL_HPKE_seal(ctx, cipher, &cipherlen, NULL, 0, in test_hpke_compressed() 1911 if (!TEST_true(OSSL_HPKE_seal(ctx, cipher, &cipherlen, NULL, 0, in test_hpke_noncereuse()
|
/openssl/include/openssl/ |
H A D | hpke.h | 116 int OSSL_HPKE_seal(OSSL_HPKE_CTX *ctx,
|
/openssl/crypto/hpke/ |
H A D | hpke.c | 1152 int OSSL_HPKE_seal(OSSL_HPKE_CTX *ctx, in OSSL_HPKE_seal() function
|
/openssl/util/ |
H A D | libcrypto.num | 5511 OSSL_HPKE_seal 5639 3_2_0 EXIST::FUNCTION:
|
Completed in 32 milliseconds