Home
last modified time | relevance | path

Searched refs:chain (Results 176 - 200 of 730) sorted by relevance

12345678910>>...30

/third_party/node/deps/npm/node_modules/@sigstore/sign/dist/signer/fulcio/
H A Dca.js39 return cert.chain.certificates;
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_ctx.c205 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 Dcmp_ctx.c205 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 Dnet_manager_native_test.cpp155 uint32_t chain = NetManagerStandard::ChainType::CHAIN_NONE; in HWTEST_F() local
158 auto ret = instance_->FirewallSetUidRule(chain, uids, firewallRule); in HWTEST_F()
H A Dnetsys_native_service_stub_test.cpp368 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 Devent.cpp33 ev.chain(*this); in event()
101 event::chain(event &ev) { in chain() function in event
/third_party/nghttp2/script/
H A Dfetch-ocsp-response131 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 Dparser.py388 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 Dmultiple_occurrences.rs76 .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 Dnetsys_native_service.cpp591 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 Dpkcs12.c39 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 Dpkcs12.c39 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 DOhSampleShortVideo.java37 @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 DOhSampleBusinessComment.java37 @Accessors(chain = true)
H A DOhSampleGroupSite.java37 @Accessors(chain = true)
/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dnetsys_native_client.h681 * @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 DtemplateLiteralTypes3.js124 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 Dtest_faulthandler.py685 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 Dfirewall_rule.h35 * @param chain The chain type
38 static std::shared_ptr<FirewallRule> CreateFirewallRule(uint32_t chain);
/third_party/libwebsockets/lib/system/async-dns/
H A Dprivate-lib-async-dns.h43 struct lws_adns_cache *chain; member
/third_party/node/deps/v8/tools/release/
H A Dfilter_build_files.py84 list_of_files.extend(itertools.chain(*map(glob.iglob, globs)))
/third_party/node/tools/
H A Dcheckimports.py47 files = itertools.chain(files, glob.iglob(pattern))
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dnames.rs21 .chain(iter::once(&self.cxx as &dyn Segment)); in to_symbol()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dnames.rs21 .chain(iter::once(&self.cxx as &dyn Segment)); in to_symbol()
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dnames.rs21 .chain(iter::once(&self.cxx as &dyn Segment)); in to_symbol()

Completed in 21 milliseconds

12345678910>>...30