/third_party/node/deps/openssl/openssl/providers/implementations/asymciphers/ |
H A D | rsa_enc.c | 362 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 D | sm2_enc.c | 168 if (!OSSL_PARAM_set_utf8_string(p, md == NULL ? "" in sm2_get_ctx_params()
|
/third_party/node/deps/openssl/openssl/providers/implementations/exchange/ |
H A D | dh_exch.c | 468 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 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()
|
/third_party/openssl/providers/implementations/asymciphers/ |
H A D | rsa_enc.c | 362 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 D | sm2_enc.c | 168 if (!OSSL_PARAM_set_utf8_string(p, md == NULL ? "" in sm2_get_ctx_params()
|
/third_party/openssl/providers/implementations/exchange/ |
H A D | dh_exch.c | 468 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 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()
|
/third_party/node/deps/openssl/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()
|
/third_party/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()
|
/third_party/node/deps/openssl/openssl/providers/implementations/rands/ |
H 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()
|
H 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()
|
/third_party/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()
|
/third_party/openssl/providers/implementations/rands/ |
H 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()
|
/third_party/node/deps/openssl/openssl/providers/implementations/signature/ |
H A D | rsa_sig.c | 1077 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 D | ecdsa_sig.c | 455 if (p != NULL && !OSSL_PARAM_set_utf8_string(p, ctx->md == NULL in ecdsa_get_ctx_params()
|
H A D | dsa_sig.c | 458 if (p != NULL && !OSSL_PARAM_set_utf8_string(p, pdsactx->mdname)) in dsa_get_ctx_params()
|
H A D | sm2_sig.c | 407 if (p != NULL && !OSSL_PARAM_set_utf8_string(p, psm2ctx->md == NULL in sm2sig_get_ctx_params()
|
/third_party/openssl/providers/implementations/signature/ |
H A D | rsa_sig.c | 1076 if (!OSSL_PARAM_set_utf8_string(p, word)) in rsa_get_ctx_params() 1088 if (p != NULL && !OSSL_PARAM_set_utf8_string(p, prsactx->mdname)) in rsa_get_ctx_params() 1092 if (p != NULL && !OSSL_PARAM_set_utf8_string(p, prsactx->mgf1_mdname)) in rsa_get_ctx_params() 1125 && !OSSL_PARAM_set_utf8_string(p, value)) in rsa_get_ctx_params()
|
H A D | ecdsa_sig.c | 455 if (p != NULL && !OSSL_PARAM_set_utf8_string(p, ctx->md == NULL in ecdsa_get_ctx_params()
|
H A D | dsa_sig.c | 458 if (p != NULL && !OSSL_PARAM_set_utf8_string(p, pdsactx->mdname)) in dsa_get_ctx_params()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | params.h | 132 int OSSL_PARAM_set_utf8_string(OSSL_PARAM *p, const char *val);
|
/third_party/openssl/include/openssl/ |
H A D | params.h | 132 int OSSL_PARAM_set_utf8_string(OSSL_PARAM *p, const char *val);
|
/third_party/node/deps/openssl/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()
|
/third_party/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()
|