/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | apps.c | 39 #include <openssl/store.h> 47 #include <openssl/store.h> 750 static X509_STORE *sk_X509_to_store(X509_STORE *store /* may be NULL */, in sk_X509_to_store() 755 if (store == NULL) in sk_X509_to_store() 756 store = X509_STORE_new(); in sk_X509_to_store() 757 if (store == NULL) in sk_X509_to_store() 760 if (!X509_STORE_add_cert(store, sk_X509_value(certs, i))) { in sk_X509_to_store() 761 X509_STORE_free(store); in sk_X509_to_store() 765 return store; in sk_X509_to_store() 769 * Create cert store structur 775 X509_STORE *store = NULL; load_certstore() local 1364 X509_STORE *store = X509_STORE_new(); setup_verify() local [all...] |
/third_party/openssl/apps/lib/ |
H A D | apps.c | 39 #include <openssl/store.h> 47 #include <openssl/store.h> 750 static X509_STORE *sk_X509_to_store(X509_STORE *store /* may be NULL */, in sk_X509_to_store() 755 if (store == NULL) in sk_X509_to_store() 756 store = X509_STORE_new(); in sk_X509_to_store() 757 if (store == NULL) in sk_X509_to_store() 760 if (!X509_STORE_add_cert(store, sk_X509_value(certs, i))) { in sk_X509_to_store() 761 X509_STORE_free(store); in sk_X509_to_store() 765 return store; in sk_X509_to_store() 769 * Create cert store structur 775 X509_STORE *store = NULL; load_certstore() local 1362 X509_STORE *store = X509_STORE_new(); setup_verify() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | tls_openssl.c | 324 X509_STORE *store; in tls_crl_cert_reload() local 326 store = X509_STORE_new(); in tls_crl_cert_reload() 327 if (!store) { in tls_crl_cert_reload() 329 "OpenSSL: %s - failed to allocate new certificate store", in tls_crl_cert_reload() 334 if (ca_cert && X509_STORE_load_locations(store, ca_cert, NULL) != 1) { in tls_crl_cert_reload() 337 X509_STORE_free(store); in tls_crl_cert_reload() 345 X509_STORE_set_flags(store, flags); in tls_crl_cert_reload() 347 return store; in tls_crl_cert_reload() 507 static const CERT_CONTEXT * cryptoapi_find_cert(const char *name, DWORD store) in cryptoapi_find_cert() argument 513 store | CERT_STORE_OPEN_EXISTING_FLA in cryptoapi_find_cert() 660 const char *store; tls_cryptoapi_ca_cert() local 2588 X509_STORE *store; tls_connection_ca_cert() local 3560 X509_STORE *store; tls_connection_engine_ca_cert() local 4703 X509_STORE *store; ocsp_resp_cb() local [all...] |
/third_party/node/deps/openssl/openssl/apps/include/ |
H A D | engine_loader.h | 12 # include <openssl/store.h>
|
/third_party/openssl/apps/include/ |
H A D | engine_loader.h | 12 # include <openssl/store.h>
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_nb_backup_test.cpp | 246 g_readyFlag.store(false); in HWTEST_F() 249 g_readyFlag.store(true); in HWTEST_F() 295 g_readyFlag.store(false); in HWTEST_F() 300 g_readyFlag.store(true); in HWTEST_F() 353 g_readyFlag.store(false); in HWTEST_F() 358 g_readyFlag.store(true); in HWTEST_F() 402 g_readyFlag.store(false); in HWTEST_F() 406 g_readyFlag.store(true); in HWTEST_F() 855 g_readyFlag.store(false); in HWTEST_F() 859 g_readyFlag.store(tru in HWTEST_F() [all...] |
/third_party/curl/lib/ |
H A D | parsedate.h | 30 CURLcode Curl_gmtime(time_t intime, struct tm *store);
|
/third_party/node/deps/openssl/openssl/crypto/store/ |
H A D | store_strings.c | 10 #include <openssl/store.h>
|
/third_party/openssl/crypto/store/ |
H A D | store_strings.c | 10 #include <openssl/store.h>
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_io.c | 419 /* Only the first store has a component offset */ in lower_load() 455 nir_intrinsic_instr *store = in emit_store() local 457 store->num_components = num_components; in emit_store() 459 store->src[0] = nir_src_for_ssa(data); in emit_store() 461 nir_intrinsic_set_base(store, var->data.driver_location); in emit_store() 462 nir_intrinsic_set_component(store, component); in emit_store() 463 nir_intrinsic_set_src_type(store, src_type); in emit_store() 465 nir_intrinsic_set_write_mask(store, write_mask); in emit_store() 467 if (nir_intrinsic_has_access(store)) in emit_store() 468 nir_intrinsic_set_access(store, va in emit_store() 1687 nir_intrinsic_instr *store = nir_intrinsic_instr_create(b->shader, op); build_explicit_io_store() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/include/ |
H A D | result_set_common.h | 28 int InitResultSet(std::shared_ptr<QueryContext> &context, DocumentStore *store, ResultSet &resultSet, bool isCutBranch);
|
/third_party/curl/src/ |
H A D | tool_helpers.h | 31 HttpReq *store);
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | store.h | 15 # include <openssl/store.h>
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DResourceState.h | 20 fState.store(state); in setResourceState()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkImageLayout.h | 20 fLayout.store(layout); in setImageLayout()
|
/third_party/openssl/ohos_lite/include/crypto/ |
H A D | store.h | 14 # include <openssl/store.h>
|
/third_party/openssl/include/crypto/ |
H A D | store.h | 15 # include <openssl/store.h>
|
/foundation/multimedia/av_codec/services/media_engine/filters/ |
H A D | decoder_surface_filter.cpp | 369 inPreroll_.store(true); in DoPreroll() 370 prerollDone_.store(false); in DoPreroll() 371 eosNext_.store(false); in DoPreroll() 401 inPreroll_.store(false); in DoWaitPrerollDone() 402 prerollDone_.store(true); in DoWaitPrerollDone() 403 eosNext_.store(false); in DoWaitPrerollDone() 412 eosNext_.store(false); in DoWaitPrerollDone() 416 inPreroll_.store(false); in DoWaitPrerollDone() 767 eosNext_.store(isEOS); in DrainPreroll() 768 prerollDone_.store(tru in DrainPreroll() [all...] |
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/remote/ |
H A D | remote_audio_renderer_sink.cpp | 211 rendererInited_.store(false); in ClearRender() 212 isRenderCreated_.store(false); in ClearRender() 213 started_.store(false); in ClearRender() 214 paused_.store(false); in ClearRender() 334 rendererInited_.store(true); in Init() 390 isRenderCreated_.store(true); in CreateRender() 545 started_.store(true); in Start() 564 started_.store(false); in Stop() 584 paused_.store(true); in Pause() 606 paused_.store(fals in Resume() [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_eu_emit.c | 656 p->store = reralloc(p->mem_ctx, p->store, brw_inst, p->store_size); in brw_append_insns() 663 memset(&p->store[p->nr_insn], 0, in brw_append_insns() 671 return &p->store[start_insn]; in brw_append_insns() 692 return dst - (void *)p->store; in brw_append_data() 1369 p->if_stack[p->if_stack_depth] = inst - p->store; in push_if_stack() 1383 return &p->store[p->if_stack[p->if_stack_depth]]; in pop_if_stack() 1397 p->loop_stack[p->loop_stack_depth] = inst - p->store; in push_loop_stack() 1405 return &p->store[p->loop_stack[p->loop_stack_depth - 1]]; in get_inner_do_insn() 1502 brw_inst *next_inst = &p->store[ in convert_IF_ELSE_to_ADD() 2908 void *store = p->store; brw_find_next_block_end() local 2956 void *store = p->store; brw_find_loop_end() local 2987 void *store = p->store; brw_set_uip_jip() local [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/ |
H A D | cloud_service_impl.cpp | 43 #include "store/auto_cache.h" 44 #include "store/general_store.h" 224 auto store = AutoCache::GetInstance().GetStore(meta, {}); in DoClean() local 225 if (store == nullptr) { in DoClean() 226 ZLOGE("store null, storeId:%{public}s", meta.GetStoreAlias().c_str()); in DoClean() 234 auto status = store->Clean({}, action, ""); in DoClean() 250 ZLOGE("failed, no store meta bundleName:%{public}s, storeId:%{public}s, user = %{public}s", in GetStoreMetaData() 258 ZLOGE("meta empty, not public store. bundleName:%{public}s, storeId:%{public}s, user = %{public}s", in GetStoreMetaData() 373 for (const auto &store : stores) { in DoKvCloudSync() 374 int32_t mode = (store in DoKvCloudSync() 470 auto store = AutoCache::GetInstance().GetStore(storeMetaData, {}); QueryStatistics() local 487 QueryTableStatistic(const std::string &tableName, AutoCache::Store store) QueryTableStatistic() argument 1016 AutoCache::Store store = SyncManager::GetStore(meta, storeInfo.user, true); PreShare() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | observer_bridge.cpp | 20 ObserverBridge::ObserverBridge(AppId appId, StoreId store, std::shared_ptr<Observer> observer, const Convertor &cvt) in ObserverBridge() argument 21 : appId_(std::move(appId)), storeId_(std::move(store)), observer_(std::move(observer)), convert_(cvt) in ObserverBridge()
|
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_input/daudio_input/ |
H A D | daudio_input_plugin.cpp | 65 frameNumber_.store(0); in Init() 80 frameNumber_.store(0); in Reset()
|
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_input/dscreen_input/ |
H A D | dscreen_input_plugin.cpp | 62 frameNumber_.store(0); in Init() 77 frameNumber_.store(0); in Reset()
|
/third_party/node/src/quic/ |
H A D | data.h | 30 Store(std::shared_ptr<v8::BackingStore> store, 33 Store(std::unique_ptr<v8::BackingStore> store,
|