Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_get_utf8_string (Results 1 – 19 of 19) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/exchange/
H A Ddh_exch.c325 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(name))) in dh_set_ctx_params()
340 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(name))) in dh_set_ctx_params()
348 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(mdprops))) in dh_set_ctx_params()
402 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(name))) in dh_set_ctx_params()
H A Decdh_exch.c256 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()
/freebsd/crypto/openssl/providers/implementations/asymciphers/
H A Drsa_enc.c440 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(mdname))) in rsa_set_ctx_params()
447 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(mdprops))) in rsa_set_ctx_params()
503 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(mdname))) in rsa_set_ctx_params()
510 if (!OSSL_PARAM_get_utf8_string(p, &str, sizeof(mdprops))) in rsa_set_ctx_params()
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_PARAM_int.pod25 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
/freebsd/crypto/openssl/providers/implementations/signature/
H A Ddsa_sig.c494 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()
H A Drsa_sig.c1175 if (!OSSL_PARAM_get_utf8_string(p, &pmdname, sizeof(mdname))) in rsa_set_ctx_params()
1180 if (!OSSL_PARAM_get_utf8_string(propsp, in rsa_set_ctx_params()
1334 if (!OSSL_PARAM_get_utf8_string(p, &pmgf1mdname, sizeof(mgf1mdname))) in rsa_set_ctx_params()
1339 if (!OSSL_PARAM_get_utf8_string(propsp, in rsa_set_ctx_params()
H A Decdsa_sig.c501 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()
H A Dsm2_sig.c473 if (!OSSL_PARAM_get_utf8_string(p, &mdname, 0)) in sm2sig_set_ctx_params()
/freebsd/crypto/openssl/providers/implementations/storemgmt/
H A Dfile_store.c336 if (!OSSL_PARAM_get_utf8_string(p, &ctx->_.file.propq, 0)) in file_set_ctx_params()
343 if (!OSSL_PARAM_get_utf8_string(p, &ctx->_.file.input_type, 0)) in file_set_ctx_params()
/freebsd/crypto/openssl/test/
H A Dparams_test.c227 if (!TEST_true(OSSL_PARAM_get_utf8_string(p, &obj->p4, 0))) in api_set_params()
232 if (!TEST_true(OSSL_PARAM_get_utf8_string(p, &p5_ptr, sizeof(obj->p5)))) in api_set_params()
H A Dparams_api_test.c563 || !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()
H A Dparam_build_test.c184 || !TEST_true(OSSL_PARAM_get_utf8_string(p, &utf, 0)) in template_public_test()
/freebsd/crypto/openssl/include/openssl/
H A Dparams.h131 int OSSL_PARAM_get_utf8_string(const OSSL_PARAM *p, char **val, size_t max_len);
/freebsd/crypto/openssl/crypto/encode_decode/
H A Ddecoder_pkey.c93 if (!OSSL_PARAM_get_utf8_string(p, &object_type, 0)) in decoder_construct_pkey()
/freebsd/crypto/openssl/crypto/
H A Dparams.c1137 int OSSL_PARAM_get_utf8_string(const OSSL_PARAM *p, char **val, size_t max_len) in OSSL_PARAM_get_utf8_string() function
/freebsd/crypto/openssl/crypto/evp/
H A Dctrl_params_translate.c635 return OSSL_PARAM_get_utf8_string(ctx->params, in default_fixup_args()
/freebsd/secure/lib/libcrypto/
H A DVersion.map5164 OSSL_PARAM_get_utf8_string;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3128 MLINKS+= OSSL_PARAM_int.3 OSSL_PARAM_get_utf8_string.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num4575 OSSL_PARAM_get_utf8_string 4703 3_0_0 EXIST::FUNCTION: