Searched refs:no_cache (Results 1 – 21 of 21) sorted by relevance
/openssl/test/ |
H A D | filterprov.c | 33 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 D | user_property_test.c | 58 int *no_cache) in testprov_query() argument 60 *no_cache = 0; in testprov_query()
|
H A D | upcallstest.c | 16 int *no_cache) in obj_query() argument 18 *no_cache = 0; in obj_query()
|
H A D | provfetchtest.c | 179 int *no_cache) in dummy_query() argument 181 *no_cache = 0; in dummy_query()
|
H A D | fake_rsaprov.c | 707 int *no_cache) in fake_rsa_query() argument 709 *no_cache = 0; in fake_rsa_query()
|
H A D | tls-provider.c | 3139 int *no_cache) in tls_prov_query() argument 3141 *no_cache = 0; in tls_prov_query()
|
/openssl/providers/ |
H A D | nullprov.c | 56 int *no_cache) in null_query() argument 58 *no_cache = 0; in null_query()
|
H A D | baseprov.c | 103 int *no_cache) in base_query() argument 105 *no_cache = 0; in base_query()
|
H A D | legacyprov.c | 170 int *no_cache) in legacy_query() argument 172 *no_cache = 0; in legacy_query()
|
H A D | defltprov.c | 561 int *no_cache) in deflt_query() argument 563 *no_cache = 0; in deflt_query()
|
/openssl/crypto/ |
H A D | provider.c | 91 int *no_cache) in OSSL_PROVIDER_query_operation() argument 93 return ossl_provider_query_operation(prov, operation_id, no_cache); in OSSL_PROVIDER_query_operation()
|
H A D | provider_core.c | 1824 int *no_cache) in ossl_provider_query_operation() argument 1838 res = prov->query_operation(prov->provctx, operation_id, no_cache); in ossl_provider_query_operation() 1865 if (no_cache != NULL) in ossl_provider_query_operation() 1866 *no_cache = 1; in ossl_provider_query_operation()
|
/openssl/fuzz/ |
H A D | fuzz_rand.c | 127 int *no_cache) in fuzz_rand_query() argument 129 *no_cache = 0; in fuzz_rand_query()
|
/openssl/test/testutil/ |
H A D | fake_random.c | 147 int *no_cache) in fake_rand_query() argument 149 *no_cache = 0; in fake_rand_query()
|
/openssl/include/openssl/ |
H A D | provider.h | 49 int *no_cache);
|
/openssl/providers/fips/ |
H A D | fipsprov.c | 539 int *no_cache) in fips_query() argument 541 *no_cache = 0; in fips_query() 572 int *no_cache) in fips_query_internal() argument 575 *no_cache = 0; in fips_query_internal() 580 return fips_query(provctx, operation_id, no_cache); in fips_query_internal()
|
/openssl/include/internal/ |
H A D | provider.h | 92 int *no_cache);
|
/openssl/apps/ |
H A D | s_server.c | 1034 int vpmtouched = 0, build_chain = 0, no_cache = 0, ext_cache = 0; in s_server_main() local 1320 no_cache = 1; in s_server_main() 1968 if (no_cache) in s_server_main() 2079 if (no_cache) in s_server_main()
|
/openssl/doc/man3/ |
H A D | OSSL_PROVIDER.pod | 46 int *no_cache);
|
/openssl/doc/internal/man3/ |
H A D | ossl_provider_new.pod | 88 int *no_cache);
|
/openssl/doc/man1/ |
H A D | openssl-s_server.pod.in | 67 [B<-no_cache>] 474 =item B<-no_cache>
|
Completed in 95 milliseconds