Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_get_utf8_ptr (Results 1 – 10 of 10) sorted by relevance

/third_party/openssl/crypto/rsa/
Drsa_backend.c276 else if (!OSSL_PARAM_get_utf8_ptr(param_mgf, &mgfname)) in ossl_rsa_pss_params_30_fromdata()
294 else if (!OSSL_PARAM_get_utf8_ptr(param_mgf, &mdname)) in ossl_rsa_pss_params_30_fromdata()
308 else if (!OSSL_PARAM_get_utf8_ptr(param_mgf, &mgf1mdname)) in ossl_rsa_pss_params_30_fromdata()
/third_party/openssl/crypto/ec/
Dec_backend.c122 status = OSSL_PARAM_get_utf8_ptr(p, &name); in ec_set_check_group_type_from_param()
696 status = OSSL_PARAM_get_utf8_ptr(p, &name); in ossl_ec_encoding_param2id()
722 status = OSSL_PARAM_get_utf8_ptr(p, &name); in ossl_ec_pt_format_param2id()
Dec_lib.c1485 ok = OSSL_PARAM_get_utf8_ptr(p, &curve_name); in group_new_from_name()
/third_party/openssl/include/openssl/
Dparams.h138 int OSSL_PARAM_get_utf8_ptr(const OSSL_PARAM *p, const char **val);
/third_party/openssl/doc/man3/
DOSSL_PARAM_int.pod26 OSSL_PARAM_get_utf8_ptr, OSSL_PARAM_get_octet_ptr,
95 int OSSL_PARAM_get_utf8_ptr(const OSSL_PARAM *p, const char **val);
276 OSSL_PARAM_get_utf8_ptr() retrieves the UTF8 string pointer from the parameter
/third_party/openssl/crypto/
Dparams.c1213 int OSSL_PARAM_get_utf8_ptr(const OSSL_PARAM *p, const char **val) in OSSL_PARAM_get_utf8_ptr() function
1285 return OSSL_PARAM_get_utf8_ptr(p, val) in OSSL_PARAM_get_utf8_string_ptr()
/third_party/openssl/test/
Dparams_test.c236 if (!TEST_true(OSSL_PARAM_get_utf8_ptr(p, &obj->p6))) in api_set_params()
Dparam_build_test.c119 || !TEST_true(OSSL_PARAM_get_utf8_ptr(p, &cutf)) in template_public_test()
Dparams_api_test.c579 || !TEST_true(OSSL_PARAM_get_utf8_ptr(cp, (const char **)&bufp2)) in test_param_construct()
/third_party/openssl/util/
Dlibcrypto.num4579 OSSL_PARAM_get_utf8_ptr 4707 3_0_0 EXIST::FUNCTION: