Searched refs:OSSL_HPKE_str2suite (Results 1 – 5 of 5) sorted by relevance
/openssl/include/openssl/ |
H A D | hpke.h | 160 int OSSL_HPKE_str2suite(const char *str, OSSL_HPKE_SUITE *suite);
|
/openssl/test/ |
H A D | hpke_test.c | 1219 if (TEST_true(OSSL_HPKE_str2suite(sstr, &stirred)) != 1) { in test_hpke_suite_strs() 1229 if (TEST_false(OSSL_HPKE_str2suite(bogus_suite_strs[sind], in test_hpke_suite_strs() 1238 if (!TEST_false(OSSL_HPKE_str2suite("", &stirred))) in test_hpke_suite_strs() 1240 if (!TEST_false(OSSL_HPKE_str2suite(NULL, &stirred))) in test_hpke_suite_strs() 1242 if (!TEST_false(OSSL_HPKE_str2suite("", NULL))) in test_hpke_suite_strs() 1246 if (!TEST_false(OSSL_HPKE_str2suite(giant, &stirred))) in test_hpke_suite_strs()
|
/openssl/doc/man3/ |
H A D | OSSL_HPKE_CTX_new.pod | 8 OSSL_HPKE_suite_check, OSSL_HPKE_str2suite, 77 int OSSL_HPKE_str2suite(const char *str, OSSL_HPKE_SUITE *suite); 452 OSSL_HPKE_str2suite() maps input I<str> strings to an B<OSSL_HPKE_SUITE> object.
|
/openssl/crypto/hpke/ |
H A D | hpke.c | 1427 int OSSL_HPKE_str2suite(const char *str, OSSL_HPKE_SUITE *suite) in OSSL_HPKE_str2suite() function
|
/openssl/util/ |
H A D | libcrypto.num | 5499 OSSL_HPKE_str2suite 5627 3_2_0 EXIST::FUNCTION:
|
Completed in 28 milliseconds