/openssl/providers/implementations/kdfs/ |
H A D | hmacdrbg_kdf.c | 152 if (!OSSL_PARAM_set_utf8_string(p, name)) in hmac_drbg_kdf_get_ctx_params() 159 if (md == NULL || !OSSL_PARAM_set_utf8_string(p, EVP_MD_get0_name(md))) in hmac_drbg_kdf_get_ctx_params()
|
/openssl/providers/implementations/exchange/ |
H A D | dh_exch.c | 517 if (!OSSL_PARAM_set_utf8_string(p, kdf_type)) in dh_get_ctx_params() 523 && !OSSL_PARAM_set_utf8_string(p, pdhctx->kdf_md == NULL in dh_get_ctx_params() 540 && !OSSL_PARAM_set_utf8_string(p, pdhctx->kdf_cekalg == NULL in dh_get_ctx_params()
|
H A D | ecdh_exch.c | 414 if (!OSSL_PARAM_set_utf8_string(p, kdf_type)) in ecdh_get_ctx_params() 420 && !OSSL_PARAM_set_utf8_string(p, pectx->kdf_md == NULL in ecdh_get_ctx_params()
|
/openssl/providers/implementations/asymciphers/ |
H A D | rsa_enc.c | 390 if (!OSSL_PARAM_set_utf8_string(p, word)) in rsa_get_ctx_params() 402 if (p != NULL && !OSSL_PARAM_set_utf8_string(p, prsactx->oaep_md == NULL in rsa_get_ctx_params() 412 if (!OSSL_PARAM_set_utf8_string(p, mgf1_md == NULL in rsa_get_ctx_params()
|
H A D | sm2_enc.c | 169 if (!OSSL_PARAM_set_utf8_string(p, md == NULL ? "" in sm2_get_ctx_params()
|
/openssl/crypto/ |
H A D | param_build_set.c | 51 return OSSL_PARAM_set_utf8_string(p, buf); in ossl_param_build_set_utf8_string()
|
H A D | params.c | 1415 int OSSL_PARAM_set_utf8_string(OSSL_PARAM *p, const char *val) in OSSL_PARAM_set_utf8_string() function
|
/openssl/providers/implementations/ciphers/ |
H A D | cipher_camellia_cts.inc | 55 if (name == NULL || !OSSL_PARAM_set_utf8_string(p, name)) {
|
H A D | cipher_aes_cts.inc | 55 if (name == NULL || !OSSL_PARAM_set_utf8_string(p, name)) {
|
/openssl/providers/implementations/rands/ |
H A D | drbg_hmac.c | 378 if (!OSSL_PARAM_set_utf8_string(p, name)) in drbg_hmac_get_ctx_params() 385 if (md == NULL || !OSSL_PARAM_set_utf8_string(p, EVP_MD_get0_name(md))) in drbg_hmac_get_ctx_params()
|
H A D | drbg_hash.c | 483 if (md == NULL || !OSSL_PARAM_set_utf8_string(p, EVP_MD_get0_name(md))) in drbg_hash_get_ctx_params()
|
H A D | drbg_ctr.c | 681 || !OSSL_PARAM_set_utf8_string(p, in drbg_ctr_get_ctx_params()
|
/openssl/doc/man3/ |
H A D | OSSL_PARAM_int.pod | 32 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 391 OSSL_PARAM_set_utf8_string(p, "bar value");
|
/openssl/test/ |
H A D | params_test.c | 260 && !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 D | params_api_test.c | 684 || !TEST_true(OSSL_PARAM_set_utf8_string(cp, "abcdef")) in test_param_construct()
|
/openssl/include/openssl/ |
H A D | params.h | 135 int OSSL_PARAM_set_utf8_string(OSSL_PARAM *p, const char *val);
|
/openssl/providers/implementations/keymgmt/ |
H A D | rsa_kmgmt.c | 355 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 D | ec_kmgmt.c | 720 && !OSSL_PARAM_set_utf8_string(p, EC_DEFAULT_MD)) in common_get_params() 724 && !OSSL_PARAM_set_utf8_string(p, SM2_DEFAULT_MD)) in common_get_params()
|
H A D | dsa_kmgmt.c | 330 && !OSSL_PARAM_set_utf8_string(p, DSA_DEFAULT_MD)) in dsa_get_params()
|
H A D | ecx_kmgmt.c | 327 && !OSSL_PARAM_set_utf8_string(p, "")) in ed_get_params()
|
/openssl/providers/implementations/signature/ |
H A D | rsa_sig.c | 1426 if (!OSSL_PARAM_set_utf8_string(p, word)) in rsa_get_ctx_params() 1438 if (p != NULL && !OSSL_PARAM_set_utf8_string(p, prsactx->mdname)) in rsa_get_ctx_params() 1442 if (p != NULL && !OSSL_PARAM_set_utf8_string(p, prsactx->mgf1_mdname)) in rsa_get_ctx_params() 1478 && !OSSL_PARAM_set_utf8_string(p, value)) in rsa_get_ctx_params()
|
H A D | sm2_sig.c | 419 if (p != NULL && !OSSL_PARAM_set_utf8_string(p, psm2ctx->md == NULL in sm2sig_get_ctx_params()
|
H A D | dsa_sig.c | 685 if (p != NULL && !OSSL_PARAM_set_utf8_string(p, pdsactx->mdname)) in dsa_get_ctx_params()
|
H A D | ecdsa_sig.c | 686 if (p != NULL && !OSSL_PARAM_set_utf8_string(p, ctx->md == NULL in ecdsa_get_ctx_params()
|
/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 681 return OSSL_PARAM_set_utf8_string(ctx->params, ctx->p2); in default_fixup_args()
|