Home
last modified time | relevance | path

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

/openssl/include/openssl/
H A Dhpke.h148 int OSSL_HPKE_CTX_set1_ikme(OSSL_HPKE_CTX *ctx,
/openssl/doc/man3/
H A DOSSL_HPKE_CTX_new.pod12 OSSL_HPKE_CTX_set1_psk, OSSL_HPKE_CTX_set1_ikme,
67 int OSSL_HPKE_CTX_set1_ikme(OSSL_HPKE_CTX *ctx,
202 OSSL_HPKE_encap(), OSSL_HPKE_seal(), OSSL_HPKE_CTX_set1_ikme() and
383 OSSL_HPKE_CTX_set1_ikme() allows the user to override this behaviour by
386 If required OSSL_HPKE_CTX_set1_ikme() can optionally be called before
390 It is generally undesirable to use OSSL_HPKE_CTX_set1_ikme(), since it
555 OSSL_HPKE_CTX_set1_ikme() or OSSL_HPKE_keygen()) creates the potential for
/openssl/test/
H A Dhpke_test.c127 if (!TEST_true(OSSL_HPKE_CTX_set1_ikme(sealctx, base->ikmE, base->ikmElen))) in do_testhpke()
1344 if (!TEST_false(OSSL_HPKE_CTX_set1_ikme(NULL, NULL, 0))) in test_hpke_oddcalls()
1444 if (!TEST_false(OSSL_HPKE_CTX_set1_ikme(ctx, fake_ikm, -1))) in test_hpke_oddcalls()
1447 if (!TEST_false(OSSL_HPKE_CTX_set1_ikme(ctx, fake_ikm, 0))) in test_hpke_oddcalls()
/openssl/crypto/hpke/
H A Dhpke.c915 int OSSL_HPKE_CTX_set1_ikme(OSSL_HPKE_CTX *ctx, in OSSL_HPKE_CTX_set1_ikme() function
/openssl/util/
H A Dlibcrypto.num5505 OSSL_HPKE_CTX_set1_ikme 5633 3_2_0 EXIST::FUNCTION:

Completed in 29 milliseconds