Searched refs:hash_type (Results 1 - 25 of 59) sorted by path

123

/linux-master/drivers/crypto/cavium/cpt/
H A Dcptvf_algs.h52 u64 hash_type:4; member in struct:encr_ctrl::__anon335
68 u64 hash_type:4;
/linux-master/certs/
H A Dblacklist.c147 enum blacklist_hash_type hash_type)
153 switch (hash_type) {
205 enum blacklist_hash_type hash_type)
210 buffer = get_raw_hash(hash, hash_len, hash_type);
222 * @hash_type: Type of hash
225 enum blacklist_hash_type hash_type)
231 buffer = get_raw_hash(hash, hash_len, hash_type);
146 get_raw_hash(const u8 *hash, size_t hash_len, enum blacklist_hash_type hash_type) argument
204 mark_hash_blacklisted(const u8 *hash, size_t hash_len, enum blacklist_hash_type hash_type) argument
224 is_hash_blacklisted(const u8 *hash, size_t hash_len, enum blacklist_hash_type hash_type) argument
/linux-master/drivers/crypto/bcm/
H A Dcipher.c773 hash_parms.type = (enum hash_type)cipher_parms.type;
1363 hash_parms.type = (enum hash_type)ctx->cipher_type;
H A Dcipher.h374 enum hash_type (*spu_hash_type)(u32 src_sent);
376 enum hash_type);
H A Dspu.c36 u32 hash_type; local
83 hash_type = (cflags & HASH_TYPE) >> HASH_TYPE_SHIFT;
85 hash_alg, hash_mode, hash_type);
171 (hash_type == HASH_TYPE_UPDT)) {
538 enum hash_type spum_hash_type(u32 src_sent)
555 enum hash_type htype)
H A Dspu.h86 enum hash_type { enum
130 enum hash_type type;
238 enum hash_type spum_hash_type(u32 src_sent);
240 enum hash_type htype);
H A Dspu2.c73 static char *spu2_hash_type_name(enum spu2_hash_type hash_type) argument
75 if (hash_type >= SPU2_HASH_TYPE_LAST)
77 return spu2_hash_type_names[hash_type];
226 * @hash_type: [in] hash type value from software enumeration
235 enum hash_type hash_type, enum spu_cipher_type ciph_type,
303 hash_alg, hash_type);
312 enum spu2_hash_type hash_type; local
351 hash_type = (ctrl0 & SPU2_HASH_TYPE) >> SPU2_HASH_TYPE_SHIFT;
352 hash_name = spu2_hash_type_name(hash_type);
234 spu2_hash_xlate(enum hash_alg hash_alg, enum hash_mode hash_mode, enum hash_type hash_type, enum spu_cipher_type ciph_type, enum spu2_hash_type *spu2_type, enum spu2_hash_mode *spu2_mode) argument
[all...]
H A Dspu2.h189 enum hash_type spu2_hash_type(u32 src_sent);
191 enum hash_type htype);
/linux-master/drivers/crypto/cavium/nitrox/
H A Dnitrox_aead.c317 flags->w0.hash_type = AUTH_NULL;
H A Dnitrox_req.h159 u64 hash_type : 4; member in struct:fc_ctx_flags::__anon103
169 u64 hash_type : 4;
182 * @hash_type: Authentication type
/linux-master/drivers/net/bonding/
H A Dbond_main.c1654 lag_upper_info.hash_type = bond_lag_hash_type(bond, type);
/linux-master/drivers/net/dsa/qca/
H A Dqca8k-common.c1068 if (info->hash_type != NETDEV_LAG_HASH_L2 &&
1069 info->hash_type != NETDEV_LAG_HASH_L23) {
1088 switch (info->hash_type) {
/linux-master/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.c1153 enum pkt_hash_types hash_type; local
1159 hash_type = PKT_HASH_TYPE_L4;
1161 hash_type = PKT_HASH_TYPE_NONE;
1165 hash_type = PKT_HASH_TYPE_NONE;
1167 skb_set_hash(skb, ena_rx_ctx->hash, hash_type);
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c1496 tpa_info->hash_type = PKT_HASH_TYPE_L4;
1507 tpa_info->hash_type = PKT_HASH_TYPE_NONE;
1862 if (tpa_info->hash_type != PKT_HASH_TYPE_NONE)
1863 skb_set_hash(skb, tpa_info->rss_hash, tpa_info->hash_type);
2195 u32 hash_type = RX_CMP_HASH_TYPE(rxcmp); local
2200 if (hash_type != 1 && hash_type != 3)
6216 req->hash_type = cpu_to_le32(bp->rss_hash_delta);
6222 req->hash_type = cpu_to_le32(bp->rss_hash_cfg);
6294 /* all contexts configured to same hash_type, zer
[all...]
H A Dbnxt.h1018 enum pkt_hash_types hash_type; member in struct:bnxt_tpa_info
H A Dbnxt_hsi.h6752 __le32 hash_type; member in struct:hwrm_vnic_rss_cfg_input
6824 __le32 hash_type; member in struct:hwrm_vnic_rss_qcfg_output
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbna_tx_rx.c321 req->cfg.type = rxf->rss_cfg.hash_type;
H A Dbna_types.h653 enum bfi_enet_rss_type hash_type; member in struct:bna_rss_config
H A Dbnad.c2033 rx_config->rss_config.hash_type =
/linux-master/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_main.c731 u8 hash_type; local
740 hash_type = PKT_HASH_TYPE_L4;
744 hash_type = PKT_HASH_TYPE_L3;
748 hash_type = PKT_HASH_TYPE_NONE;
752 skb_set_hash(skb, hash, hash_type);
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_cpl.h229 __u8 hash_type:2; member in struct:rss_header
231 __u8 hash_type:2; member in struct:rss_header
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_msg.h225 u8 hash_type:2; member in struct:rss_header
231 u8 hash_type:2; member in struct:rss_header
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_rx_dqo.c640 enum pkt_hash_types hash_type = PKT_HASH_TYPE_L2; local
643 hash_type = PKT_HASH_TYPE_L4;
645 hash_type = PKT_HASH_TYPE_L3;
647 skb_set_hash(skb, le32_to_cpu(compl_desc->hash), hash_type);
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c4196 rss_type = hns3_rx_ptype_tbl[ptype].hash_type;
H A Dhns3_enet.h407 u32 hash_type: 3; member in struct:hns3_rx_ptype

Completed in 527 milliseconds

123