Searched refs:tmpctx (Results 1 – 5 of 5) sorted by relevance
51 OSSL_LIB_CTX *oldctx, *tmpctx; in change_deflt_libctx() local61 tmpctx = OSSL_LIB_CTX_set0_default(oldctx); in change_deflt_libctx()62 if (tmpctx != libctx) in change_deflt_libctx()70 tmpctx = OSSL_LIB_CTX_set0_default(oldctx); in change_deflt_libctx()71 if (tmpctx != libctx) in change_deflt_libctx()348 OSSL_LIB_CTX *oldctx, *tmpctx, *globalctx; in test_ASYNC_start_job_ex() local369 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 = OSSL_LIB_CTX_set0_default(oldctx); in test_ASYNC_start_job_ex()[all …]
4261 OSSL_LIB_CTX *tmpctx = OSSL_LIB_CTX_new(); in test_pkey_ctx_fail_without_provider() local4268 if (!TEST_ptr(tmpctx)) in test_pkey_ctx_fail_without_provider()4271 tmpnullprov = OSSL_PROVIDER_load(tmpctx, "null"); in test_pkey_ctx_fail_without_provider()4304 pctx = EVP_PKEY_CTX_new_from_name(tmpctx, keytype, ""); in test_pkey_ctx_fail_without_provider()4316 OSSL_LIB_CTX_free(tmpctx); in test_pkey_ctx_fail_without_provider()
10092 OSSL_LIB_CTX *tmpctx = OSSL_LIB_CTX_new(); in test_sigalgs_available() local10098 if (!TEST_ptr(tmpctx)) in test_sigalgs_available()10102 if (!TEST_true(OSSL_PROVIDER_add_builtin(tmpctx, "filter", in test_sigalgs_available()10106 filterprov = OSSL_PROVIDER_load(tmpctx, "filter"); in test_sigalgs_available()10134 clientctx = tmpctx; in test_sigalgs_available()10136 serverctx = tmpctx; in test_sigalgs_available()10251 OSSL_LIB_CTX_free(tmpctx); in test_sigalgs_available()
1776 OSSL_LIB_CTX *tmpctx; in mac_test_run_pkey()1788 tmpctx = OSSL_LIB_CTX_set0_default(libctx); in mac_test_run_pkey()1791 OSSL_LIB_CTX_set0_default(tmpctx); in mac_test_run_pkey()
217 OSSL_STORE_CTX tmpctx = { in OSSL_STORE_open_ex() local221 tmpctx.fetched_loader = fetched_loader; in OSSL_STORE_open_ex()222 tmpctx.loader = loader; in OSSL_STORE_open_ex()223 tmpctx.loader_ctx = loader_ctx; in OSSL_STORE_open_ex()230 (void)ossl_store_close_it(&tmpctx); in OSSL_STORE_open_ex()