| /kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ss/ |
| H A D | sun8i-ss.h | 277 struct ahash_alg hash; member
|
| /kernel/linux/linux-5.10/drivers/crypto/amcc/ |
| H A D | crypto4xx_core.h | 138 struct ahash_alg hash; member
|
| /kernel/linux/linux-5.10/drivers/crypto/allwinner/sun4i-ss/ |
| H A D | sun4i-ss.h | 164 struct ahash_alg hash; member 186 u32 hash[5]; /* for storing SS_IVx register */ member
|
| /kernel/linux/linux-5.10/arch/arm64/crypto/ |
| H A D | aes-glue.c | 118 struct crypto_shash *hash; member
|
| /kernel/linux/linux-5.10/crypto/ |
| H A D | shash.c | 418 struct crypto_shash *hash = __crypto_shash_cast(tfm); in crypto_shash_exit_tfm() local 426 struct crypto_shash *hash = __crypto_shash_cast(tfm); in crypto_shash_init_tfm() local [all...] |
| /kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
| H A D | hash_native.c | 515 unsigned long hash; in native_hpte_find() local 654 unsigned long hidx, vpn = 0, hash, slot; native_hugepage_invalidate() local 832 unsigned long hash, index, hidx, shift, slot; native_flush_hash_range() local [all...] |
| /kernel/linux/linux-5.10/arch/x86/boot/compressed/ |
| H A D | kaslr.c | 49 static unsigned long rotate_xor(unsigned long hash, const void *area, in rotate_xor() argument 67 unsigned long hash = 0; in get_boot_seed() local [all...] |
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| H A D | tboot.c | 448 u8 hash[SHA1_SIZE]; member
|
| /kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
| H A D | udp.c | 120 u32 hash; in nip_udp_portaddr_hash() local
|
| /kernel/linux/linux-5.10/drivers/dax/ |
| H A D | super.c | 558 int hash; in dax_add_host() local 634 int hash, id; in dax_get_by_host() local
|
| /kernel/linux/linux-6.6/arch/arm64/crypto/ |
| H A D | aes-glue.c | 124 struct crypto_shash *hash; member
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
| H A D | map_ptr_kern.c | 114 struct bpf_htab *hash = (struct bpf_htab *)&m_hash; in check_hash() local
|
| H A D | test_l4lb.c | 222 __u32 hash = get_packet_hash(pckt, is_ipv6) % RING_SIZE; in get_packet_dst() local
|
| H A D | test_l4lb_noinline.c | 215 __u32 hash = get_packet_hash(pckt, is_ipv6); in get_packet_dst() local
|
| H A D | test_xdp_noinline.c | 555 __u32 *real_pos, hash, key; in get_packet_dst() local
|
| /kernel/linux/linux-6.6/arch/x86/boot/compressed/ |
| H A D | kaslr.c | 45 static unsigned long rotate_xor(unsigned long hash, const void *area, in rotate_xor() argument 63 unsigned long hash = 0; in get_boot_seed() local [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
| H A D | fw_tracer.h | 105 struct hlist_head hash[MESSAGE_HASH_SIZE]; member
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
| H A D | rx_common.c | 724 u32 hash = efx_filter_spec_hash(spec); in efx_rps_hash_bucket() local
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_txrx.c | 171 u32 hash = 0; in otx2_set_rxhash() local
|
| /kernel/linux/linux-5.10/drivers/infiniband/core/ |
| H A D | iwpm_util.c | 561 u32 hash = jhash_2words(ipv6_hash, (__force u32) ipv6_sockaddr->sin6_port, 0); in iwpm_ipv6_jhash() local 568 u32 hash = jhash_2words(ipv4_hash, (__force u32) ipv4_sockaddr->sin_port, 0); in iwpm_ipv4_jhash() local 572 get_hash_bucket(struct sockaddr_storage *a_sockaddr, struct sockaddr_storage *b_sockaddr, u32 *hash) get_hash_bucket() argument 600 u32 hash; get_mapinfo_hash_bucket() local 613 u32 hash; get_reminfo_hash_bucket() local [all...] |
| /kernel/linux/linux-5.10/drivers/net/ppp/ |
| H A D | pppoe.c | 141 unsigned char hash = 0; in hash_item() local 162 int hash in __get_item() local 179 int hash = hash_item(po->pppoe_pa.sid, po->pppoe_pa.remote); __set_item() local 200 int hash = hash_item(sid, addr); __delete_item() local 1072 int hash = hash_item(po->pppoe_pa.sid, po->pppoe_pa.remote); pppoe_seq_next() local [all...] |
| /kernel/linux/linux-5.10/drivers/net/wireguard/ |
| H A D | noise.c | 432 static void mix_hash(u8 hash[NOISE_HASH_LEN], const u8 *src, size_t src_len) in mix_hash() argument 442 static void mix_psk(u8 chaining_key[NOISE_HASH_LEN], u8 hash[NOISE_HASH_LEN], in mix_psk() argument 454 handshake_init(u8 chaining_key[NOISE_HASH_LEN], u8 hash[NOISE_HASH_LEN], const u8 remote_static[NOISE_PUBLIC_KEY_LEN]) handshake_init() argument 463 message_encrypt(u8 *dst_ciphertext, const u8 *src_plaintext, size_t src_len, u8 key[NOISE_SYMMETRIC_KEY_LEN], u8 hash[NOISE_HASH_LEN]) message_encrypt() argument 473 message_decrypt(u8 *dst_plaintext, const u8 *src_ciphertext, size_t src_len, u8 key[NOISE_SYMMETRIC_KEY_LEN], u8 hash[NOISE_HASH_LEN]) message_decrypt() argument 485 message_ephemeral(u8 ephemeral_dst[NOISE_PUBLIC_KEY_LEN], const u8 ephemeral_src[NOISE_PUBLIC_KEY_LEN], u8 chaining_key[NOISE_HASH_LEN], u8 hash[NOISE_HASH_LEN]) message_ephemeral() argument 592 u8 hash[NOISE_HASH_LEN]; wg_noise_handshake_consume_initiation() local 735 u8 hash[NOISE_HASH_LEN]; wg_noise_handshake_consume_response() local [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_tc_flower.c | 974 u8 hash; in cxgb4_flow_rule_destroy() local [all...] |
| H A D | l2t.c | 425 int hash = addr_hash(d, addr, addr_len, ifidx); in cxgb4_l2t_get() local 513 int hash, ifidx = neigh->dev->ifindex; t4_l2t_update() local [all...] |
| /kernel/linux/linux-5.10/drivers/net/team/ |
| H A D | team_mode_loadbalance.c | 120 lb_hash_select_tx_port(struct team *team, struct lb_priv *lb_priv, struct sk_buff *skb, unsigned char hash) lb_hash_select_tx_port() argument 131 lb_htpm_select_tx_port(struct team *team, struct lb_priv *lb_priv, struct sk_buff *skb, unsigned char hash) lb_htpm_select_tx_port() argument 205 lb_update_tx_stats(unsigned int tx_bytes, struct lb_priv *lb_priv, struct lb_port_priv *lb_port_priv, unsigned char hash) lb_update_tx_stats() argument 227 unsigned char hash; lb_transmit() local 368 unsigned char hash = info->array_index; lb_tx_hash_to_port_mapping_init() local 379 unsigned char hash = ctx->info->array_index; lb_tx_hash_to_port_mapping_get() local 391 unsigned char hash = ctx->info->array_index; lb_tx_hash_to_port_mapping_set() local 408 unsigned char hash = info->array_index; lb_hash_stats_init() local 417 unsigned char hash = ctx->info->array_index; lb_hash_stats_get() local [all...] |