Home
last modified time | relevance | path

Searched refs:store (Results 1 - 25 of 1211) sorted by relevance

12345678910>>...49

/third_party/openssl/crypto/property/
H A Dproperty.c73 * Lock to reserve the whole store. This is used when fetching a set
107 static void ossl_method_cache_flush_alg(OSSL_METHOD_STORE *store,
109 static void ossl_method_cache_flush(OSSL_METHOD_STORE *store, int nid);
234 OSSL_METHOD_STORE *store = arg; in alg_cleanup() local
242 if (store != NULL) in alg_cleanup()
243 ossl_sa_ALGORITHM_set(store->algs, idx, NULL); in alg_cleanup()
267 void ossl_method_store_free(OSSL_METHOD_STORE *store) in ossl_method_store_free() argument
269 if (store != NULL) { in ossl_method_store_free()
270 if (store->algs != NULL) in ossl_method_store_free()
271 ossl_sa_ALGORITHM_doall_arg(store in ossl_method_store_free()
279 ossl_method_lock_store(OSSL_METHOD_STORE *store) ossl_method_lock_store() argument
284 ossl_method_unlock_store(OSSL_METHOD_STORE *store) ossl_method_unlock_store() argument
289 ossl_method_store_retrieve(OSSL_METHOD_STORE *store, int nid) ossl_method_store_retrieve() argument
294 ossl_method_store_insert(OSSL_METHOD_STORE *store, ALGORITHM *alg) ossl_method_store_insert() argument
299 ossl_method_store_add(OSSL_METHOD_STORE *store, const OSSL_PROVIDER *prov, int nid, const char *properties, void *method, int (*method_up_ref)(void *), void (*method_destruct)(void *)) ossl_method_store_add() argument
381 ossl_method_store_remove(OSSL_METHOD_STORE *store, int nid, const void *method) ossl_method_store_remove() argument
419 OSSL_METHOD_STORE *store; global() member
453 ossl_method_store_remove_all_provided(OSSL_METHOD_STORE *store, const OSSL_PROVIDER *prov) ossl_method_store_remove_all_provided() argument
481 ossl_method_store_do_all(OSSL_METHOD_STORE *store, void (*fn)(int id, void *method, void *fnarg), void *fnarg) ossl_method_store_do_all() argument
515 ossl_method_store_fetch(OSSL_METHOD_STORE *store, int nid, const char *prop_query, const OSSL_PROVIDER **prov_rw, void **method) ossl_method_store_fetch() argument
598 ossl_method_cache_flush_alg(OSSL_METHOD_STORE *store, ALGORITHM *alg) ossl_method_cache_flush_alg() argument
605 ossl_method_cache_flush(OSSL_METHOD_STORE *store, int nid) ossl_method_cache_flush() argument
613 ossl_method_store_cache_flush_all(OSSL_METHOD_STORE *store) ossl_method_store_cache_flush_all() argument
674 ossl_method_cache_flush_some(OSSL_METHOD_STORE *store) ossl_method_cache_flush_some() argument
694 ossl_method_store_cache_get(OSSL_METHOD_STORE *store, OSSL_PROVIDER *prov, int nid, const char *prop_query, void **method) ossl_method_store_cache_get() argument
724 ossl_method_store_cache_set(OSSL_METHOD_STORE *store, OSSL_PROVIDER *prov, int nid, const char *prop_query, void *method, int (*method_up_ref)(void *), void (*method_destruct)(void *)) ossl_method_store_cache_set() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/property/
H A Dproperty.c73 * Lock to reserve the whole store. This is used when fetching a set
105 static void ossl_method_cache_flush_alg(OSSL_METHOD_STORE *store,
107 static void ossl_method_cache_flush(OSSL_METHOD_STORE *store, int nid);
232 OSSL_METHOD_STORE *store = arg; in alg_cleanup() local
240 if (store != NULL) in alg_cleanup()
241 ossl_sa_ALGORITHM_set(store->algs, idx, NULL); in alg_cleanup()
265 void ossl_method_store_free(OSSL_METHOD_STORE *store) in ossl_method_store_free() argument
267 if (store != NULL) { in ossl_method_store_free()
268 if (store->algs != NULL) in ossl_method_store_free()
269 ossl_sa_ALGORITHM_doall_arg(store in ossl_method_store_free()
277 ossl_method_lock_store(OSSL_METHOD_STORE *store) ossl_method_lock_store() argument
282 ossl_method_unlock_store(OSSL_METHOD_STORE *store) ossl_method_unlock_store() argument
287 ossl_method_store_retrieve(OSSL_METHOD_STORE *store, int nid) ossl_method_store_retrieve() argument
292 ossl_method_store_insert(OSSL_METHOD_STORE *store, ALGORITHM *alg) ossl_method_store_insert() argument
297 ossl_method_store_add(OSSL_METHOD_STORE *store, const OSSL_PROVIDER *prov, int nid, const char *properties, void *method, int (*method_up_ref)(void *), void (*method_destruct)(void *)) ossl_method_store_add() argument
379 ossl_method_store_remove(OSSL_METHOD_STORE *store, int nid, const void *method) ossl_method_store_remove() argument
417 OSSL_METHOD_STORE *store; global() member
451 ossl_method_store_remove_all_provided(OSSL_METHOD_STORE *store, const OSSL_PROVIDER *prov) ossl_method_store_remove_all_provided() argument
489 ossl_method_store_do_all(OSSL_METHOD_STORE *store, void (*fn)(int id, void *method, void *fnarg), void *fnarg) ossl_method_store_do_all() argument
501 ossl_method_store_fetch(OSSL_METHOD_STORE *store, int nid, const char *prop_query, const OSSL_PROVIDER **prov_rw, void **method) ossl_method_store_fetch() argument
584 ossl_method_cache_flush_alg(OSSL_METHOD_STORE *store, ALGORITHM *alg) ossl_method_cache_flush_alg() argument
591 ossl_method_cache_flush(OSSL_METHOD_STORE *store, int nid) ossl_method_cache_flush() argument
599 ossl_method_store_cache_flush_all(OSSL_METHOD_STORE *store) ossl_method_store_cache_flush_all() argument
660 ossl_method_cache_flush_some(OSSL_METHOD_STORE *store) ossl_method_cache_flush_some() argument
680 ossl_method_store_cache_get(OSSL_METHOD_STORE *store, OSSL_PROVIDER *prov, int nid, const char *prop_query, void **method) ossl_method_store_cache_get() argument
710 ossl_method_store_cache_set(OSSL_METHOD_STORE *store, OSSL_PROVIDER *prov, int nid, const char *prop_query, void *method, int (*method_up_ref)(void *), void (*method_destruct)(void *)) ossl_method_store_cache_set() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/
H A Dprovider_core.c21 #include "crypto/store.h" /* ossl_store_loader_store_cache_flush */
52 * provider store. Each provider that exists in the parent provider store, has
53 * an associated child provider in the child library context's provider store.
84 * The store default_path_lock: Used to control access to the provider store's
87 * The store lock: Used to control the stack of provider's held within the
88 * provider store, as well as the stack of registered child provider callbacks.
102 * provider store lock, the provider flag_lock and the provider refcnt_lock.
105 * 1) provider store loc
160 struct provider_store_st *store; /* The store this instance belongs to */ global() member
288 struct provider_store_st *store = vstore; provider_store_free() local
310 struct provider_store_st *store = OPENSSL_zalloc(sizeof(*store)); provider_store_new() local
337 struct provider_store_st *store = NULL; get_provider_store() local
348 struct provider_store_st *store; ossl_provider_disable_fallback_loading() local
365 struct provider_store_st *store = get_provider_store(libctx); ossl_provider_info_add_to_store() local
413 struct provider_store_st *store = NULL; ossl_provider_find() local
534 struct provider_store_st *store = NULL; ossl_provider_new() local
592 struct provider_store_st *store = prov->store; create_provider_children() local
613 struct provider_store_st *store; ossl_provider_add_to_store() local
804 struct provider_store_st *store; OSSL_PROVIDER_set_default_search_path() local
1046 struct provider_store_st *store; provider_deactivate() local
1120 struct provider_store_st *store; provider_activate() local
1175 struct provider_store_st *store; provider_flush_store_cache() local
1207 struct provider_store_st *store; provider_remove_store_methods() local
1285 provider_activate_fallbacks(struct provider_store_st *store) provider_activate_fallbacks() argument
1358 struct provider_store_st *store = get_provider_store(ctx); ossl_provider_doall_activated() local
1475 struct provider_store_st *store = get_provider_store(libctx); OSSL_PROVIDER_available() local
1689 struct provider_store_st *store = NULL; ossl_provider_default_props_update() local
1729 struct provider_store_st *store = NULL; ossl_provider_register_child_cb() local
1804 struct provider_store_st *store = NULL; ossl_provider_deregister_child_cb() local
[all...]
/third_party/openssl/crypto/
H A Dprovider_core.c21 #include "crypto/store.h" /* ossl_store_loader_store_cache_flush */
52 * provider store. Each provider that exists in the parent provider store, has
53 * an associated child provider in the child library context's provider store.
84 * The store default_path_lock: Used to control access to the provider store's
87 * The store lock: Used to control the stack of provider's held within the
88 * provider store, as well as the stack of registered child provider callbacks.
102 * provider store lock, the provider flag_lock and the provider refcnt_lock.
105 * 1) provider store loc
160 struct provider_store_st *store; /* The store this instance belongs to */ global() member
288 struct provider_store_st *store = vstore; provider_store_free() local
310 struct provider_store_st *store = OPENSSL_zalloc(sizeof(*store)); provider_store_new() local
337 struct provider_store_st *store = NULL; get_provider_store() local
348 struct provider_store_st *store; ossl_provider_disable_fallback_loading() local
365 struct provider_store_st *store = get_provider_store(libctx); ossl_provider_info_add_to_store() local
413 struct provider_store_st *store = NULL; ossl_provider_find() local
534 struct provider_store_st *store = NULL; ossl_provider_new() local
592 struct provider_store_st *store = prov->store; create_provider_children() local
613 struct provider_store_st *store; ossl_provider_add_to_store() local
804 struct provider_store_st *store; OSSL_PROVIDER_set_default_search_path() local
1044 struct provider_store_st *store; provider_deactivate() local
1118 struct provider_store_st *store; provider_activate() local
1173 struct provider_store_st *store; provider_flush_store_cache() local
1205 struct provider_store_st *store; provider_remove_store_methods() local
1283 provider_activate_fallbacks(struct provider_store_st *store) provider_activate_fallbacks() argument
1356 struct provider_store_st *store = get_provider_store(ctx); ossl_provider_doall_activated() local
1473 struct provider_store_st *store = get_provider_store(libctx); OSSL_PROVIDER_available() local
1687 struct provider_store_st *store = NULL; ossl_provider_default_props_update() local
1727 struct provider_store_st *store = NULL; ossl_provider_register_child_cb() local
1802 struct provider_store_st *store = NULL; ossl_provider_deregister_child_cb() local
[all...]
/third_party/openssl/test/
H A Dproperty_test.c53 OSSL_METHOD_STORE *store; in test_property_string() local
57 if (TEST_ptr(store = ossl_method_store_new(NULL)) in test_property_string()
76 ossl_method_store_free(store); in test_property_string()
119 OSSL_METHOD_STORE *store; in test_property_parse() local
123 if (TEST_ptr(store = ossl_method_store_new(NULL)) in test_property_parse()
132 ossl_method_store_free(store); in test_property_parse()
138 OSSL_METHOD_STORE *store; in test_property_query_value_create() local
143 if (TEST_ptr(store = ossl_method_store_new(NULL)) in test_property_query_value_create()
154 ossl_method_store_free(store); in test_property_query_value_create()
183 OSSL_METHOD_STORE *store; in test_property_parse_error() local
233 OSSL_METHOD_STORE *store; test_property_merge() local
258 OSSL_METHOD_STORE *store; test_property_defn_cache() local
319 OSSL_METHOD_STORE *store; test_definition_compares() local
349 OSSL_METHOD_STORE *store; test_register_deregister() local
421 OSSL_METHOD_STORE *store; test_property() local
529 OSSL_METHOD_STORE *store; test_query_cache_stochastic() local
[all...]
/third_party/node/test/async-hooks/
H A Dtest-async-local-storage-thenable.js10 const store = new AsyncLocalStorage();
14 assert.strictEqual(store.getStore(), data);
25 store.run(data, async () => {
26 assert.strictEqual(store.getStore(), data);
28 assert.strictEqual(store.getStore(), data);
32 store.run(data, async () => {
34 assert.strictEqual(store.getStore(), data);
37 assert.strictEqual(store.getStore(), data);
42 store.run(data, () => {
43 assert.strictEqual(store
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
H A Ddependence_analysis.cpp41 with --eliminate-local-multi-store
135 const Instruction* store[4]; in TEST() local
139 store[stores_found] = &inst; in TEST()
145 EXPECT_TRUE(store[i]); in TEST()
152 store[0], &distance_vector)); in TEST()
159 store[1], &distance_vector)); in TEST()
166 store[2], &distance_vector)); in TEST()
174 store[3], &distance_vector)); in TEST()
180 with --eliminate-local-multi-store
292 const Instruction* store[ in TEST() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
H A Ddependence_analysis.cpp41 with --eliminate-local-multi-store
135 const Instruction* store[4]; in TEST() local
139 store[stores_found] = &inst; in TEST()
145 EXPECT_TRUE(store[i]); in TEST()
152 store[0], &distance_vector)); in TEST()
159 store[1], &distance_vector)); in TEST()
166 store[2], &distance_vector)); in TEST()
174 store[3], &distance_vector)); in TEST()
180 with --eliminate-local-multi-store
292 const Instruction* store[ in TEST() local
[all...]
/third_party/spirv-tools/test/opt/loop_optimizations/
H A Ddependence_analysis.cpp35 with --eliminate-local-multi-store
129 const Instruction* store[4]; in TEST() local
133 store[stores_found] = &inst; in TEST()
139 EXPECT_TRUE(store[i]); in TEST()
146 store[0], &distance_vector)); in TEST()
153 store[1], &distance_vector)); in TEST()
160 store[2], &distance_vector)); in TEST()
168 store[3], &distance_vector)); in TEST()
174 with --eliminate-local-multi-store
286 const Instruction* store[ in TEST() local
[all...]
/third_party/node/deps/v8/src/api/
H A Dapi-arguments.cc16 slot_at(T::kThisIndex).store(self); in PropertyCallbackArguments()
17 slot_at(T::kHolderIndex).store(holder); in PropertyCallbackArguments()
18 slot_at(T::kDataIndex).store(data); in PropertyCallbackArguments()
19 slot_at(T::kIsolateIndex).store(Object(reinterpret_cast<Address>(isolate))); in PropertyCallbackArguments()
24 slot_at(T::kShouldThrowOnErrorIndex).store(Smi::FromInt(value)); in PropertyCallbackArguments()
29 slot_at(T::kReturnValueDefaultValueIndex).store(the_hole); in PropertyCallbackArguments()
30 slot_at(T::kReturnValueIndex).store(the_hole); in PropertyCallbackArguments()
40 slot_at(T::kDataIndex).store(data); in FunctionCallbackArguments()
41 slot_at(T::kHolderIndex).store(holder); in FunctionCallbackArguments()
42 slot_at(T::kNewTargetIndex).store(new_targe in FunctionCallbackArguments()
[all...]
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_rcl.c40 * dummy store.
49 cl_emit(cl, STORE_TILE_BUFFER_GENERAL, store) { in flush_last_load()
50 store.buffer_to_store = NONE; in flush_last_load()
98 /* Can't do raw ZSTENCIL loads -- need to load/store them to in load_general()
137 cl_emit(cl, STORE_TILE_BUFFER_GENERAL, store) { in store_general()
138 store.buffer_to_store = buffer; in store_general()
139 store.address = cl_address(rsc->bo, layer_offset); in store_general()
142 store.clear_buffer_being_stored = false; in store_general()
145 store.output_image_format = V3D_OUTPUT_IMAGE_FORMAT_S8; in store_general()
147 store in store_general()
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_fetch.c38 /* We want evp_method_store to be cleaned up before the provider store */
74 static void dealloc_tmp_evp_method_store(void *store) in dealloc_tmp_evp_method_store() argument
76 if (store != NULL) in dealloc_tmp_evp_method_store()
77 ossl_method_store_free(store); in dealloc_tmp_evp_method_store()
86 static int reserve_evp_method_store(void *store, void *data) in reserve_evp_method_store() argument
90 if (store == NULL in reserve_evp_method_store()
91 && (store = get_evp_method_store(methdata->libctx)) == NULL) in reserve_evp_method_store()
94 return ossl_method_lock_store(store); in reserve_evp_method_store()
97 static int unreserve_evp_method_store(void *store, void *data) in unreserve_evp_method_store() argument
101 if (store in unreserve_evp_method_store()
140 get_evp_method_from_store(void *store, const OSSL_PROVIDER **prov, void *data) get_evp_method_from_store() argument
178 put_evp_method_in_store(void *store, void *method, const OSSL_PROVIDER *prov, const char *names, const char *propdef, void *data) put_evp_method_in_store() argument
270 OSSL_METHOD_STORE *store = get_evp_method_store(methdata->libctx); inner_evp_generic_fetch() local
471 OSSL_METHOD_STORE *store = get_evp_method_store(libctx); evp_method_store_cache_flush() local
481 OSSL_METHOD_STORE *store = get_evp_method_store(libctx); evp_method_store_remove_all_provided() local
493 OSSL_METHOD_STORE *store = get_evp_method_store(libctx); evp_set_parsed_default_properties() local
[all...]
/third_party/openssl/crypto/evp/
H A Devp_fetch.c38 /* We want evp_method_store to be cleaned up before the provider store */
74 static void dealloc_tmp_evp_method_store(void *store) in dealloc_tmp_evp_method_store() argument
76 if (store != NULL) in dealloc_tmp_evp_method_store()
77 ossl_method_store_free(store); in dealloc_tmp_evp_method_store()
86 static int reserve_evp_method_store(void *store, void *data) in reserve_evp_method_store() argument
90 if (store == NULL in reserve_evp_method_store()
91 && (store = get_evp_method_store(methdata->libctx)) == NULL) in reserve_evp_method_store()
94 return ossl_method_lock_store(store); in reserve_evp_method_store()
97 static int unreserve_evp_method_store(void *store, void *data) in unreserve_evp_method_store() argument
101 if (store in unreserve_evp_method_store()
140 get_evp_method_from_store(void *store, const OSSL_PROVIDER **prov, void *data) get_evp_method_from_store() argument
178 put_evp_method_in_store(void *store, void *method, const OSSL_PROVIDER *prov, const char *names, const char *propdef, void *data) put_evp_method_in_store() argument
270 OSSL_METHOD_STORE *store = get_evp_method_store(methdata->libctx); inner_evp_generic_fetch() local
458 OSSL_METHOD_STORE *store = get_evp_method_store(libctx); evp_method_store_cache_flush() local
468 OSSL_METHOD_STORE *store = get_evp_method_store(libctx); evp_method_store_remove_all_provided() local
480 OSSL_METHOD_STORE *store = get_evp_method_store(libctx); evp_set_parsed_default_properties() local
[all...]
/third_party/node/deps/openssl/openssl/include/internal/
H A Dproperty.h52 /* Implementation store functions */
54 void ossl_method_store_free(OSSL_METHOD_STORE *store);
56 int ossl_method_lock_store(OSSL_METHOD_STORE *store);
57 int ossl_method_unlock_store(OSSL_METHOD_STORE *store);
59 int ossl_method_store_add(OSSL_METHOD_STORE *store, const OSSL_PROVIDER *prov,
63 int ossl_method_store_remove(OSSL_METHOD_STORE *store, int nid,
65 void ossl_method_store_do_all(OSSL_METHOD_STORE *store,
68 int ossl_method_store_fetch(OSSL_METHOD_STORE *store,
71 int ossl_method_store_remove_all_provided(OSSL_METHOD_STORE *store,
79 int ossl_method_store_cache_get(OSSL_METHOD_STORE *store, OSSL_PROVIDE
[all...]
/third_party/openssl/include/internal/
H A Dproperty.h52 /* Implementation store functions */
54 void ossl_method_store_free(OSSL_METHOD_STORE *store);
56 int ossl_method_lock_store(OSSL_METHOD_STORE *store);
57 int ossl_method_unlock_store(OSSL_METHOD_STORE *store);
59 int ossl_method_store_add(OSSL_METHOD_STORE *store, const OSSL_PROVIDER *prov,
63 int ossl_method_store_remove(OSSL_METHOD_STORE *store, int nid,
65 void ossl_method_store_do_all(OSSL_METHOD_STORE *store,
68 int ossl_method_store_fetch(OSSL_METHOD_STORE *store,
71 int ossl_method_store_remove_all_provided(OSSL_METHOD_STORE *store,
79 int ossl_method_store_cache_get(OSSL_METHOD_STORE *store, OSSL_PROVIDE
[all...]
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_lu.c313 X509_STORE *store = vs->store; in X509_STORE_CTX_get_by_subject() local
318 if (store == NULL) in X509_STORE_CTX_get_by_subject()
324 if (!X509_STORE_lock(store)) in X509_STORE_CTX_get_by_subject()
327 tmp = X509_OBJECT_retrieve_by_subject(store->objs, type, name); in X509_STORE_CTX_get_by_subject()
328 X509_STORE_unlock(store); in X509_STORE_CTX_get_by_subject()
331 for (i = 0; i < sk_X509_LOOKUP_num(store->get_cert_methods); i++) { in X509_STORE_CTX_get_by_subject()
332 lu = sk_X509_LOOKUP_value(store->get_cert_methods, i); in X509_STORE_CTX_get_by_subject()
353 static int x509_store_add(X509_STORE *store, void *x, int crl) { in x509_store_add() argument
376 if (!X509_STORE_lock(store)) { in x509_store_add()
591 X509_STORE *store = ctx->store; STACK_OF() local
646 X509_STORE *store = ctx->store; STACK_OF() local
729 X509_STORE *store = ctx->store; X509_STORE_CTX_get1_issuer() local
[all...]
/third_party/openssl/crypto/x509/
H A Dx509_lu.c313 X509_STORE *store = vs->store; in X509_STORE_CTX_get_by_subject() local
318 if (store == NULL) in X509_STORE_CTX_get_by_subject()
324 if (!X509_STORE_lock(store)) in X509_STORE_CTX_get_by_subject()
327 tmp = X509_OBJECT_retrieve_by_subject(store->objs, type, name); in X509_STORE_CTX_get_by_subject()
328 X509_STORE_unlock(store); in X509_STORE_CTX_get_by_subject()
331 for (i = 0; i < sk_X509_LOOKUP_num(store->get_cert_methods); i++) { in X509_STORE_CTX_get_by_subject()
332 lu = sk_X509_LOOKUP_value(store->get_cert_methods, i); in X509_STORE_CTX_get_by_subject()
353 static int x509_store_add(X509_STORE *store, void *x, int crl) { in x509_store_add() argument
376 if (!X509_STORE_lock(store)) { in x509_store_add()
591 X509_STORE *store = ctx->store; STACK_OF() local
646 X509_STORE *store = ctx->store; STACK_OF() local
729 X509_STORE *store = ctx->store; X509_STORE_CTX_get1_issuer() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/store/
H A Dstore_meth.c11 #include "crypto/store.h"
71 /* Permanent loader method store, constructor and destructor */
84 /* We want loader_store to be cleaned up before the provider store */
107 /* Temporary loader method store, constructor and destructor */
117 static void dealloc_tmp_loader_store(void *store) in dealloc_tmp_loader_store() argument
119 if (store != NULL) in dealloc_tmp_loader_store()
120 ossl_method_store_free(store); in dealloc_tmp_loader_store()
123 /* Get the permanent loader store */
130 static int reserve_loader_store(void *store, void *data) in reserve_loader_store() argument
134 if (store in reserve_loader_store()
141 unreserve_loader_store(void *store, void *data) unreserve_loader_store() argument
153 get_loader_from_store(void *store, const OSSL_PROVIDER **prov, void *data) get_loader_from_store() argument
175 put_loader_in_store(void *store, void *method, const OSSL_PROVIDER *prov, const char *scheme, const char *propdef, void *data) put_loader_in_store() argument
303 OSSL_METHOD_STORE *store = get_loader_store(methdata->libctx); inner_loader_fetch() local
424 OSSL_METHOD_STORE *store = get_loader_store(libctx); ossl_store_loader_store_cache_flush() local
434 OSSL_METHOD_STORE *store = get_loader_store(libctx); ossl_store_loader_store_remove_all_provided() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/encode_decode/
H A Ddecoder_meth.c68 /* Permanent decoder method store, constructor and destructor */
81 /* We want decoder_store to be cleaned up before the provider store */
104 /* Temporary decoder method store, constructor and destructor */
114 static void dealloc_tmp_decoder_store(void *store) in dealloc_tmp_decoder_store() argument
116 if (store != NULL) in dealloc_tmp_decoder_store()
117 ossl_method_store_free(store); in dealloc_tmp_decoder_store()
120 /* Get the permanent decoder store */
127 static int reserve_decoder_store(void *store, void *data) in reserve_decoder_store() argument
131 if (store == NULL in reserve_decoder_store()
132 && (store in reserve_decoder_store()
138 unreserve_decoder_store(void *store, void *data) unreserve_decoder_store() argument
150 get_decoder_from_store(void *store, const OSSL_PROVIDER **prov, void *data) get_decoder_from_store() argument
185 put_decoder_in_store(void *store, void *method, const OSSL_PROVIDER *prov, const char *names, const char *propdef, void *data) put_decoder_in_store() argument
365 OSSL_METHOD_STORE *store = get_decoder_store(methdata->libctx); inner_ossl_decoder_fetch() local
478 OSSL_METHOD_STORE *store = get_decoder_store(libctx); ossl_decoder_store_cache_flush() local
488 OSSL_METHOD_STORE *store = get_decoder_store(libctx); ossl_decoder_store_remove_all_provided() local
[all...]
/third_party/openssl/crypto/encode_decode/
H A Ddecoder_meth.c68 /* Permanent decoder method store, constructor and destructor */
81 /* We want decoder_store to be cleaned up before the provider store */
104 /* Temporary decoder method store, constructor and destructor */
114 static void dealloc_tmp_decoder_store(void *store) in dealloc_tmp_decoder_store() argument
116 if (store != NULL) in dealloc_tmp_decoder_store()
117 ossl_method_store_free(store); in dealloc_tmp_decoder_store()
120 /* Get the permanent decoder store */
127 static int reserve_decoder_store(void *store, void *data) in reserve_decoder_store() argument
131 if (store == NULL in reserve_decoder_store()
132 && (store in reserve_decoder_store()
138 unreserve_decoder_store(void *store, void *data) unreserve_decoder_store() argument
150 get_decoder_from_store(void *store, const OSSL_PROVIDER **prov, void *data) get_decoder_from_store() argument
185 put_decoder_in_store(void *store, void *method, const OSSL_PROVIDER *prov, const char *names, const char *propdef, void *data) put_decoder_in_store() argument
365 OSSL_METHOD_STORE *store = get_decoder_store(methdata->libctx); inner_ossl_decoder_fetch() local
478 OSSL_METHOD_STORE *store = get_decoder_store(libctx); ossl_decoder_store_cache_flush() local
488 OSSL_METHOD_STORE *store = get_decoder_store(libctx); ossl_decoder_store_remove_all_provided() local
[all...]
/third_party/openssl/crypto/store/
H A Dstore_meth.c11 #include "crypto/store.h"
71 /* Permanent loader method store, constructor and destructor */
84 /* We want loader_store to be cleaned up before the provider store */
107 /* Temporary loader method store, constructor and destructor */
117 static void dealloc_tmp_loader_store(void *store) in dealloc_tmp_loader_store() argument
119 if (store != NULL) in dealloc_tmp_loader_store()
120 ossl_method_store_free(store); in dealloc_tmp_loader_store()
123 /* Get the permanent loader store */
130 static int reserve_loader_store(void *store, void *data) in reserve_loader_store() argument
134 if (store in reserve_loader_store()
141 unreserve_loader_store(void *store, void *data) unreserve_loader_store() argument
153 get_loader_from_store(void *store, const OSSL_PROVIDER **prov, void *data) get_loader_from_store() argument
175 put_loader_in_store(void *store, void *method, const OSSL_PROVIDER *prov, const char *scheme, const char *propdef, void *data) put_loader_in_store() argument
303 OSSL_METHOD_STORE *store = get_loader_store(methdata->libctx); inner_loader_fetch() local
424 OSSL_METHOD_STORE *store = get_loader_store(libctx); ossl_store_loader_store_cache_flush() local
434 OSSL_METHOD_STORE *store = get_loader_store(libctx); ossl_store_loader_store_remove_all_provided() local
[all...]
/third_party/vk-gl-cts/external/amber/src/src/
H A Dvirtual_file_store_test.cc29 VirtualFileStore store; in TEST() local
30 store.Add("a/file.1", "File 1"); in TEST()
31 store.Add("./file.2", "File 2"); in TEST()
32 store.Add("b\\file.3", "File 3"); in TEST()
35 ASSERT_TRUE(store.Get("a/file.1", &content).IsSuccess()); in TEST()
38 ASSERT_TRUE(store.Get("./file.2", &content).IsSuccess()); in TEST()
41 ASSERT_TRUE(store.Get("b\\file.3", &content).IsSuccess()); in TEST()
45 ASSERT_FALSE(store.Get("missing.file", &content).IsSuccess()); in TEST()
/third_party/node/test/parallel/
H A Dtest-async-local-storage-http-multiclients.js35 const store = cls.getStore();
36 store.set('data', '');
49 // Accumulate the current data chunk with the store data
51 const store = cls.getStore();
52 assert.notStrictEqual(store, undefined);
53 let chunk = store.get('data');
55 store.set('data', chunk);
58 // Retrieve the store data, and test for homogeneity
60 const store = cls.getStore();
61 assert.notStrictEqual(store, undefine
[all...]
H A Dtest-diagnostics-channel-tracing-channel-promise-run-stores.js10 const store = new AsyncLocalStorage();
15 channel.start.bindStore(store, common.mustCall(() => {
19 channel.asyncStart.bindStore(store, common.mustNotCall(() => {
23 assert.strictEqual(store.getStore(), undefined);
25 assert.deepStrictEqual(store.getStore(), firstContext);
29 assert.deepStrictEqual(store.getStore(), firstContext);
31 assert.strictEqual(store.getStore(), undefined);
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_combine_stores.c32 /* Combine stores of vectors to the same deref into a single store.
35 * destination and combines them into the last store of the sequence. Dead
36 * stores (or parts of the store) found during the process are removed.
58 /* Latest store added. It is reused when combining. */
61 /* Original store for each component. The number of times a store appear
62 * in this array is kept in the store's pass_flags.
70 /* Pending store combinations. */
115 /* If the combined writemask is the same as the latest store, we know there in combine_stores()
116 * is only one store i in combine_stores()
131 nir_intrinsic_instr *store = combo->stores[i]; combine_stores() local
153 nir_intrinsic_instr *store = combo->latest; combine_stores() local
[all...]

Completed in 17 milliseconds

12345678910>>...49