Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_set_utf8_string (Results 1 - 25 of 40) sorted by relevance

12

/third_party/node/deps/openssl/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()
/third_party/node/deps/openssl/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()
/third_party/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()
/third_party/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()
/third_party/node/deps/openssl/openssl/crypto/
H A Dparam_build_set.c51 return OSSL_PARAM_set_utf8_string(p, buf); in ossl_param_build_set_utf8_string()
/third_party/openssl/crypto/
H A Dparam_build_set.c51 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 Ddrbg_hmac.c330 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 Ddrbg_hash.c441 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 Dparams_test.c259 && !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 Ddrbg_hmac.c330 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 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 Decdsa_sig.c455 if (p != NULL && !OSSL_PARAM_set_utf8_string(p, ctx->md == NULL in ecdsa_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 Dsm2_sig.c407 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 Drsa_sig.c1076 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 Decdsa_sig.c455 if (p != NULL && !OSSL_PARAM_set_utf8_string(p, ctx->md == NULL in ecdsa_get_ctx_params()
H A Ddsa_sig.c458 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 Dparams.h132 int OSSL_PARAM_set_utf8_string(OSSL_PARAM *p, const char *val);
/third_party/openssl/include/openssl/
H A Dparams.h132 int OSSL_PARAM_set_utf8_string(OSSL_PARAM *p, const char *val);
/third_party/node/deps/openssl/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()
/third_party/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()

Completed in 22 milliseconds

12