Searched refs:tmpctx (Results 1 - 6 of 6) sorted by relevance
/third_party/openssl/test/ |
H A D | asynctest.c | 49 OSSL_LIB_CTX *oldctx, *tmpctx; in change_deflt_libctx() local 59 tmpctx = OSSL_LIB_CTX_set0_default(oldctx); in change_deflt_libctx() 60 if (tmpctx != libctx) in change_deflt_libctx() 68 tmpctx = OSSL_LIB_CTX_set0_default(oldctx); in change_deflt_libctx() 69 if (tmpctx != libctx) in change_deflt_libctx() 348 OSSL_LIB_CTX *oldctx, *tmpctx, *globalctx; in test_ASYNC_start_job_ex() local 369 tmpctx = OSSL_LIB_CTX_set0_default(oldctx); in test_ASYNC_start_job_ex() 370 oldctx = OSSL_LIB_CTX_set0_default(tmpctx); in test_ASYNC_start_job_ex() 371 if (tmpctx != libctx) { in test_ASYNC_start_job_ex() 385 tmpctx in test_ASYNC_start_job_ex() [all...] |
H A D | sslapitest.c | 9231 OSSL_LIB_CTX *tmpctx = OSSL_LIB_CTX_new(); in test_sigalgs_available() local 9236 if (!TEST_ptr(tmpctx)) in test_sigalgs_available() 9240 if (!TEST_true(OSSL_PROVIDER_add_builtin(tmpctx, "filter", in test_sigalgs_available() 9244 filterprov = OSSL_PROVIDER_load(tmpctx, "filter"); in test_sigalgs_available() 9267 clientctx = tmpctx; in test_sigalgs_available() 9269 serverctx = tmpctx; in test_sigalgs_available() 9356 OSSL_LIB_CTX_free(tmpctx); in test_sigalgs_available()
|
H A D | evp_test.c | 1325 OSSL_LIB_CTX *tmpctx; in mac_test_run_pkey() 1337 tmpctx = OSSL_LIB_CTX_set0_default(libctx); in mac_test_run_pkey() 1340 OSSL_LIB_CTX_set0_default(tmpctx); in mac_test_run_pkey()
|
H A D | evp_extra_test.c | 3035 OSSL_LIB_CTX *tmpctx = OSSL_LIB_CTX_new(); in test_pkey_ctx_fail_without_provider() local 3042 if (!TEST_ptr(tmpctx)) in test_pkey_ctx_fail_without_provider() 3045 tmpnullprov = OSSL_PROVIDER_load(tmpctx, "null"); in test_pkey_ctx_fail_without_provider() 3078 pctx = EVP_PKEY_CTX_new_from_name(tmpctx, keytype, ""); in test_pkey_ctx_fail_without_provider() 3090 OSSL_LIB_CTX_free(tmpctx); in test_pkey_ctx_fail_without_provider()
|
/third_party/node/deps/openssl/openssl/crypto/store/ |
H A D | store_lib.c | 201 OSSL_STORE_CTX tmpctx = { NULL, }; in OSSL_STORE_open_ex() local 203 tmpctx.fetched_loader = fetched_loader; in OSSL_STORE_open_ex() 204 tmpctx.loader = loader; in OSSL_STORE_open_ex() 205 tmpctx.loader_ctx = loader_ctx; in OSSL_STORE_open_ex() 212 (void)ossl_store_close_it(&tmpctx); in OSSL_STORE_open_ex()
|
/third_party/openssl/crypto/store/ |
H A D | store_lib.c | 201 OSSL_STORE_CTX tmpctx = { NULL, }; in OSSL_STORE_open_ex() local 203 tmpctx.fetched_loader = fetched_loader; in OSSL_STORE_open_ex() 204 tmpctx.loader = loader; in OSSL_STORE_open_ex() 205 tmpctx.loader_ctx = loader_ctx; in OSSL_STORE_open_ex() 212 (void)ossl_store_close_it(&tmpctx); in OSSL_STORE_open_ex()
|
Completed in 26 milliseconds