/openssl-master/providers/implementations/exchange/ |
A D | dh_exch.c | 455 if (!OSSL_PARAM_set_utf8_string(p, kdf_type)) in dh_get_ctx_params() 461 && !OSSL_PARAM_set_utf8_string(p, pdhctx->kdf_md == NULL in dh_get_ctx_params() 478 && !OSSL_PARAM_set_utf8_string(p, pdhctx->kdf_cekalg == NULL in dh_get_ctx_params()
|
A D | ecdh_exch.c | 372 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()
|
/openssl-master/providers/implementations/asymciphers/ |
A D | rsa_enc.c | 360 if (!OSSL_PARAM_set_utf8_string(p, word)) in rsa_get_ctx_params() 372 if (p != NULL && !OSSL_PARAM_set_utf8_string(p, prsactx->oaep_md == NULL in rsa_get_ctx_params() 382 if (!OSSL_PARAM_set_utf8_string(p, mgf1_md == NULL in rsa_get_ctx_params()
|
A D | sm2_enc.c | 166 if (!OSSL_PARAM_set_utf8_string(p, md == NULL ? "" in sm2_get_ctx_params()
|
/openssl-master/providers/implementations/rands/ |
A D | drbg_hmac.c | 330 if (!OSSL_PARAM_set_utf8_string(p, name)) in drbg_hmac_get_ctx_params() 337 if (md == NULL || !OSSL_PARAM_set_utf8_string(p, EVP_MD_get0_name(md))) in drbg_hmac_get_ctx_params()
|
A D | drbg_hash.c | 441 if (md == NULL || !OSSL_PARAM_set_utf8_string(p, EVP_MD_get0_name(md))) in drbg_hash_get_ctx_params()
|
A D | drbg_ctr.c | 641 || !OSSL_PARAM_set_utf8_string(p, in drbg_ctr_get_ctx_params()
|
/openssl-master/crypto/ |
A D | param_build_set.c | 51 return OSSL_PARAM_set_utf8_string(p, buf); in ossl_param_build_set_utf8_string()
|
A D | params.c | 1165 int OSSL_PARAM_set_utf8_string(OSSL_PARAM *p, const char *val) in OSSL_PARAM_set_utf8_string() function
|
/openssl-master/providers/implementations/ciphers/ |
A D | cipher_camellia_cts.inc | 55 if (name == NULL || !OSSL_PARAM_set_utf8_string(p, name)) {
|
A D | cipher_aes_cts.inc | 55 if (name == NULL || !OSSL_PARAM_set_utf8_string(p, name)) {
|
/openssl-master/test/ |
A D | params_test.c | 259 && !TEST_true(OSSL_PARAM_set_utf8_string(p, obj->p4))) in api_get_params() 262 && !TEST_true(OSSL_PARAM_set_utf8_string(p, obj->p5))) in api_get_params()
|
A D | params_api_test.c | 561 || !TEST_true(OSSL_PARAM_set_utf8_string(cp, "abcdef")) in test_param_construct()
|
/openssl-master/doc/man3/ |
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 386 OSSL_PARAM_set_utf8_string(p, "bar value");
|
/openssl-master/providers/implementations/signature/ |
A D | rsa_sig.c | 1070 if (!OSSL_PARAM_set_utf8_string(p, word)) in rsa_get_ctx_params() 1082 if (p != NULL && !OSSL_PARAM_set_utf8_string(p, prsactx->mdname)) in rsa_get_ctx_params() 1086 if (p != NULL && !OSSL_PARAM_set_utf8_string(p, prsactx->mgf1_mdname)) in rsa_get_ctx_params() 1119 && !OSSL_PARAM_set_utf8_string(p, value)) in rsa_get_ctx_params()
|
A D | sm2_sig.c | 398 if (p != NULL && !OSSL_PARAM_set_utf8_string(p, psm2ctx->md == NULL in sm2sig_get_ctx_params()
|
A D | dsa_sig.c | 458 if (p != NULL && !OSSL_PARAM_set_utf8_string(p, pdsactx->mdname)) in dsa_get_ctx_params()
|
A D | ecdsa_sig.c | 455 if (p != NULL && !OSSL_PARAM_set_utf8_string(p, ctx->md == NULL in ecdsa_get_ctx_params()
|
/openssl-master/include/openssl/ |
A D | params.h | 132 int OSSL_PARAM_set_utf8_string(OSSL_PARAM *p, const char *val);
|
/openssl-master/providers/implementations/keymgmt/ |
A D | rsa_kmgmt.c | 326 if (!OSSL_PARAM_set_utf8_string(p, RSA_DEFAULT_MD)) in rsa_get_params() 341 if (mdname == NULL || !OSSL_PARAM_set_utf8_string(p, mdname)) in rsa_get_params()
|
A D | ec_kmgmt.c | 694 && !OSSL_PARAM_set_utf8_string(p, EC_DEFAULT_MD)) in common_get_params() 698 && !OSSL_PARAM_set_utf8_string(p, SM2_DEFAULT_MD)) in common_get_params()
|
A D | dsa_kmgmt.c | 291 && !OSSL_PARAM_set_utf8_string(p, DSA_DEFAULT_MD)) in dsa_get_params()
|
A D | ecx_kmgmt.c | 292 && !OSSL_PARAM_set_utf8_string(p, "")) in ed_get_params()
|
/openssl-master/crypto/evp/ |
A D | ctrl_params_translate.c | 685 return OSSL_PARAM_set_utf8_string(ctx->params, ctx->p2); in default_fixup_args()
|
/openssl-master/util/ |
A D | libcrypto.num | 4576 OSSL_PARAM_set_utf8_string 4704 3_0_0 EXIST::FUNCTION:
|