Home
last modified time | relevance | path

Searched defs:params (Results 1851 - 1875 of 2882) sorted by relevance

1...<<71727374757677787980>>...116

/third_party/node/deps/openssl/openssl/crypto/store/
H A Dstore_lib.c246 OSSL_PARAM params[2] = { OSSL_PARAM_END, OSSL_PARAM_END }; in OSSL_STORE_vctrl() local
35 loader_set_params(OSSL_STORE_LOADER *loader, OSSL_STORE_LOADER_CTX *loader_ctx, const OSSL_PARAM params[], const char *propq) loader_set_params() argument
63 OSSL_STORE_open_ex(const char *uri, OSSL_LIB_CTX *libctx, const char *propq, const UI_METHOD *ui_method, void *ui_data, const OSSL_PARAM params[], OSSL_STORE_post_process_info_fn post_process, void *post_process_data) OSSL_STORE_open_ex() argument
292 OSSL_PARAM params[2] = { OSSL_PARAM_END, OSSL_PARAM_END }; OSSL_STORE_expect() local
322 OSSL_PARAM *params; OSSL_STORE_find() local
580 OSSL_STORE_INFO_new_PARAMS(EVP_PKEY *params) OSSL_STORE_INFO_new_PARAMS() argument
804 const OSSL_PARAM *params; OSSL_STORE_supports_search() local
963 OSSL_STORE_attach(BIO *bp, const char *scheme, OSSL_LIB_CTX *libctx, const char *propq, const UI_METHOD *ui_method, void *ui_data, const OSSL_PARAM params[], OSSL_STORE_post_process_info_fn post_process, void *post_process_data) OSSL_STORE_attach() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_enc.c82 evp_cipher_init_internal(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv, int enc, const OSSL_PARAM params[]) evp_cipher_init_internal() argument
434 EVP_CipherInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv, int enc, const OSSL_PARAM params[]) EVP_CipherInit_ex2() argument
494 EVP_EncryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv, const OSSL_PARAM params[]) EVP_EncryptInit_ex2() argument
514 EVP_DecryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv, const OSSL_PARAM params[]) EVP_DecryptInit_ex2() argument
1037 OSSL_PARAM params[2] = { OSSL_PARAM_END, OSSL_PARAM_END }; EVP_CIPHER_CTX_set_key_length() local
1077 OSSL_PARAM params[2] = { OSSL_PARAM_END, OSSL_PARAM_END }; EVP_CIPHER_CTX_set_padding() local
1099 OSSL_PARAM params[4] = { EVP_CIPHER_CTX_ctrl() local
1300 EVP_CIPHER_get_params(EVP_CIPHER *cipher, OSSL_PARAM params[]) EVP_CIPHER_get_params() argument
1307 EVP_CIPHER_CTX_set_params(EVP_CIPHER_CTX *ctx, const OSSL_PARAM params[]) EVP_CIPHER_CTX_set_params() argument
1316 EVP_CIPHER_CTX_get_params(EVP_CIPHER_CTX *ctx, OSSL_PARAM params[]) EVP_CIPHER_CTX_get_params() argument
[all...]
H A Devp_rand.c316 int EVP_RAND_get_params(EVP_RAND *rand, OSSL_PARAM params[]) in EVP_RAND_get_params() argument
404 int EVP_RAND_CTX_get_params(EVP_RAND_CTX *ctx, OSSL_PARAM params[]) in EVP_RAND_CTX_get_params() argument
423 int EVP_RAND_CTX_set_params(EVP_RAND_CTX *ctx, const OSSL_PARAM params[]) in EVP_RAND_CTX_set_params() argument
398 evp_rand_get_ctx_params_locked(EVP_RAND_CTX *ctx, OSSL_PARAM params[]) evp_rand_get_ctx_params_locked() argument
415 evp_rand_set_ctx_params_locked(EVP_RAND_CTX *ctx, const OSSL_PARAM params[]) evp_rand_set_ctx_params_locked() argument
501 evp_rand_instantiate_locked(EVP_RAND_CTX *ctx, unsigned int strength, int prediction_resistance, const unsigned char *pstr, size_t pstr_len, const OSSL_PARAM params[]) evp_rand_instantiate_locked() argument
509 EVP_RAND_instantiate(EVP_RAND_CTX *ctx, unsigned int strength, int prediction_resistance, const unsigned char *pstr, size_t pstr_len, const OSSL_PARAM params[]) EVP_RAND_instantiate() argument
547 OSSL_PARAM params[2] = { OSSL_PARAM_END, OSSL_PARAM_END }; evp_rand_generate_locked() local
612 OSSL_PARAM params[2] = { OSSL_PARAM_END, OSSL_PARAM_END }; evp_rand_strength_locked() local
657 OSSL_PARAM params[2] = { OSSL_PARAM_END, OSSL_PARAM_END }; EVP_RAND_get_state() local
[all...]
H A Ddigest.c476 OSSL_PARAM params[2]; in EVP_DigestFinalXOF() local
681 int EVP_MD_get_params(const EVP_MD *digest, OSSL_PARAM params[]) in EVP_MD_get_params() argument
144 evp_md_init_internal(EVP_MD_CTX *ctx, const EVP_MD *type, const OSSL_PARAM params[], ENGINE *impl) evp_md_init_internal() argument
358 EVP_DigestInit_ex2(EVP_MD_CTX *ctx, const EVP_MD *type, const OSSL_PARAM params[]) EVP_DigestInit_ex2() argument
696 EVP_MD_CTX_set_params(EVP_MD_CTX *ctx, const OSSL_PARAM params[]) EVP_MD_CTX_set_params() argument
752 EVP_MD_CTX_get_params(EVP_MD_CTX *ctx, OSSL_PARAM params[]) EVP_MD_CTX_get_params() argument
812 OSSL_PARAM params[2] = { OSSL_PARAM_END, OSSL_PARAM_END }; EVP_MD_CTX_ctrl() local
912 OSSL_PARAM params[5]; evp_md_cache_constants() local
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Dfipsinstall.c448 OSSL_PARAM *params = in fipsinstall_main() local
542 static int self_test_events(const OSSL_PARAM params[], void *arg) in self_test_events() argument
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_asn1.c522 EC_GROUP *EC_GROUP_new_from_ecparameters(const ECPARAMETERS *params) in EC_GROUP_new_from_ecparameters() argument
383 EC_GROUP_get_ecparameters(const EC_GROUP *group, ECPARAMETERS *params) EC_GROUP_get_ecparameters() argument
469 EC_GROUP_get_ecpkparameters(const EC_GROUP *group, ECPKPARAMETERS *params) EC_GROUP_get_ecpkparameters() argument
850 EC_GROUP_new_from_ecpkparameters(const ECPKPARAMETERS *params) EC_GROUP_new_from_ecpkparameters() argument
892 ECPKPARAMETERS *params = NULL; d2i_ECPKParameters() local
[all...]
H A Dec_backend.c156 ec_group_explicit_todata(const EC_GROUP *group, OSSL_PARAM_BLD *tmpl, OSSL_PARAM params[], BN_CTX *bnctx, unsigned char **genbuf) ec_group_explicit_todata() argument
288 ossl_ec_group_todata(const EC_GROUP *group, OSSL_PARAM_BLD *tmpl, OSSL_PARAM params[], OSSL_LIB_CTX *libctx, const char *propq, BN_CTX *bnctx, unsigned char **genbuf) ossl_ec_group_todata() argument
396 ossl_ec_key_fromdata(EC_KEY *ec, const OSSL_PARAM params[], int include_private) ossl_ec_key_fromdata() argument
499 ossl_ec_group_fromdata(EC_KEY *ec, const OSSL_PARAM params[]) ossl_ec_group_fromdata() argument
518 ec_key_point_format_fromdata(EC_KEY *ec, const OSSL_PARAM params[]) ec_key_point_format_fromdata() argument
534 ec_key_group_check_fromdata(EC_KEY *ec, const OSSL_PARAM params[]) ec_key_group_check_fromdata() argument
556 ossl_ec_key_otherparams_fromdata(EC_KEY *ec, const OSSL_PARAM params[]) ossl_ec_key_otherparams_fromdata() argument
[all...]
H A Dec_ameth.c481 OSSL_PARAM *params = NULL; in ec_pkey_export_to() local
609 static int ec_pkey_import_from(const OSSL_PARAM params[], void *vpctx) in ec_pkey_import_from() argument
/third_party/node/deps/openssl/openssl/crypto/encode_decode/
H A Ddecoder_lib.c675 static int decoder_process(const OSSL_PARAM params[], void *arg) in decoder_process() argument
/third_party/node/deps/openssl/openssl/ssl/
H A Dtls13_enc.c42 OSSL_PARAM params[7], *p = params; in tls13_hkdf_expand() local
170 OSSL_PARAM params[7], *p = params; in tls13_generate_secret() local
266 OSSL_PARAM params[2], *p = params; in tls13_final_finish_mac() local
/third_party/node/deps/uv/src/unix/
H A Dthread.c231 uv_thread_options_t params; in uv_thread_create() local
236 uv_thread_create_ex(uv_thread_t* tid, const uv_thread_options_t* params, void (*entry)(void *arg), void *arg) uv_thread_create_ex() argument
/third_party/openssl/crypto/encode_decode/
H A Ddecoder_lib.c675 static int decoder_process(const OSSL_PARAM params[], void *arg) in decoder_process() argument
/third_party/openssl/crypto/ec/
H A Dec_asn1.c522 EC_GROUP *EC_GROUP_new_from_ecparameters(const ECPARAMETERS *params) in EC_GROUP_new_from_ecparameters() argument
383 EC_GROUP_get_ecparameters(const EC_GROUP *group, ECPARAMETERS *params) EC_GROUP_get_ecparameters() argument
469 EC_GROUP_get_ecpkparameters(const EC_GROUP *group, ECPKPARAMETERS *params) EC_GROUP_get_ecpkparameters() argument
850 EC_GROUP_new_from_ecpkparameters(const ECPKPARAMETERS *params) EC_GROUP_new_from_ecpkparameters() argument
892 ECPKPARAMETERS *params = NULL; d2i_ECPKParameters() local
[all...]
H A Dec_backend.c156 ec_group_explicit_todata(const EC_GROUP *group, OSSL_PARAM_BLD *tmpl, OSSL_PARAM params[], BN_CTX *bnctx, unsigned char **genbuf) ec_group_explicit_todata() argument
288 ossl_ec_group_todata(const EC_GROUP *group, OSSL_PARAM_BLD *tmpl, OSSL_PARAM params[], OSSL_LIB_CTX *libctx, const char *propq, BN_CTX *bnctx, unsigned char **genbuf) ossl_ec_group_todata() argument
396 ossl_ec_key_fromdata(EC_KEY *ec, const OSSL_PARAM params[], int include_private) ossl_ec_key_fromdata() argument
499 ossl_ec_group_fromdata(EC_KEY *ec, const OSSL_PARAM params[]) ossl_ec_group_fromdata() argument
518 ec_key_point_format_fromdata(EC_KEY *ec, const OSSL_PARAM params[]) ec_key_point_format_fromdata() argument
534 ec_key_group_check_fromdata(EC_KEY *ec, const OSSL_PARAM params[]) ec_key_group_check_fromdata() argument
556 ossl_ec_key_otherparams_fromdata(EC_KEY *ec, const OSSL_PARAM params[]) ossl_ec_key_otherparams_fromdata() argument
[all...]
H A Dec_ameth.c481 OSSL_PARAM *params = NULL; in ec_pkey_export_to() local
609 static int ec_pkey_import_from(const OSSL_PARAM params[], void *vpctx) in ec_pkey_import_from() argument
/third_party/openssl/crypto/evp/
H A Devp_rand.c316 int EVP_RAND_get_params(EVP_RAND *rand, OSSL_PARAM params[]) in EVP_RAND_get_params() argument
404 int EVP_RAND_CTX_get_params(EVP_RAND_CTX *ctx, OSSL_PARAM params[]) in EVP_RAND_CTX_get_params() argument
423 int EVP_RAND_CTX_set_params(EVP_RAND_CTX *ctx, const OSSL_PARAM params[]) in EVP_RAND_CTX_set_params() argument
398 evp_rand_get_ctx_params_locked(EVP_RAND_CTX *ctx, OSSL_PARAM params[]) evp_rand_get_ctx_params_locked() argument
415 evp_rand_set_ctx_params_locked(EVP_RAND_CTX *ctx, const OSSL_PARAM params[]) evp_rand_set_ctx_params_locked() argument
501 evp_rand_instantiate_locked(EVP_RAND_CTX *ctx, unsigned int strength, int prediction_resistance, const unsigned char *pstr, size_t pstr_len, const OSSL_PARAM params[]) evp_rand_instantiate_locked() argument
509 EVP_RAND_instantiate(EVP_RAND_CTX *ctx, unsigned int strength, int prediction_resistance, const unsigned char *pstr, size_t pstr_len, const OSSL_PARAM params[]) EVP_RAND_instantiate() argument
547 OSSL_PARAM params[2] = { OSSL_PARAM_END, OSSL_PARAM_END }; evp_rand_generate_locked() local
612 OSSL_PARAM params[2] = { OSSL_PARAM_END, OSSL_PARAM_END }; evp_rand_strength_locked() local
657 OSSL_PARAM params[2] = { OSSL_PARAM_END, OSSL_PARAM_END }; EVP_RAND_get_state() local
[all...]
H A Ddigest.c476 OSSL_PARAM params[2]; in EVP_DigestFinalXOF() local
681 int EVP_MD_get_params(const EVP_MD *digest, OSSL_PARAM params[]) in EVP_MD_get_params() argument
144 evp_md_init_internal(EVP_MD_CTX *ctx, const EVP_MD *type, const OSSL_PARAM params[], ENGINE *impl) evp_md_init_internal() argument
358 EVP_DigestInit_ex2(EVP_MD_CTX *ctx, const EVP_MD *type, const OSSL_PARAM params[]) EVP_DigestInit_ex2() argument
696 EVP_MD_CTX_set_params(EVP_MD_CTX *ctx, const OSSL_PARAM params[]) EVP_MD_CTX_set_params() argument
752 EVP_MD_CTX_get_params(EVP_MD_CTX *ctx, OSSL_PARAM params[]) EVP_MD_CTX_get_params() argument
812 OSSL_PARAM params[2] = { OSSL_PARAM_END, OSSL_PARAM_END }; EVP_MD_CTX_ctrl() local
912 OSSL_PARAM params[5]; evp_md_cache_constants() local
[all...]
H A Devp_enc.c82 evp_cipher_init_internal(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv, int enc, const OSSL_PARAM params[]) evp_cipher_init_internal() argument
429 EVP_CipherInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv, int enc, const OSSL_PARAM params[]) EVP_CipherInit_ex2() argument
489 EVP_EncryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv, const OSSL_PARAM params[]) EVP_EncryptInit_ex2() argument
509 EVP_DecryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv, const OSSL_PARAM params[]) EVP_DecryptInit_ex2() argument
1032 OSSL_PARAM params[2] = { OSSL_PARAM_END, OSSL_PARAM_END }; EVP_CIPHER_CTX_set_key_length() local
1072 OSSL_PARAM params[2] = { OSSL_PARAM_END, OSSL_PARAM_END }; EVP_CIPHER_CTX_set_padding() local
1094 OSSL_PARAM params[4] = { EVP_CIPHER_CTX_ctrl() local
1295 EVP_CIPHER_get_params(EVP_CIPHER *cipher, OSSL_PARAM params[]) EVP_CIPHER_get_params() argument
1302 EVP_CIPHER_CTX_set_params(EVP_CIPHER_CTX *ctx, const OSSL_PARAM params[]) EVP_CIPHER_CTX_set_params() argument
1311 EVP_CIPHER_CTX_get_params(EVP_CIPHER_CTX *ctx, OSSL_PARAM params[]) EVP_CIPHER_CTX_get_params() argument
[all...]
/third_party/openssl/crypto/dh/
H A Ddh_ameth.c179 ASN1_STRING *params = NULL; in dh_priv_encode() local
462 OSSL_PARAM *params = NULL; dh_pkey_export_to() local
509 dh_pkey_import_from_type(const OSSL_PARAM params[], void *vpctx, int type) dh_pkey_import_from_type() argument
532 dh_pkey_import_from(const OSSL_PARAM params[], void *vpctx) dh_pkey_import_from() argument
537 dhx_pkey_import_from(const OSSL_PARAM params[], void *vpctx) dhx_pkey_import_from() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferTests.cpp697 tcu::TestStatus testLargeBuffer(Context& context, LargeBufferParameters params) in testLargeBuffer() argument
750 void checkMaintenance4Support(Context& context, LargeBufferParameters params) in checkMaintenance4Support() argument
[all...]
H A DvktApiFillBufferTests.cpp662 TestParams params; in createFillAndUpdateBufferTests() local
329 FillWholeBufferTestCase(tcu::TestContext& testCtx, const std::string& name, const TestParams params) FillWholeBufferTestCase() argument
530 FillBufferTestCase(tcu::TestContext& testCtx, const std::string& name, const TestParams params) FillBufferTestCase() argument
619 UpdateBufferTestCase(tcu::TestContext& testCtx, const std::string& name, const TestParams params) UpdateBufferTestCase() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawDepthClampTests.cpp292 DepthClampTestInstance::DepthClampTestInstance (Context& context, const TestParams& params, const VkFormat format, const float epsilon, const SharedGroupParams groupParams) in DepthClampTestInstance() argument
715 DepthClampTest (tcu::TestContext &testCtx, const string& name, const TestParams &params, const VkFormat format, const float epsilon, const SharedGroupParams groupParams) in DepthClampTest() argument
[all...]
H A DvktDrawExplicitVertexParameterTests.cpp166 std::string getTestName (DrawParams params) in getTestName() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTests.cpp117 MeshShaderPropertyInstance (Context& context, const InstanceParams& params) in MeshShaderPropertyInstance() argument
264 const InstanceParams params = in createInstance() local
324 const InstanceParams params = in createInstance() local
401 const InstanceParams params = in createInstance() local
449 const InstanceParams params = in createInstance() local
559 const InstanceParams params = createInstance() local
615 const InstanceParams params = createInstance() local
[all...]
H A DvktMeshShaderProvokingVertexTestsEXT.cpp142 ProvokingVertexCase (tcu::TestContext& testCtx, const std::string& name, const TestParams& params) in ProvokingVertexCase() argument
162 ProvokingVertexInstance (Context& context, const TestParams& params) in ProvokingVertexInstance() argument

Completed in 33 milliseconds

1...<<71727374757677787980>>...116