Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_set_utf8_string (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/crypto/openssl/providers/implementations/exchange/
H A Ddh_exch.c468 if (!OSSL_PARAM_set_utf8_string(p, kdf_type)) in dh_get_ctx_params()
474 && !OSSL_PARAM_set_utf8_string(p, pdhctx->kdf_md == NULL in dh_get_ctx_params()
491 && !OSSL_PARAM_set_utf8_string(p, pdhctx->kdf_cekalg == NULL in dh_get_ctx_params()
H A Decdh_exch.c372 if (!OSSL_PARAM_set_utf8_string(p, kdf_type)) in ecdh_get_ctx_params()
378 && !OSSL_PARAM_set_utf8_string(p, pectx->kdf_md == NULL in ecdh_get_ctx_params()
/freebsd/crypto/openssl/providers/implementations/asymciphers/
H A Drsa_enc.c362 if (!OSSL_PARAM_set_utf8_string(p, word)) in rsa_get_ctx_params()
374 if (p != NULL && !OSSL_PARAM_set_utf8_string(p, prsactx->oaep_md == NULL in rsa_get_ctx_params()
384 if (!OSSL_PARAM_set_utf8_string(p, mgf1_md == NULL in rsa_get_ctx_params()
H A Dsm2_enc.c168 if (!OSSL_PARAM_set_utf8_string(p, md == NULL ? "" in sm2_get_ctx_params()
/freebsd/crypto/openssl/providers/implementations/rands/
H A Ddrbg_hmac.c331 if (!OSSL_PARAM_set_utf8_string(p, name)) in drbg_hmac_get_ctx_params()
338 if (md == NULL || !OSSL_PARAM_set_utf8_string(p, EVP_MD_get0_name(md))) in drbg_hmac_get_ctx_params()
H A Ddrbg_hash.c442 if (md == NULL || !OSSL_PARAM_set_utf8_string(p, EVP_MD_get0_name(md))) in drbg_hash_get_ctx_params()
H A Ddrbg_ctr.c641 || !OSSL_PARAM_set_utf8_string(p, in drbg_ctr_get_ctx_params()
/freebsd/crypto/openssl/crypto/
H A Dparam_build_set.c51 return OSSL_PARAM_set_utf8_string(p, buf); in ossl_param_build_set_utf8_string()
H A Dparams.c1189 int OSSL_PARAM_set_utf8_string(OSSL_PARAM *p, const char *val) in OSSL_PARAM_set_utf8_string() function
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cts.inc55 if (name == NULL || !OSSL_PARAM_set_utf8_string(p, name)) {
H A Dcipher_camellia_cts.inc55 if (name == NULL || !OSSL_PARAM_set_utf8_string(p, name)) {
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_PARAM_int.pod32 OSSL_PARAM_set_utf8_string, OSSL_PARAM_set_octet_string,
89 int OSSL_PARAM_set_utf8_string(OSSL_PARAM *p, const char *val);
250 OSSL_PARAM_set_utf8_string() sets a UTF8 string from the parameter pointed to
392 OSSL_PARAM_set_utf8_string(p, "bar value");
/freebsd/crypto/openssl/providers/implementations/signature/
H A Drsa_sig.c1077 if (!OSSL_PARAM_set_utf8_string(p, word)) in rsa_get_ctx_params()
1089 if (p != NULL && !OSSL_PARAM_set_utf8_string(p, prsactx->mdname)) in rsa_get_ctx_params()
1093 if (p != NULL && !OSSL_PARAM_set_utf8_string(p, prsactx->mgf1_mdname)) in rsa_get_ctx_params()
1126 && !OSSL_PARAM_set_utf8_string(p, value)) in rsa_get_ctx_params()
H A Dsm2_sig.c407 if (p != NULL && !OSSL_PARAM_set_utf8_string(p, psm2ctx->md == NULL in sm2sig_get_ctx_params()
H A Ddsa_sig.c458 if (p != NULL && !OSSL_PARAM_set_utf8_string(p, pdsactx->mdname)) in dsa_get_ctx_params()
H A Decdsa_sig.c455 if (p != NULL && !OSSL_PARAM_set_utf8_string(p, ctx->md == NULL in ecdsa_get_ctx_params()
/freebsd/crypto/openssl/test/
H A Dparams_test.c260 && !TEST_true(OSSL_PARAM_set_utf8_string(p, obj->p4))) in api_get_params()
263 && !TEST_true(OSSL_PARAM_set_utf8_string(p, obj->p5))) in api_get_params()
H A Dparams_api_test.c561 || !TEST_true(OSSL_PARAM_set_utf8_string(cp, "abcdef")) in test_param_construct()
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Drsa_kmgmt.c355 if (!OSSL_PARAM_set_utf8_string(p, RSA_DEFAULT_MD)) in rsa_get_params()
370 if (mdname == NULL || !OSSL_PARAM_set_utf8_string(p, mdname)) in rsa_get_params()
H A Dec_kmgmt.c717 && !OSSL_PARAM_set_utf8_string(p, EC_DEFAULT_MD)) in common_get_params()
721 && !OSSL_PARAM_set_utf8_string(p, SM2_DEFAULT_MD)) in common_get_params()
H A Ddsa_kmgmt.c327 && !OSSL_PARAM_set_utf8_string(p, DSA_DEFAULT_MD)) in dsa_get_params()
H A Decx_kmgmt.c312 && !OSSL_PARAM_set_utf8_string(p, "")) in ed_get_params()
/freebsd/crypto/openssl/include/openssl/
H A Dparams.h132 int OSSL_PARAM_set_utf8_string(OSSL_PARAM *p, const char *val);
/freebsd/crypto/openssl/crypto/evp/
H A Dctrl_params_translate.c683 return OSSL_PARAM_set_utf8_string(ctx->params, ctx->p2); in default_fixup_args()
/freebsd/secure/lib/libcrypto/
H A DVersion.map5186 OSSL_PARAM_set_utf8_string;

12