Searched refs:OSSL_PARAM_get_utf8_string (Results 1 – 17 of 17) sorted by relevance
/openssl-master/providers/implementations/exchange/ |
A D | dh_exch.c | 319 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(name))) in dh_set_ctx_params() 334 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(name))) in dh_set_ctx_params() 342 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(mdprops))) in dh_set_ctx_params() 392 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(name))) in dh_set_ctx_params()
|
A D | ecdh_exch.c | 256 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(name))) in ecdh_set_ctx_params() 272 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(name))) in ecdh_set_ctx_params() 280 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(mdprops))) in ecdh_set_ctx_params()
|
/openssl-master/providers/implementations/asymciphers/ |
A D | rsa_enc.c | 437 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(mdname))) in rsa_set_ctx_params() 444 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(mdprops))) in rsa_set_ctx_params() 499 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(mdname))) in rsa_set_ctx_params() 506 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(mdprops))) in rsa_set_ctx_params()
|
/openssl-master/test/ |
A D | params_test.c | 226 if (!TEST_true(OSSL_PARAM_get_utf8_string(p, &obj->p4, 0))) in api_set_params() 231 if (!TEST_true(OSSL_PARAM_get_utf8_string(p, &p5_ptr, sizeof(obj->p5)))) in api_set_params()
|
A D | params_api_test.c | 563 || !TEST_true(OSSL_PARAM_get_utf8_string(cp, &bufp, 0)) in test_param_construct() 570 if (!TEST_true(OSSL_PARAM_get_utf8_string(cp, &bufp, sizeof(buf2))) in test_param_construct()
|
A D | param_build_test.c | 115 || !TEST_true(OSSL_PARAM_get_utf8_string(p, &utf, 0)) in template_public_test()
|
/openssl-master/providers/implementations/signature/ |
A D | dsa_sig.c | 494 if (!OSSL_PARAM_get_utf8_string(p, &pmdname, sizeof(mdname))) in dsa_set_ctx_params() 497 && !OSSL_PARAM_get_utf8_string(propsp, &pmdprops, sizeof(mdprops))) in dsa_set_ctx_params()
|
A D | ecdsa_sig.c | 501 if (!OSSL_PARAM_get_utf8_string(p, &pmdname, sizeof(mdname))) in ecdsa_set_ctx_params() 504 && !OSSL_PARAM_get_utf8_string(propsp, &pmdprops, sizeof(mdprops))) in ecdsa_set_ctx_params()
|
A D | rsa_sig.c | 1168 if (!OSSL_PARAM_get_utf8_string(p, &pmdname, sizeof(mdname))) in rsa_set_ctx_params() 1173 if (!OSSL_PARAM_get_utf8_string(propsp, in rsa_set_ctx_params() 1327 if (!OSSL_PARAM_get_utf8_string(p, &pmgf1mdname, sizeof(mgf1mdname))) in rsa_set_ctx_params() 1332 if (!OSSL_PARAM_get_utf8_string(propsp, in rsa_set_ctx_params()
|
A D | sm2_sig.c | 463 if (!OSSL_PARAM_get_utf8_string(p, &mdname, 0)) in sm2sig_set_ctx_params()
|
/openssl-master/doc/man3/ |
A D | OSSL_PARAM_int.pod | 25 OSSL_PARAM_get_utf8_string, OSSL_PARAM_get_octet_string, 87 int OSSL_PARAM_get_utf8_string(const OSSL_PARAM *p, char **val, 241 OSSL_PARAM_get_utf8_string() retrieves a UTF8 string from the parameter 292 This is different from OSSL_PARAM_get_utf8_string(), which copies the
|
/openssl-master/providers/implementations/storemgmt/ |
A D | file_store.c | 338 if (!OSSL_PARAM_get_utf8_string(p, &ctx->_.file.propq, 0)) in file_set_ctx_params() 345 if (!OSSL_PARAM_get_utf8_string(p, &ctx->_.file.input_type, 0)) in file_set_ctx_params()
|
/openssl-master/include/openssl/ |
A D | params.h | 131 int OSSL_PARAM_get_utf8_string(const OSSL_PARAM *p, char **val, size_t max_len);
|
/openssl-master/crypto/encode_decode/ |
A D | decoder_pkey.c | 94 if (!OSSL_PARAM_get_utf8_string(p, &object_type, 0)) in decoder_construct_pkey()
|
/openssl-master/crypto/ |
A D | params.c | 1113 int OSSL_PARAM_get_utf8_string(const OSSL_PARAM *p, char **val, size_t max_len) in OSSL_PARAM_get_utf8_string() function
|
/openssl-master/crypto/evp/ |
A D | ctrl_params_translate.c | 637 return OSSL_PARAM_get_utf8_string(ctx->params, in default_fixup_args()
|
/openssl-master/util/ |
A D | libcrypto.num | 4575 OSSL_PARAM_get_utf8_string 4703 3_0_0 EXIST::FUNCTION:
|
Completed in 37 milliseconds