| /freebsd/crypto/openssl/providers/implementations/kdfs/ |
| H A D | hmacdrbg_kdf.c | 153 if (!OSSL_PARAM_set_utf8_string(p, name)) in hmac_drbg_kdf_get_ctx_params() 160 if (md == NULL || !OSSL_PARAM_set_utf8_string(p, EVP_MD_get0_name(md))) in hmac_drbg_kdf_get_ctx_params()
|
| /freebsd/crypto/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 ? "" : EVP_MD_get0_name(pdhctx->kdf_md)))… in dh_get_ctx_params() 538 && !OSSL_PARAM_set_utf8_string(p, pdhctx->kdf_cekalg == NULL ? "" : pdhctx->kdf_cekalg)) in dh_get_ctx_params()
|
| H A D | ecdh_exch.c | 405 if (!OSSL_PARAM_set_utf8_string(p, kdf_type)) in ecdh_get_ctx_params() 411 … && !OSSL_PARAM_set_utf8_string(p, pectx->kdf_md == NULL ? "" : EVP_MD_get0_name(pectx->kdf_md))) { in ecdh_get_ctx_params()
|
| /freebsd/crypto/openssl/providers/implementations/asymciphers/ |
| H A D | rsa_enc.c | 398 if (!OSSL_PARAM_set_utf8_string(p, word)) in rsa_get_ctx_params() 409 …if (p != NULL && !OSSL_PARAM_set_utf8_string(p, prsactx->oaep_md == NULL ? "" : EVP_MD_get0_name(p… in rsa_get_ctx_params() 417 if (!OSSL_PARAM_set_utf8_string(p, mgf1_md == NULL ? "" : EVP_MD_get0_name(mgf1_md))) in rsa_get_ctx_params()
|
| H A D | sm2_enc.c | 169 if (!OSSL_PARAM_set_utf8_string(p, md == NULL ? "" : EVP_MD_get0_name(md))) in sm2_get_ctx_params()
|
| /freebsd/crypto/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()
|
| /freebsd/crypto/openssl/providers/implementations/ciphers/ |
| H A D | cipher_aes_cts.inc | 55 if (name == NULL || !OSSL_PARAM_set_utf8_string(p, name)) {
|
| H A D | cipher_camellia_cts.inc | 55 if (name == NULL || !OSSL_PARAM_set_utf8_string(p, name)) {
|
| /freebsd/crypto/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");
|
| /freebsd/crypto/openssl/providers/implementations/rands/ |
| H A D | drbg_hmac.c | 380 if (!OSSL_PARAM_set_utf8_string(p, name)) in drbg_hmac_get_ctx_params() 387 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 | 485 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 | 685 || !OSSL_PARAM_set_utf8_string(p, in drbg_ctr_get_ctx_params()
|
| /freebsd/crypto/openssl/test/ |
| H 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()
|
| H A D | params_api_test.c | 693 || !TEST_true(OSSL_PARAM_set_utf8_string(cp, "abcdef")) in test_param_construct()
|
| /freebsd/crypto/openssl/providers/implementations/keymgmt/ |
| H A D | rsa_kmgmt.c | 349 if (!OSSL_PARAM_set_utf8_string(p, RSA_DEFAULT_MD)) in rsa_get_params() 364 if (mdname == NULL || !OSSL_PARAM_set_utf8_string(p, mdname)) in rsa_get_params()
|
| H A D | slh_dsa_kmgmt.c | 216 if (p != NULL && !OSSL_PARAM_set_utf8_string(p, "")) in slh_dsa_get_params()
|
| H A D | ml_dsa_kmgmt.c | 363 if (p != NULL && !OSSL_PARAM_set_utf8_string(p, "")) in ml_dsa_get_params()
|
| H A D | ec_kmgmt.c | 700 && !OSSL_PARAM_set_utf8_string(p, EC_DEFAULT_MD)) in common_get_params() 704 && !OSSL_PARAM_set_utf8_string(p, SM2_DEFAULT_MD)) in common_get_params()
|
| H A D | dsa_kmgmt.c | 328 && !OSSL_PARAM_set_utf8_string(p, DSA_DEFAULT_MD)) in dsa_get_params()
|
| H A D | ecx_kmgmt.c | 338 && !OSSL_PARAM_set_utf8_string(p, "")) in ed_get_params()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | params.h | 135 int OSSL_PARAM_set_utf8_string(OSSL_PARAM *p, const char *val);
|
| /freebsd/crypto/openssl/providers/implementations/signature/ |
| H A D | rsa_sig.c | 1425 if (!OSSL_PARAM_set_utf8_string(p, word)) in rsa_get_ctx_params() 1436 if (p != NULL && !OSSL_PARAM_set_utf8_string(p, prsactx->mdname)) in rsa_get_ctx_params() 1440 if (p != NULL && !OSSL_PARAM_set_utf8_string(p, prsactx->mgf1_mdname)) in rsa_get_ctx_params() 1475 && !OSSL_PARAM_set_utf8_string(p, value)) in rsa_get_ctx_params()
|
| H A D | sm2_sig.c | 418 …if (p != NULL && !OSSL_PARAM_set_utf8_string(p, psm2ctx->md == NULL ? psm2ctx->mdname : EVP_MD_get… in sm2sig_get_ctx_params()
|
| H A D | dsa_sig.c | 688 if (p != NULL && !OSSL_PARAM_set_utf8_string(p, pdsactx->mdname)) in dsa_get_ctx_params()
|
| H A D | ecdsa_sig.c | 691 …if (p != NULL && !OSSL_PARAM_set_utf8_string(p, ctx->md == NULL ? ctx->mdname : EVP_MD_get0_name(c…
|