/freebsd/crypto/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 | upcallstest.c | 16 int *no_cache) in obj_query() argument 18 *no_cache = 0; in obj_query()
|
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 | provfetchtest.c | 179 int *no_cache) in dummy_query() argument 181 *no_cache = 0; in dummy_query()
|
H A D | p_test.c | 235 int *no_cache) in p_query() argument 237 *no_cache = 1; in p_query()
|
H A D | fake_rsaprov.c | 483 int *no_cache) in fake_rsa_query() argument 485 *no_cache = 0; in fake_rsa_query()
|
H A D | tls-provider.c | 775 int *no_cache) in tls_prov_query() 777 *no_cache = 0; in tls_prov_query() 769 tls_prov_query(void * provctx,int operation_id,int * no_cache) tls_prov_query() argument
|
/freebsd/crypto/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 | 95 int *no_cache) in base_query() argument 97 *no_cache = 0; in base_query()
|
H A D | legacyprov.c | 152 int *no_cache) in legacy_query() argument 154 *no_cache = 0; in legacy_query()
|
H A D | defltprov.c | 488 int *no_cache) in deflt_query() argument 490 *no_cache = 0; in deflt_query()
|
/freebsd/crypto/openssl/crypto/ |
H A D | provider.c | 80 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 D | provider_core.c | 1605 int *no_cache) in ossl_provider_query_operation() 1611 res = prov->query_operation(prov->provctx, operation_id, no_cache); in ossl_provider_query_operation() 1614 if (no_cache != NULL) in ossl_provider_unquery_operation() 1615 *no_cache = 1; in ossl_provider_unquery_operation() 1598 ossl_provider_query_operation(const OSSL_PROVIDER * prov,int operation_id,int * no_cache) ossl_provider_query_operation() argument
|
/freebsd/crypto/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()
|
/freebsd/crypto/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()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | provider.h | 43 int *no_cache);
|
/freebsd/crypto/openssl/include/internal/ |
H A D | provider.h | 93 int *no_cache);
|
/freebsd/contrib/unbound/iterator/ |
H A D | iter_delegpt.h | 91 int no_cache; member
|
H A D | iter_hints.c | 296 dp->no_cache = s->no_cache; in read_stubs()
|
H A D | iter_fwd.c | 284 dp->no_cache = s->no_cache; in read_forwards()
|
H A D | iter_utils.c | 1491 int stub_no_cache = stub->dp->no_cache; in iter_stub_fwd_no_cache() 1519 int dp_no_cache = dp->no_cache; in iter_stub_fwd_no_cache()
|
/freebsd/crypto/openssl/providers/fips/ |
H A D | fipsprov.c | 458 int *no_cache) in fips_query() argument 460 *no_cache = 0; in fips_query()
|
/freebsd/contrib/unbound/util/ |
H A D | config_file.h | 818 int no_cache; member
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_PROVIDER.pod | 38 int *no_cache);
|
/freebsd/crypto/openssl/apps/ |
H A D | s_server.c | 999 int vpmtouched = 0, build_chain = 0, no_cache = 0, ext_cache = 0; in s_server_main() local 1278 no_cache = 1; in s_server_main() 1890 if (no_cache) in s_server_main() 1995 if (no_cache) in s_server_main()
|