Home
last modified time | relevance | path

Searched refs:store (Results 201 - 225 of 1851) sorted by relevance

12345678910>>...75

/third_party/openssl/test/
H A Dverify_extra_test.c52 * interCA (but not rootCA) and subinterCA (ss) are in the trusted store
68 X509_STORE *store = NULL; in test_alt_chains_cert_forgery() local
71 store = X509_STORE_new(); in test_alt_chains_cert_forgery()
72 if (store == NULL) in test_alt_chains_cert_forgery()
75 lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file()); in test_alt_chains_cert_forgery()
90 if (!X509_STORE_CTX_init(sctx, store, x, untrusted)) in test_alt_chains_cert_forgery()
103 X509_STORE_free(store); in test_alt_chains_cert_forgery()
H A Dcmp_protect_test.c335 X509_STORE *store; in execute_cmp_build_cert_chain_test() local
348 if (TEST_ptr(store = X509_STORE_new()) in execute_cmp_build_cert_chain_test()
349 && TEST_true(X509_STORE_add_cert(store, root))) { in execute_cmp_build_cert_chain_test()
350 X509_VERIFY_PARAM_set_flags(X509_STORE_get0_param(store), in execute_cmp_build_cert_chain_test()
352 chain = X509_build_chain(fixture->cert, fixture->certs, store, in execute_cmp_build_cert_chain_test()
361 X509_STORE_free(store); in execute_cmp_build_cert_chain_test()
464 X509_STORE *store = X509_STORE_new(); in execute_X509_STORE_test() local
468 if (!TEST_true(ossl_cmp_X509_STORE_add1_certs(store, in execute_X509_STORE_test()
472 sk = X509_STORE_get1_all_certs(store); in execute_X509_STORE_test()
477 X509_STORE_free(store); in execute_X509_STORE_test()
[all...]
/kernel/linux/linux-5.10/fs/afs/
H A Dwrite.c404 if (!op->store.laundering) in afs_store_data_success()
405 afs_pages_written_back(vnode, op->store.first, op->store.last); in afs_store_data_success()
407 atomic_long_add((op->store.last * PAGE_SIZE + op->store.last_to) - in afs_store_data_success()
408 (op->store.first * PAGE_SIZE + op->store.first_offset), in afs_store_data_success()
452 op->store.mapping = mapping; in afs_store_data()
454 op->store.first = first; in afs_store_data()
455 op->store in afs_store_data()
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir.cpp233 auto store = nir_store_output(b, clip_i, intr->src[1].ssa); variable
234 nir_intrinsic_set_write_mask(store, 0xf);
235 nir_intrinsic_set_base(store, clip_vertex_index);
241 nir_intrinsic_set_base(store, m_clipplane1);
242 nir_intrinsic_set_write_mask(store, 0xf);
243 nir_intrinsic_set_io_semantics(store, semantic);
470 auto store = nir_intrinsic_instr_create(b.shader, nir_intrinsic_store_local_shared_r600); in r600_lower_shared_io_impl() local
472 nir_intrinsic_set_write_mask(store, writemask); in r600_lower_shared_io_impl()
473 store->src[0] = nir_src_for_ssa(op->src[0].ssa); in r600_lower_shared_io_impl()
474 store in r600_lower_shared_io_impl()
[all...]
/kernel/linux/linux-5.10/fs/gfs2/
H A Dsys.c33 ssize_t (*store)(struct gfs2_sbd *, const char *, size_t); member
49 return a->store ? a->store(sdp, buf, len) : len; in gfs2_attr_store()
54 .store = gfs2_attr_store,
273 #define GFS2_ATTR(name, mode, show, store) \
274 static struct gfs2_attr gfs2_attr_##name = __ATTR(name, mode, show, store)
599 #define TUNE_ATTR_3(name, show, store) \
600 static struct gfs2_attr tune_attr_##name = __ATTR(name, 0644, show, store)
602 #define TUNE_ATTR_2(name, store) \
607 TUNE_ATTR_3(name, name##_show, store)
[all...]
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
H A Dmod.rs36 use crate::x509::store::X509StoreBuilder;
74 let mut store = X509StoreBuilder::new().unwrap(); in verify_trusted_with_set_cert() variables
76 store.add_cert(x509).unwrap(); in verify_trusted_with_set_cert()
80 client.ctx().set_verify_cert_store(store.build()).unwrap(); in verify_trusted_with_set_cert()
95 CALLED_BACK.store(true, Ordering::SeqCst); in verify_untrusted_callback_override_ok()
129 CALLED_BACK.store(true, Ordering::SeqCst); in verify_trusted_callback_override_ok()
163 CALLED_BACK.store(true, Ordering::SeqCst); in verify_callback_load_certs()
183 CALLED_BACK.store(true, Ordering::SeqCst); in verify_trusted_get_error_ok()
220 CALLED_BACK.store(true, Ordering::SeqCst); in verify_callback()
242 CALLED_BACK.store(tru in ssl_verify_callback()
[all...]
/kernel/linux/linux-5.10/block/
H A Dblk-mq-sysfs.c51 ssize_t (*store)(struct blk_mq_ctx *, const char *, size_t); member
57 ssize_t (*store)(struct blk_mq_hw_ctx *, const char *, size_t); member
93 if (!entry->store) in blk_mq_sysfs_store()
97 res = entry->store(ctx, page, length); in blk_mq_sysfs_store()
136 if (!entry->store) in blk_mq_hw_sysfs_store()
140 res = entry->store(hctx, page, length); in blk_mq_hw_sysfs_store()
203 .store = blk_mq_sysfs_store,
208 .store = blk_mq_hw_sysfs_store,
/kernel/liteos_m/arch/arm/cortex-m3/keil/
H A Dlos_exc.S189 LDR R3, [R2] ; R3 store active hwi register when exc
205 MRS R12, PRIMASK ; store message-->exc: disable int?
206 PUSH {R4-R12} ; store message-->exc: {R4-R12}
212 PUSH {R3} ; save IRQ SP ; store message-->exc: MSP(R13)
214 MRS R12, PRIMASK ; store message-->exc: disable int?
215 PUSH {R4-R12} ; store message-->exc: {R4-R12}
257 LDMFD R3!, {R4-R11} ; R4-R11 store PSP reg(auto push when exc in task)
274 LDMFD R3, {R4-R11} ; R4-R11 store PSP reg(auto push when exc in task)
/kernel/liteos_m/arch/arm/cortex-m33/iar/NTZ/
H A Dlos_exc.S189 LDR R3, [R2] ; R3 store active hwi register when exc
205 MRS R12, PRIMASK ; store message-->exc: disable int?
206 PUSH {R4-R12} ; store message-->exc: {R4-R12}
212 PUSH {R3} ; save IRQ SP ; store message-->exc: MSP(R13)
214 MRS R12, PRIMASK ; store message-->exc: disable int?
215 PUSH {R4-R12} ; store message-->exc: {R4-R12}
257 LDMFD R3!, {R4-R11} ; R4-R11 store PSP reg(auto push when exc in task)
274 LDMFD R3, {R4-R11} ; R4-R11 store PSP reg(auto push when exc in task)
/kernel/liteos_m/arch/arm/cortex-m4/iar/
H A Dlos_exc.S189 LDR R3, [R2] ; R3 store active hwi register when exc
205 MRS R12, PRIMASK ; store message-->exc: disable int?
206 PUSH {R4-R12} ; store message-->exc: {R4-R12}
212 PUSH {R3} ; save IRQ SP ; store message-->exc: MSP(R13)
214 MRS R12, PRIMASK ; store message-->exc: disable int?
215 PUSH {R4-R12} ; store message-->exc: {R4-R12}
257 LDMFD R3!, {R4-R11} ; R4-R11 store PSP reg(auto push when exc in task)
274 LDMFD R3, {R4-R11} ; R4-R11 store PSP reg(auto push when exc in task)
/kernel/liteos_m/arch/arm/cortex-m55/iar/NTZ/
H A Dlos_exc.S189 LDR R3, [R2] ; R3 store active hwi register when exc
205 MRS R12, PRIMASK ; store message-->exc: disable int?
206 PUSH {R4-R12} ; store message-->exc: {R4-R12}
212 PUSH {R3} ; save IRQ SP ; store message-->exc: MSP(R13)
214 MRS R12, PRIMASK ; store message-->exc: disable int?
215 PUSH {R4-R12} ; store message-->exc: {R4-R12}
257 LDMFD R3!, {R4-R11} ; R4-R11 store PSP reg(auto push when exc in task)
274 LDMFD R3, {R4-R11} ; R4-R11 store PSP reg(auto push when exc in task)
/kernel/liteos_m/arch/arm/cortex-m7/iar/
H A Dlos_exc.S189 LDR R3, [R2] ; R3 store active hwi register when exc
205 MRS R12, PRIMASK ; store message-->exc: disable int?
206 PUSH {R4-R12} ; store message-->exc: {R4-R12}
212 PUSH {R3} ; save IRQ SP ; store message-->exc: MSP(R13)
214 MRS R12, PRIMASK ; store message-->exc: disable int?
215 PUSH {R4-R12} ; store message-->exc: {R4-R12}
257 LDMFD R3!, {R4-R11} ; R4-R11 store PSP reg(auto push when exc in task)
274 LDMFD R3, {R4-R11} ; R4-R11 store PSP reg(auto push when exc in task)
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dpkcs7.rs12 use crate::x509::store::X509StoreRef;
217 /// certificate. `store` is a trusted certificate store (used for chain
224 store: &X509StoreRef, in verify()
241 store.as_ptr(), in verify()
291 use crate::x509::store::X509StoreBuilder;
337 let store = store_builder.build(); in sign_verify_test_detached()
353 &store, in sign_verify_test_detached()
381 let store = store_builder.build(); in sign_verify_test_normal()
395 .verify(&certs, &store, Non in sign_verify_test_normal()
[all...]
/third_party/node/benchmark/async_hooks/
H A Dasync-local-storage-getstore-nested-run.js21 function runBenchmark(store, n) {
23 store.getStore();
/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/
H A Dimage.hpp41 inline virtual void store(glm::ivec2 coord, const T &v) in store() function
59 image.store(coord, value); in imageStore()
/third_party/typescript/tests/baselines/reference/
H A DinstanceMemberInitialization.js17 private readonly store = new this.Map_<K, V>();
35 this.store = new this.Map_();
/third_party/rust/crates/proc-macro2/src/
H A Ddetection.rs19 WORKS.store(1, Ordering::Relaxed);
29 WORKS.store(available as usize + 1, Ordering::Relaxed); in initialize()
68 WORKS.store(works as usize + 1, Ordering::Relaxed); in initialize()
/third_party/ffmpeg/libavcodec/mips/
H A Dvp9_intra_msa.c112 v16i8 store, src = { 0 }; in ff_dc_4x4_msa() local
124 store = __msa_splati_b((v16i8) sum_w, 0); in ff_dc_4x4_msa()
125 val0 = __msa_copy_u_w((v4i32) store, 0); in ff_dc_4x4_msa()
136 v16i8 store, data = { 0 }; \
145 store = __msa_splati_b((v16i8) sum_w, 0); \
146 val0 = __msa_copy_u_w((v4i32) store, 0); \
157 v16i8 store; in ff_dc_8x8_msa() local
172 store = __msa_splati_b((v16i8) sum_w, 0); in ff_dc_8x8_msa()
173 val0 = __msa_copy_u_d((v2i64) store, 0); in ff_dc_8x8_msa()
186 v16i8 store; \
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_pbo.c105 const struct gl_pixelstore_attrib *store, in st_pbo_addresses_pixelstore()
109 struct pipe_resource *buf = store->BufferObj->buffer; in st_pbo_addresses_pixelstore()
122 addr->image_height = store->ImageHeight > 0 ? store->ImageHeight : addr->height; in st_pbo_addresses_pixelstore()
125 /* Compute the stride, taking store->Alignment into account */ in st_pbo_addresses_pixelstore()
127 unsigned pixels_per_row = store->RowLength > 0 ? in st_pbo_addresses_pixelstore()
128 store->RowLength : addr->width; in st_pbo_addresses_pixelstore()
130 unsigned remainder = bytes_per_row % store->Alignment; in st_pbo_addresses_pixelstore()
134 bytes_per_row += store->Alignment - remainder; in st_pbo_addresses_pixelstore()
141 offset_rows = store in st_pbo_addresses_pixelstore()
103 st_pbo_addresses_pixelstore(struct st_context *st, GLenum gl_target, bool skip_images, const struct gl_pixelstore_attrib *store, const void *pixels, struct st_pbo_addresses *addr) st_pbo_addresses_pixelstore() argument
[all...]
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DDumbTextComponent.java784 int store = 0; in fixHex()
792 store += places * value; in fixHex()
797 int bottom = store & 0xFFFF; in fixHex()
798 if (store >= 0xD8000000 && store < 0xDC000000 in fixHex()
800 add = "" + (char)(store >> 16) + (char)bottom; in fixHex()
801 } else if (store > 0xFFFF && store <= 0x10FFFF) { in fixHex()
802 store -= 0x10000; in fixHex()
803 add = "" + (char)(((store >> 1 in fixHex()
[all...]
/third_party/mesa3d/src/compiler/nir/tests/
H A Dvars_tests.cpp435 nir_intrinsic_instr *store = get_intrinsic(nir_intrinsic_store_deref, i); in TEST_F() local
436 ASSERT_TRUE(store->src[1].is_ssa); in TEST_F()
437 EXPECT_EQ(store->src[1].ssa, stored_value); in TEST_F()
569 /* Our approach here is a bit scorched-earth. We expect the volatile store in TEST_F()
570 * in the middle to cause both that store and the one before it to be kept. in TEST_F()
571 * Technically, volatile only prevents combining the volatile store with in TEST_F()
572 * another store and one could argue that the store before the volatile and in TEST_F()
574 * treat a volatile store like an atomic and prevent any combining across in TEST_F()
851 nir_intrinsic_instr *store; in TEST_F() local
932 nir_intrinsic_instr *store; TEST_F() local
1071 nir_intrinsic_instr *store = get_intrinsic(nir_intrinsic_store_deref, i); TEST_F() local
1106 nir_intrinsic_instr *store = get_intrinsic(nir_intrinsic_store_deref, 2); TEST_F() local
1166 nir_intrinsic_instr *store = get_intrinsic(nir_intrinsic_store_deref, 1); TEST_F() local
1670 nir_intrinsic_instr *store = get_intrinsic(nir_intrinsic_store_deref, 0); TEST_F() local
1688 nir_intrinsic_instr *store = get_intrinsic(nir_intrinsic_store_deref, 0); TEST_F() local
1716 nir_intrinsic_instr *store = get_intrinsic(nir_intrinsic_store_deref, 0); TEST_F() local
1738 nir_intrinsic_instr *store = get_intrinsic(nir_intrinsic_store_deref, 0); TEST_F() local
[all...]
/kernel/linux/linux-6.6/fs/cachefiles/
H A Dvolume.c48 vdentry = cachefiles_get_directory(cache, cache->store, name, &is_new); in cachefiles_acquire_volume()
61 inode_lock_nested(d_inode(cache->store), I_MUTEX_PARENT); in cachefiles_acquire_volume()
62 cachefiles_bury_object(cache, NULL, cache->store, vdentry, in cachefiles_acquire_volume()
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dfinalize.cc22 void run_in_store(wasm::Store* store) { in run_in_store() argument
39 auto module = wasm::Module::make(store, binary); in run_in_store()
49 auto instance = wasm::Instance::make(store, module.get(), nullptr); in run_in_store()
69 std::cout << "Creating store 1..." << std::endl; in run()
72 std::cout << "Running in store 1..." << std::endl; in run()
77 std::cout << "Creating store 2..." << std::endl; in run()
80 std::cout << "Running in store 2..." << std::endl; in run()
84 std::cout << "Deleting store 2..." << std::endl; in run()
88 std::cout << "Running in store 1..." << std::endl; in run()
92 std::cout << "Deleting store in run()
[all...]
H A Dstart.cc23 auto store = store_.get(); in run() local
41 auto module = wasm::Module::make(store, binary); in run()
50 auto instance = wasm::Instance::make(store, module.get(), nullptr, &trap); in run()
/third_party/node/deps/openssl/openssl/crypto/ts/
H A Dts_verify_ctx.c59 ctx->store = s; in TS_VERIFY_CTX_set_store()
60 return ctx->store; in TS_VERIFY_CTX_set_store()
84 X509_STORE_free(ctx->store); in TS_VERIFY_CTX_cleanup()

Completed in 21 milliseconds

12345678910>>...75