Searched refs:tmpctx (Results 1 – 6 of 6) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | asynctest.c | 51 OSSL_LIB_CTX *oldctx, *tmpctx; in change_deflt_libctx() local 61 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() 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 …]
|
| H A D | evp_extra_test.c | 4905 OSSL_LIB_CTX *tmpctx = OSSL_LIB_CTX_new(); in test_pkey_ctx_fail_without_provider() local 4912 if (!TEST_ptr(tmpctx)) in test_pkey_ctx_fail_without_provider() 4915 tmpnullprov = OSSL_PROVIDER_load(tmpctx, "null"); in test_pkey_ctx_fail_without_provider() 4948 pctx = EVP_PKEY_CTX_new_from_name(tmpctx, keytype, ""); in test_pkey_ctx_fail_without_provider() 4960 OSSL_LIB_CTX_free(tmpctx); in test_pkey_ctx_fail_without_provider()
|
| H A D | evp_test.c | 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()
|
| H A D | sslapitest.c | 10435 OSSL_LIB_CTX *tmpctx = OSSL_LIB_CTX_new(); in test_sigalgs_available() local 10441 if (!TEST_ptr(tmpctx)) in test_sigalgs_available() 10445 if (!TEST_true(OSSL_PROVIDER_add_builtin(tmpctx, "filter", in test_sigalgs_available() 10449 filterprov = OSSL_PROVIDER_load(tmpctx, "filter"); in test_sigalgs_available() 10477 clientctx = tmpctx; in test_sigalgs_available() 10479 serverctx = tmpctx; in test_sigalgs_available() 10594 OSSL_LIB_CTX_free(tmpctx); in test_sigalgs_available()
|
| /freebsd/crypto/openssl/crypto/store/ |
| H A D | store_lib.c | 217 OSSL_STORE_CTX tmpctx = { in OSSL_STORE_open_ex() local 221 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()
|
| /freebsd/sys/netinet/ |
| H A D | in_pcb.c | 812 struct inpcbinfo_ctx tmpctx = { in in_pcb_lport_dest() local 822 tmpinp = in_pcblookup_internal(&tmpctx, in in_pcb_lport_dest() 829 tmpinp = in6_pcblookup_internal(&tmpctx, in in_pcb_lport_dest() 837 tmpinp = in6_pcblookup_local(&tmpctx, in in_pcb_lport_dest() 843 tmpinp = in_pcblookup_local(&tmpctx, in in_pcb_lport_dest() 853 tmpinp = in_pcblookup_local(&tmpctx, laddr, in in_pcb_lport_dest() 862 *ipictx = tmpctx; in in_pcb_lport_dest() 865 inpcbinfo_ctx_release(&tmpctx); in in_pcb_lport_dest()
|