| /kernel/linux/linux-5.10/include/uapi/linux/ |
| H A D | virtio_crypto.h | 269 struct virtio_crypto_alg_chain_session_req chain; member 445 struct virtio_crypto_alg_chain_data_req chain; member
|
| /kernel/linux/linux-5.10/net/ipv4/ |
| H A D | inet_timewait_sock.c | 123 inet_twsk_add_node_rcu(tw, &ehead->chain); in inet_twsk_hashdance() 125 /* Step 3: Remove SK from hash chain */ in inet_twsk_hashdance() 132 * - one reference for bhash chain. in inet_twsk_hashdance() 133 * - one reference for ehash chain. in inet_twsk_hashdance() 270 sk_nulls_for_each_rcu(sk, node, &head->chain) { in inet_twsk_purge() 305 * We probably met an item that was moved to another chain. in inet_twsk_purge()
|
| /kernel/linux/linux-6.6/drivers/bus/mhi/ |
| H A D | common.h | 188 #define MHI_TRE_DATA_DWORD1(bei, ieot, ieob, chain) cpu_to_le32(FIELD_PREP(GENMASK(23, 16), \ 193 FIELD_PREP(BIT(0), chain))
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| H A D | virtio_crypto.h | 269 struct virtio_crypto_alg_chain_session_req chain; member 445 struct virtio_crypto_alg_chain_data_req chain; member
|
| /kernel/linux/linux-6.6/net/ipv4/ |
| H A D | inet_timewait_sock.c | 147 inet_twsk_add_node_rcu(tw, &ehead->chain); in inet_twsk_hashdance() 149 /* Step 3: Remove SK from hash chain */ in inet_twsk_hashdance() 156 * - one reference for bhash chain. in inet_twsk_hashdance() 157 * - one reference for ehash chain. in inet_twsk_hashdance() 294 sk_nulls_for_each_rcu(sk, node, &head->chain) { in inet_twsk_purge() 329 * We probably met an item that was moved to another chain. in inet_twsk_purge()
|
| /third_party/node/deps/openssl/openssl/crypto/cms/ |
| H A D | cms_ess.c | 103 const STACK_OF(X509) *chain) in ossl_cms_check_signing_certs() 109 && OSSL_ESS_check_signing_certs(ss, ssv2, chain, 1) > 0; in ossl_cms_check_signing_certs() 102 ossl_cms_check_signing_certs(const CMS_SignerInfo *si, const STACK_OF(X509) *chain) ossl_cms_check_signing_certs() argument
|
| /third_party/rust/crates/libloading/src/os/windows/ |
| H A D | mod.rs | 149 let wide_filename: Vec<u16> = filename.as_ref().encode_wide().chain(Some(0)).collect(); in open_already_loaded() 190 let wide_filename: Vec<u16> = filename.as_ref().encode_wide().chain(Some(0)).collect(); in load_with_flags()
|
| /third_party/openssl/crypto/cms/ |
| H A D | cms_ess.c | 103 const STACK_OF(X509) *chain) in ossl_cms_check_signing_certs() 109 && OSSL_ESS_check_signing_certs(ss, ssv2, chain, 1) > 0; in ossl_cms_check_signing_certs() 102 ossl_cms_check_signing_certs(const CMS_SignerInfo *si, const STACK_OF(X509) *chain) ossl_cms_check_signing_certs() argument
|
| /third_party/rust/crates/serde/serde_derive/src/ |
| H A D | bound.rs | 283 .chain(associated_type_usage.into_iter().cloned()) 348 .chain(generics.params.iter().cloned().map(|mut param| { in with_lifetime_bound()
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_tc.c | 1307 if (attr->chain || attr->prio) in mlx5e_add_offloaded_nic_rule() 1309 attr->chain, attr->prio, in mlx5e_add_offloaded_nic_rule() 1330 if (attr->chain || attr->prio) in mlx5e_add_offloaded_nic_rule() 1332 attr->chain, attr->prio, in mlx5e_add_offloaded_nic_rule() 1402 if (attr->chain || attr->prio) in mlx5e_del_offloaded_nic_rule() 1403 mlx5_chains_put_table(nic_chains, attr->chain, attr->prio, in mlx5e_del_offloaded_nic_rule() 1521 err = mlx5_chains_get_chain_mapping(esw_chains(esw), flow->attr->chain, &chain_mapping); in mlx5e_tc_offload_to_slow_path() 1804 /* We check chain range only for tc flows. in mlx5e_tc_add_fdb_flow() 1805 * For ft flows, we checked attr->chain was originally 0 and set it to in mlx5e_tc_add_fdb_flow() 1810 if (!mlx5e_is_ft_flow(flow) && attr->chain > max_chai in mlx5e_tc_add_fdb_flow() 2057 flow_requires_tunnel_mapping(u32 chain, struct flow_cls_offload *f) flow_requires_tunnel_mapping() argument 5575 u32 chain; mlx5e_tc_restore_skb_tc_meta() local [all...] |
| H A D | eswitch_offloads.c | 139 if (!attr->chain && esw_attr && esw_attr->int_port) in mlx5_eswitch_set_rule_source_port() 265 u32 chain, u32 prio, u32 level, in esw_setup_chain_dest() 271 ft = mlx5_chains_get_table(chains, chain, prio, level); in esw_setup_chain_dest() 419 esw_cleanup_chain_dest(struct mlx5_fs_chains *chains, u32 chain, u32 prio, u32 level) in esw_cleanup_chain_dest() argument 421 mlx5_chains_put_table(chains, chain, prio, level); in esw_cleanup_chain_dest() 733 fwd_attr.chain = attr->chain; in mlx5_eswitch_add_offloaded_rule() 740 if (attr->chain || attr->prio) in mlx5_eswitch_add_offloaded_rule() 741 fdb = mlx5_chains_get_table(chains, attr->chain, in mlx5_eswitch_add_offloaded_rule() 777 else if (attr->chain || att in mlx5_eswitch_add_offloaded_rule() 262 esw_setup_chain_dest(struct mlx5_flow_destination *dest, struct mlx5_flow_act *flow_act, struct mlx5_fs_chains *chains, u32 chain, u32 prio, u32 level, int i) esw_setup_chain_dest() argument [all...] |
| /kernel/linux/linux-5.10/drivers/dma/ppc4xx/ |
| H A D | adma.c | 75 /* This flag is set when want to refetch the xor chain in the interrupt 325 /* Common initialization of a PQ descriptors chain */ in ppc440spe_desc_init_dma01pq() 362 /* This is a WXOR only chain: in ppc440spe_desc_init_dma01pq() 394 /* The first 1 or 2 slots in chain are always RXOR, in ppc440spe_desc_init_dma01pq() 454 /* initialize each source descriptor in chain */ in ppc440spe_desc_init_dma01pqzero_sum() 721 * descriptor in chain 752 /* bind descriptor to the chain */ in ppc440spe_desc_set_link() 947 list_for_each_entry(iter, &chan->chain, in ppc440spe_adma_device_clear_eot_status() 956 BUG_ON(&iter->chain_node == &chan->chain); in ppc440spe_adma_device_clear_eot_status() 1006 * then refetch the s/w chain her in ppc440spe_adma_device_clear_eot_status() 1691 struct list_head chain = LIST_HEAD_INIT(chain); ppc440spe_adma_alloc_slots() local [all...] |
| /kernel/linux/linux-5.10/tools/perf/util/ |
| H A D | intel-pt.c | 133 struct ip_callchain *chain; member 152 struct ip_callchain *chain; member 938 pt->chain = intel_pt_alloc_chain(pt); in intel_pt_callchain_init() 939 if (!pt->chain) in intel_pt_callchain_init() 952 thread_stack__sample_late(thread, sample->cpu, pt->chain, in intel_pt_add_callchain() 956 sample->callchain = pt->chain; in intel_pt_add_callchain() 1012 ptq->chain = intel_pt_alloc_chain(pt); in intel_pt_alloc_queue() 1013 if (!ptq->chain) in intel_pt_alloc_queue() 1093 zfree(&ptq->chain); in intel_pt_alloc_queue() 1108 zfree(&ptq->chain); in intel_pt_free_queue() [all...] |
| /base/security/certificate_framework/test/unittest/v1.0/src/ |
| H A D | cf_mock.cpp | 37 int __real_X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *store, X509 *x509, STACK_OF(X509) * chain); 212 .WillByDefault([this](X509_STORE_CTX *ctx, X509_STORE *store, X509 *x509, STACK_OF(X509) * chain) { in SetMockFunDefaultBehaviorPartTwo() 213 return __real_X509_STORE_CTX_init(ctx, store, x509, chain); in SetMockFunDefaultBehaviorPartTwo() 498 int __wrap_X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *store, X509 *x509, STACK_OF(X509) * chain) in __wrap_X509_STORE_CTX_init() argument 502 return X509OpensslMock::GetInstance().X509_STORE_CTX_init(ctx, store, x509, chain); in __wrap_X509_STORE_CTX_init() 504 return __real_X509_STORE_CTX_init(ctx, store, x509, chain); in __wrap_X509_STORE_CTX_init()
|
| /foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
| H A D | netsys_controller_service_impl_test.cpp | 519 uint32_t chain = 0; in HWTEST_F() local 520 ret = instance_->FirewallSetUidsAllowedListChain(chain, uidsParam); in HWTEST_F() 523 ret = instance_->FirewallSetUidsDeniedListChain(chain, uidsParam); in HWTEST_F() 526 ret = instance_->FirewallEnableChain(chain, false); in HWTEST_F() 550 uint32_t chain = 0; in HWTEST_F() local 552 int32_t ret = instance_->FirewallSetUidRule(chain, uidsParam, firewallRule); in HWTEST_F()
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_mbx.c | 159 struct hnae3_ring_chain_node *chain_tmp, *chain; in hclge_free_vector_ring_chain() local 161 chain = head->next; in hclge_free_vector_ring_chain() 163 while (chain) { in hclge_free_vector_ring_chain() 164 chain_tmp = chain->next; in hclge_free_vector_ring_chain() 165 kfree_sensitive(chain); in hclge_free_vector_ring_chain() 166 chain = chain_tmp; in hclge_free_vector_ring_chain()
|
| /test/xts/device_attest_lite/services/core/network/ |
| H A D | attest_tls.c | 252 int32_t LoadCommonCert(mbedtls_x509_crt* chain) in LoadCommonCert() argument 254 if (chain == NULL) { in LoadCommonCert() 258 int32_t ret = mbedtls_x509_crt_parse_der(chain, g_commonCerts.certDer, g_commonCerts.certLen); in LoadCommonCert() 266 int32_t LoadCommonOtherCert(mbedtls_x509_crt* chain, uint32_t cursor) in LoadCommonOtherCert() argument 268 if (chain == NULL || cursor >= ATTEST_ARRAY_SIZE(g_commonOtherCert)) { in LoadCommonOtherCert() 272 int32_t ret = mbedtls_x509_crt_parse_der(chain, g_commonOtherCert[cursor].certDer, in LoadCommonOtherCert()
|
| /third_party/littlefs/scripts/ |
| H A D | plotmpl.py | 727 renames = list(it.chain.from_iterable( 729 for k, vs in it.chain(by or [], x or [], y or []))) 836 else min(it.chain([0], (k 841 else max(it.chain([0], (k 847 else min(it.chain([0], (v 852 else max(it.chain([0], (v
|
| H A D | perfbd.py | 603 for k in it.chain(by or [], (k for k, _ in defines or [])): 798 ((max(it.chain([w], (len(l[i]) for l in lines)))+1+4-1)//4)*4-1 800 it.chain([23], it.repeat(7)), 925 max_readed = max(it.chain((float(r.readed) for r in results), [1])) 926 max_proged = max(it.chain((float(r.proged) for r in results), [1])) 927 max_erased = max(it.chain((float(r.erased) for r in results), [1]))
|
| /third_party/node/deps/openssl/openssl/engines/ |
| H A D | e_loader_attic.c | 322 STACK_OF(X509) *chain = NULL; in try_decode_PKCS12() 343 if (PKCS12_parse(p12, pass, &pkey, &cert, &chain)) { in try_decode_PKCS12() 368 while (ok && sk_X509_num(chain) > 0) { in try_decode_PKCS12() 369 X509 *ca = sk_X509_value(chain, 0); in try_decode_PKCS12() 372 && sk_X509_shift(chain) != NULL in try_decode_PKCS12() 381 sk_X509_pop_free(chain, X509_free); in try_decode_PKCS12()
|
| /third_party/openssl/engines/ |
| H A D | e_loader_attic.c | 322 STACK_OF(X509) *chain = NULL; in try_decode_PKCS12() 343 if (PKCS12_parse(p12, pass, &pkey, &cert, &chain)) { in try_decode_PKCS12() 368 while (ok && sk_X509_num(chain) > 0) { in try_decode_PKCS12() 369 X509 *ca = sk_X509_value(chain, 0); in try_decode_PKCS12() 372 && sk_X509_shift(chain) != NULL in try_decode_PKCS12() 381 sk_X509_pop_free(chain, X509_free); in try_decode_PKCS12()
|
| /third_party/vulkan-loader/tests/framework/layer/ |
| H A D | test_layer.cpp | 258 // Advance the link info for the next element of the chain 272 // If the test needs to modify the api version, do it before we call down the chain 284 // Continue call down the chain 297 // next layer in the chain. 325 auto* chain = reinterpret_cast<const VkBaseInStructure*>(pCreateInfo->pNext); 326 while (chain) { 327 if (chain->sType == VK_STRUCTURE_TYPE_DEBUG_UTILS_MESSENGER_CREATE_INFO_EXT) { 328 auto* debug_messenger = reinterpret_cast<const VkDebugUtilsMessengerCreateInfoEXT*>(chain); 336 chain = chain [all...] |
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_cs.c | 517 p->post_deps[i].chain = NULL; in amdgpu_cs_p2_syncobj_out() 548 dep->chain = NULL; in amdgpu_cs_p2_syncobj_timeline_signal() 550 dep->chain = dma_fence_chain_alloc(); in amdgpu_cs_p2_syncobj_timeline_signal() 551 if (!dep->chain) in amdgpu_cs_p2_syncobj_timeline_signal() 558 dma_fence_chain_free(dep->chain); in amdgpu_cs_p2_syncobj_timeline_signal() 1236 if (p->post_deps[i].chain && p->post_deps[i].point) { in amdgpu_cs_post_dependencies() 1238 p->post_deps[i].chain, in amdgpu_cs_post_dependencies() 1240 p->post_deps[i].chain = NULL; in amdgpu_cs_post_dependencies() 1361 kfree(parser->post_deps[i].chain); in amdgpu_cs_parser_fini()
|
| /third_party/node/deps/openssl/openssl/ssl/statem/ |
| H A D | statem_lib.c | 932 static int ssl_add_cert_to_wpacket(SSL *s, WPACKET *pkt, X509 *x, int chain) in ssl_add_cert_to_wpacket() argument 950 chain)) { in ssl_add_cert_to_wpacket() 958 /* Add certificate chain to provided WPACKET */ 964 STACK_OF(X509) *chain = NULL; in ssl_add_cert_chain() 973 * If we have a certificate specific chain use it, else use parent ctx. in ssl_add_cert_chain() 975 if (cpk->chain != NULL) in ssl_add_cert_chain() 976 extra_certs = cpk->chain; in ssl_add_cert_chain() 1001 * It is valid for the chain not to be complete (because normally we in ssl_add_cert_chain() 1002 * don't include the root cert in the chain). Therefore we deliberately in ssl_add_cert_chain() 1004 * the cert - we're just building as much of the chain a in ssl_add_cert_chain() [all...] |
| /third_party/openssl/ssl/statem/ |
| H A D | statem_lib.c | 897 static int ssl_add_cert_to_wpacket(SSL *s, WPACKET *pkt, X509 *x, int chain) in ssl_add_cert_to_wpacket() argument 915 chain)) { in ssl_add_cert_to_wpacket() 923 /* Add certificate chain to provided WPACKET */ 929 STACK_OF(X509) *chain = NULL; in ssl_add_cert_chain() 938 * If we have a certificate specific chain use it, else use parent ctx. in ssl_add_cert_chain() 940 if (cpk->chain != NULL) in ssl_add_cert_chain() 941 extra_certs = cpk->chain; in ssl_add_cert_chain() 966 * It is valid for the chain not to be complete (because normally we in ssl_add_cert_chain() 967 * don't include the root cert in the chain). Therefore we deliberately in ssl_add_cert_chain() 969 * the cert - we're just building as much of the chain a in ssl_add_cert_chain() [all...] |