Searched refs:no_cache (Results 1 – 21 of 21) sorted by relevance
33 int no_cache; member80 int *no_cache) in filter_query() argument88 *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() local174 &no_cache); in filter_provider_set_filter()219 globs->no_cache = no_cache; in filter_provider_set_filter()
16 int *no_cache) in obj_query() argument18 *no_cache = 0; in obj_query()
58 int *no_cache) in testprov_query() argument60 *no_cache = 0; in testprov_query()
189 int *no_cache) in fake_rsa_query() argument191 *no_cache = 0; in fake_rsa_query()
179 int *no_cache) in dummy_query() argument181 *no_cache = 0; in dummy_query()
769 int *no_cache) in tls_prov_query() argument771 *no_cache = 0; in tls_prov_query()
56 int *no_cache) in null_query() argument58 *no_cache = 0; in null_query()
95 int *no_cache) in base_query() argument97 *no_cache = 0; in base_query()
153 int *no_cache) in legacy_query() argument155 *no_cache = 0; in legacy_query()
490 int *no_cache) in deflt_query() argument492 *no_cache = 0; in deflt_query()
80 int *no_cache) in OSSL_PROVIDER_query_operation() argument82 return ossl_provider_query_operation(prov, operation_id, no_cache); in OSSL_PROVIDER_query_operation()
1504 int *no_cache) in ossl_provider_query_operation() argument1510 res = prov->query_operation(prov->provctx, operation_id, no_cache); in ossl_provider_query_operation()1513 if (no_cache != NULL) in ossl_provider_query_operation()1514 *no_cache = 1; in ossl_provider_query_operation()
127 int *no_cache) in fuzz_rand_query() argument129 *no_cache = 0; in fuzz_rand_query()
147 int *no_cache) in fake_rand_query() argument149 *no_cache = 0; in fake_rand_query()
43 int *no_cache);
92 int *no_cache);
457 int *no_cache) in fips_query() argument459 *no_cache = 0; in fips_query()
999 int vpmtouched = 0, build_chain = 0, no_cache = 0, ext_cache = 0; in s_server_main() local1278 no_cache = 1; in s_server_main()1883 if (no_cache) in s_server_main()1992 if (no_cache) in s_server_main()
38 int *no_cache);
67 [B<-no_cache>]466 =item B<-no_cache>
88 int *no_cache);
Completed in 28 milliseconds