Searched refs:tmpctx (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/test/ |
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 = OSSL_LIB_CTX_set0_default(oldctx); in test_ASYNC_start_job_ex() [all …]
|
D | evp_extra_test.c | 3012 OSSL_LIB_CTX *tmpctx = OSSL_LIB_CTX_new(); in test_pkey_ctx_fail_without_provider() local 3019 if (!TEST_ptr(tmpctx)) in test_pkey_ctx_fail_without_provider() 3022 tmpnullprov = OSSL_PROVIDER_load(tmpctx, "null"); in test_pkey_ctx_fail_without_provider() 3055 pctx = EVP_PKEY_CTX_new_from_name(tmpctx, keytype, ""); in test_pkey_ctx_fail_without_provider() 3067 OSSL_LIB_CTX_free(tmpctx); in test_pkey_ctx_fail_without_provider()
|
D | sslapitest.c | 8881 OSSL_LIB_CTX *tmpctx = OSSL_LIB_CTX_new(); in test_sigalgs_available() local 8886 if (!TEST_ptr(tmpctx)) in test_sigalgs_available() 8890 if (!TEST_true(OSSL_PROVIDER_add_builtin(tmpctx, "filter", in test_sigalgs_available() 8894 filterprov = OSSL_PROVIDER_load(tmpctx, "filter"); in test_sigalgs_available() 8917 clientctx = tmpctx; in test_sigalgs_available() 8919 serverctx = tmpctx; in test_sigalgs_available() 9006 OSSL_LIB_CTX_free(tmpctx); in test_sigalgs_available()
|
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()
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstsplitmuxsink.c | 2742 MqStreamCtx *tmpctx = (MqStreamCtx *) (cur->data); in check_completed_gop() local 2746 " EOS %d", tmpctx, tmpctx->sinkpad, in check_completed_gop() 2747 GST_STIME_ARGS (tmpctx->in_running_time), tmpctx->in_eos); in check_completed_gop() 2750 tmpctx->in_running_time < next_gop_start && !tmpctx->in_eos) { in check_completed_gop() 2754 GstClockTimeDiff diff = next_gop_start - tmpctx->in_running_time; in check_completed_gop() 2759 tmpctx, tmpctx->sinkpad, GST_STIME_ARGS (tmpctx->in_running_time), in check_completed_gop() 2764 tmpctx, tmpctx->sinkpad, GST_STIME_ARGS (tmpctx->in_running_time), in check_completed_gop() 2770 tmpctx, tmpctx->sinkpad); in check_completed_gop() 3309 MqStreamCtx *tmpctx = (MqStreamCtx *) (cur->data); in grow_blocked_queues() local 3311 guint cur_len = g_queue_get_length (&tmpctx->queued_bufs); in grow_blocked_queues() [all …]
|
/third_party/openssl/crypto/store/ |
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()
|