Home
last modified time | relevance | path

Searched refs:no_cache (Results 1 – 25 of 30) sorted by relevance

12

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dfilterprov.c33 int no_cache; member
80 int *no_cache) in filter_query() argument
88 *no_cache = globs->no_cache; in filter_query()
94 return OSSL_PROVIDER_query_operation(globs->deflt, operation_id, no_cache); in filter_query()
166 int no_cache = 0; in filter_provider_set_filter() local
174 &no_cache); in filter_provider_set_filter()
219 globs->no_cache = no_cache; in filter_provider_set_filter()
H A Dupcallstest.c16 int *no_cache) in obj_query() argument
18 *no_cache = 0; in obj_query()
H A Duser_property_test.c58 int *no_cache) in testprov_query() argument
60 *no_cache = 0; in testprov_query()
H A Dprovfetchtest.c179 int *no_cache) in dummy_query() argument
181 *no_cache = 0; in dummy_query()
H A Dfake_rsaprov.c483 int *no_cache) in fake_rsa_query() argument
485 *no_cache = 0; in fake_rsa_query()
H A Dtls-provider.c775 int *no_cache) in tls_prov_query() argument
777 *no_cache = 0; in tls_prov_query()
/netbsd-src/crypto/external/bsd/openssl/dist/providers/
H A Dnullprov.c56 int *no_cache) in null_query() argument
58 *no_cache = 0; in null_query()
H A Dbaseprov.c95 int *no_cache) in base_query() argument
97 *no_cache = 0; in base_query()
H A Dlegacyprov.c152 int *no_cache) in legacy_query() argument
154 *no_cache = 0; in legacy_query()
H A Ddefltprov.c488 int *no_cache) in deflt_query() argument
490 *no_cache = 0; in deflt_query()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dprovider.c80 int *no_cache) in OSSL_PROVIDER_query_operation() argument
82 return ossl_provider_query_operation(prov, operation_id, no_cache); in OSSL_PROVIDER_query_operation()
H A Dprovider_core.c1605 int *no_cache) in ossl_provider_query_operation() argument
1611 res = prov->query_operation(prov->provctx, operation_id, no_cache); in ossl_provider_query_operation()
1614 if (no_cache != NULL) in ossl_provider_query_operation()
1615 *no_cache = 1; in ossl_provider_query_operation()
/netbsd-src/crypto/external/bsd/openssl/dist/fuzz/
H A Dfuzz_rand.c127 int *no_cache) in fuzz_rand_query() argument
129 *no_cache = 0; in fuzz_rand_query()
/netbsd-src/crypto/external/bsd/openssl/dist/test/testutil/
H A Dfake_random.c147 int *no_cache) in fake_rand_query() argument
149 *no_cache = 0; in fake_rand_query()
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dprovider.h43 int *no_cache);
/netbsd-src/crypto/external/bsd/openssl/dist/include/internal/
H A Dprovider.h93 int *no_cache);
/netbsd-src/external/bsd/unbound/dist/testdata/
H A Dfwd_no_cache.rpl7 SCENARIO_BEGIN Forward with no_cache set
/netbsd-src/external/bsd/unbound/dist/iterator/
H A Diter_fwd.c282 dp->no_cache = s->no_cache; in read_forwards()
H A Diter_hints.c293 dp->no_cache = s->no_cache; in read_stubs()
H A Diter_delegpt.h91 int no_cache; member
H A Diter_utils.c1475 if(stub->dp->no_cache) { in iter_stub_fwd_no_cache()
1486 return (stub->dp->no_cache); in iter_stub_fwd_no_cache()
1491 if(dp->no_cache) { in iter_stub_fwd_no_cache()
1502 return (dp->no_cache); in iter_stub_fwd_no_cache()
/netbsd-src/crypto/external/bsd/openssl/dist/providers/fips/
H A Dfipsprov.c458 int *no_cache) in fips_query() argument
460 *no_cache = 0; in fips_query()
/netbsd-src/external/bsd/unbound/dist/util/
H A Dconfig_file.h774 int no_cache; member
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DOSSL_PROVIDER.pod38 int *no_cache);
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Ds_server.c1004 int vpmtouched = 0, build_chain = 0, no_cache = 0, ext_cache = 0; in s_server_main() local
1269 no_cache = 1; in s_server_main()
1842 if (no_cache) in s_server_main()
1938 if (no_cache) in s_server_main()

12