| /third_party/node/deps/npm/node_modules/@sigstore/sign/dist/signer/fulcio/ |
| H A D | ca.js | 39 return cert.chain.certificates;
|
| /third_party/node/deps/openssl/openssl/crypto/cmp/ |
| H A D | cmp_ctx.c | 205 sk_X509_pop_free(ctx->chain, X509_free); in OSSL_CMP_CTX_free() 478 /* Returns the cert chain computed by OSSL_CMP_certConf_cb(), NULL on error */ 758 STACK_OF(X509) *chain; in DEFINE_OSSL_CMP_CTX_set1_up_ref() 769 ossl_cmp_debug(ctx, "trying to build chain for own CMP signer cert"); in DEFINE_OSSL_CMP_CTX_set1_up_ref() 770 chain = X509_build_chain(ctx->cert, ctx->untrusted, own_trusted, 0, in DEFINE_OSSL_CMP_CTX_set1_up_ref() 772 if (chain == NULL) { in DEFINE_OSSL_CMP_CTX_set1_up_ref() 776 ossl_cmp_debug(ctx, "success building chain for own CMP signer cert"); in DEFINE_OSSL_CMP_CTX_set1_up_ref() 777 ctx->chain = chain; in DEFINE_OSSL_CMP_CTX_set1_up_ref()
|
| /third_party/openssl/crypto/cmp/ |
| H A D | cmp_ctx.c | 205 sk_X509_pop_free(ctx->chain, X509_free); in OSSL_CMP_CTX_free() 478 /* Returns the cert chain computed by OSSL_CMP_certConf_cb(), NULL on error */ 758 STACK_OF(X509) *chain; in DEFINE_OSSL_CMP_CTX_set1_up_ref() 769 ossl_cmp_debug(ctx, "trying to build chain for own CMP signer cert"); in DEFINE_OSSL_CMP_CTX_set1_up_ref() 770 chain = X509_build_chain(ctx->cert, ctx->untrusted, own_trusted, 0, in DEFINE_OSSL_CMP_CTX_set1_up_ref() 772 if (chain == NULL) { in DEFINE_OSSL_CMP_CTX_set1_up_ref() 776 ossl_cmp_debug(ctx, "success building chain for own CMP signer cert"); in DEFINE_OSSL_CMP_CTX_set1_up_ref() 777 ctx->chain = chain; in DEFINE_OSSL_CMP_CTX_set1_up_ref()
|
| /foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
| H A D | net_manager_native_test.cpp | 155 uint32_t chain = NetManagerStandard::ChainType::CHAIN_NONE; in HWTEST_F() local 158 auto ret = instance_->FirewallSetUidRule(chain, uids, firewallRule); in HWTEST_F()
|
| H A D | netsys_native_service_stub_test.cpp | 368 int32_t FirewallSetUidsAllowedListChain(uint32_t chain, const std::vector<uint32_t> &uids) override 373 int32_t FirewallSetUidsDeniedListChain(uint32_t chain, const std::vector<uint32_t> &uids) override 378 int32_t FirewallEnableChain(uint32_t chain, bool enable) override 383 int32_t FirewallSetUidRule(uint32_t chain, const std::vector<uint32_t> &uids, uint32_t firewallRule) override 1306 uint32_t chain = 0; in HWTEST_F() local 1311 if (!data.WriteUint32(chain)) { in HWTEST_F() 1331 uint32_t chain = 0; in HWTEST_F() local 1338 if (!data.WriteUint32(chain)) { in HWTEST_F() 1352 uint32_t chain = 0; in HWTEST_F() local 1360 if (!data.WriteUint32(chain)) { in HWTEST_F() 1377 uint32_t chain = 0; HWTEST_F() local [all...] |
| /third_party/mesa3d/src/gallium/frontends/clover/core/ |
| H A D | event.cpp | 33 ev.chain(*this); in event() 101 event::chain(event &ev) { in chain() function in event
|
| /third_party/nghttp2/script/ |
| H A D | fetch-ocsp-response | 131 chain = read_file(cert_fn).decode('utf-8') 134 chain, re.DOTALL) 234 'issuer certificate (if omitted, is extracted from the certificate chain)')
|
| /third_party/vixl/tools/test_generator/ |
| H A D | parser.py | 388 return itertools.chain(*[[ 455 # Note that `ParseConfig` returns a list of generators already. We use `chain` 457 return itertools.chain(*[
|
| /third_party/rust/crates/clap/tests/builder/ |
| H A D | multiple_occurrences.rs | 76 .chain(vec!["-m"; 200].into_iter()) in multiple_occurrences_of_flags_large_quantity() 84 .chain(vec!["-m"; 500].into_iter()) in multiple_occurrences_of_flags_large_quantity()
|
| /foundation/communication/netmanager_base/services/netmanagernative/src/ |
| H A D | netsys_native_service.cpp | 591 int32_t NetsysNativeService::FirewallSetUidsAllowedListChain(uint32_t chain, const std::vector<uint32_t> &uids) in FirewallSetUidsAllowedListChain() argument 594 return netsysService_->FirewallSetUidsAllowedListChain(chain, uids); in FirewallSetUidsAllowedListChain() 597 int32_t NetsysNativeService::FirewallSetUidsDeniedListChain(uint32_t chain, const std::vector<uint32_t> &uids) in FirewallSetUidsDeniedListChain() argument 600 return netsysService_->FirewallSetUidsDeniedListChain(chain, uids); in FirewallSetUidsDeniedListChain() 603 int32_t NetsysNativeService::FirewallEnableChain(uint32_t chain, bool enable) in FirewallEnableChain() argument 606 return netsysService_->FirewallEnableChain(chain, enable); in FirewallEnableChain() 609 int32_t NetsysNativeService::FirewallSetUidRule(uint32_t chain, const std::vector<uint32_t> &uids, in FirewallSetUidRule() argument 613 return netsysService_->FirewallSetUidRule(chain, uids, firewallRule); in FirewallSetUidRule()
|
| /third_party/node/deps/openssl/openssl/apps/ |
| H A D | pkcs12.c | 39 STACK_OF(X509) **chain); 117 {"chain", OPT_CHAIN, '-', "Build and add certificate chain for EE cert,"}, 120 {"untrusted", OPT_UNTRUSTED, '<', "Untrusted certificates for chain building"}, 162 int export_pkcs12 = 0, options = 0, chain = 0, twopass = 0, keytype = 0; in pkcs12_main() local 222 chain = 1; in pkcs12_main() 389 if (chain) in pkcs12_main() 390 WARN_NO_EXPORT("chain"); in pkcs12_main() 530 chain = 0; in pkcs12_main() 531 BIO_printf(bio_err, "Warning: -chain optio in pkcs12_main() 996 get_cert_chain(X509 *cert, X509_STORE *store, STACK_OF(X509) *untrusted_certs, STACK_OF(X509) **chain) get_cert_chain() argument [all...] |
| /third_party/openssl/apps/ |
| H A D | pkcs12.c | 39 STACK_OF(X509) **chain); 117 {"chain", OPT_CHAIN, '-', "Build and add certificate chain for EE cert,"}, 120 {"untrusted", OPT_UNTRUSTED, '<', "Untrusted certificates for chain building"}, 162 int export_pkcs12 = 0, options = 0, chain = 0, twopass = 0, keytype = 0; in pkcs12_main() local 222 chain = 1; in pkcs12_main() 389 if (chain) in pkcs12_main() 390 WARN_NO_EXPORT("chain"); in pkcs12_main() 530 chain = 0; in pkcs12_main() 531 BIO_printf(bio_err, "Warning: -chain optio in pkcs12_main() 1000 get_cert_chain(X509 *cert, X509_STORE *store, STACK_OF(X509) *untrusted_certs, STACK_OF(X509) **chain) get_cert_chain() argument [all...] |
| /test/xts/tools/sample/ServerSampleD/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/entity/ |
| H A D | OhSampleShortVideo.java | 37 @Accessors(chain = true)
|
| /test/xts/tools/sample/ServerSampleE/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/entity/ |
| H A D | OhSampleBusinessComment.java | 37 @Accessors(chain = true)
|
| H A D | OhSampleGroupSite.java | 37 @Accessors(chain = true)
|
| /foundation/communication/netmanager_base/services/netsyscontroller/include/ |
| H A D | netsys_native_client.h | 681 * @param chain chain type 686 int32_t FirewallSetUidsAllowedListChain(uint32_t chain, const std::vector<uint32_t> &uids); 691 * @param chain chain type 696 int32_t FirewallSetUidsDeniedListChain(uint32_t chain, const std::vector<uint32_t> &uids); 699 * Enable or disable the specified firewall chain. 701 * @param chain chain type 705 int32_t FirewallEnableChain(uint32_t chain, boo [all...] |
| /third_party/typescript/tests/baselines/reference/ |
| H A D | templateLiteralTypes3.js | 124 declare function chain<F extends keyof Schema>(field: F | `${F}.${F}`): void; 126 chain("a"); 244 chain("a");
343 declare function chain<F extends keyof Schema>(field: F | `${F}.${F}`): void;
|
| /third_party/python/Lib/test/ |
| H A D | test_faulthandler.py | 685 unregister=False, chain=False, fd=None): 690 If chain is True, check that the previous signal handler is called. 704 chain = {chain} 721 if chain: 724 all_threads=all_threads, chain={chain}) 728 if chain and not handler.called: 745 chain=chain, [all...] |
| /foundation/communication/netmanager_base/services/netpolicymanager/include/ |
| H A D | firewall_rule.h | 35 * @param chain The chain type 38 static std::shared_ptr<FirewallRule> CreateFirewallRule(uint32_t chain);
|
| /third_party/libwebsockets/lib/system/async-dns/ |
| H A D | private-lib-async-dns.h | 43 struct lws_adns_cache *chain; member
|
| /third_party/node/deps/v8/tools/release/ |
| H A D | filter_build_files.py | 84 list_of_files.extend(itertools.chain(*map(glob.iglob, globs)))
|
| /third_party/node/tools/ |
| H A D | checkimports.py | 47 files = itertools.chain(files, glob.iglob(pattern))
|
| /third_party/rust/crates/cxx/gen/build/src/syntax/ |
| H A D | names.rs | 21 .chain(iter::once(&self.cxx as &dyn Segment)); in to_symbol()
|
| /third_party/rust/crates/cxx/gen/lib/src/syntax/ |
| H A D | names.rs | 21 .chain(iter::once(&self.cxx as &dyn Segment)); in to_symbol()
|
| /third_party/rust/crates/cxx/macro/src/syntax/ |
| H A D | names.rs | 21 .chain(iter::once(&self.cxx as &dyn Segment)); in to_symbol()
|