Home
last modified time | relevance | path

Searched refs:hkey (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dvporttbl.c88 u32 hkey; in mlx5_esw_vporttbl_get() local
92 hkey = flow_attr_to_vport_key(esw, attr, &skey); in mlx5_esw_vporttbl_get()
93 e = esw_vport_tbl_lookup(esw, &skey, hkey); in mlx5_esw_vporttbl_get()
119 hash_add(esw->fdb_table.offloads.vports.table, &e->hlist, hkey); in mlx5_esw_vporttbl_get()
136 u32 hkey; in mlx5_esw_vporttbl_put() local
140 hkey = flow_attr_to_vport_key(esw, attr, &key); in mlx5_esw_vporttbl_put()
141 e = esw_vport_tbl_lookup(esw, &key, hkey); in mlx5_esw_vporttbl_put()
/linux/net/ethtool/
H A Drss.c19 u8 *hkey; member
84 data->hkey = rss_config + indir_bytes; in rss_prepare_get()
89 rxfh.key = data->hkey; in rss_prepare_get()
129 data->hkey = rss_config + indir_bytes; in rss_prepare_ctx()
130 memcpy(data->hkey, ethtool_rxfh_context_key(ctx), in rss_prepare_ctx()
203 nla_put(skb, ETHTOOL_A_RSS_HKEY, data->hkey_size, data->hkey))) in rss_fill_reply()
/linux/drivers/crypto/
H A Datmel-sha.c1615 static inline void atmel_sha_hmac_key_init(struct atmel_sha_hmac_key *hkey) in atmel_sha_hmac_key_init() argument
1617 memset(hkey, 0, sizeof(*hkey)); in atmel_sha_hmac_key_init()
1620 static inline void atmel_sha_hmac_key_release(struct atmel_sha_hmac_key *hkey) in atmel_sha_hmac_key_release() argument
1622 kfree(hkey->keydup); in atmel_sha_hmac_key_release()
1623 memset(hkey, 0, sizeof(*hkey)); in atmel_sha_hmac_key_release()
1626 static inline int atmel_sha_hmac_key_set(struct atmel_sha_hmac_key *hkey, in atmel_sha_hmac_key_set() argument
1630 atmel_sha_hmac_key_release(hkey); in atmel_sha_hmac_key_set()
1632 if (keylen > sizeof(hkey->buffer)) { in atmel_sha_hmac_key_set()
1633 hkey->keydup = kmemdup(key, keylen, GFP_KERNEL); in atmel_sha_hmac_key_set()
1634 if (!hkey->keydup) in atmel_sha_hmac_key_set()
[all …]
/linux/drivers/platform/x86/
H A Dpanasonic-laptop.c334 union acpi_object *hkey = NULL; in acpi_pcc_retrieve_biosdata() local
344 hkey = buffer.pointer; in acpi_pcc_retrieve_biosdata()
345 if (!hkey || (hkey->type != ACPI_TYPE_PACKAGE)) { in acpi_pcc_retrieve_biosdata()
351 if (pcc->num_sifr < hkey->package.count) { in acpi_pcc_retrieve_biosdata()
353 pcc->num_sifr, hkey->package.count); in acpi_pcc_retrieve_biosdata()
358 for (i = 0; i < hkey->package.count; i++) { in acpi_pcc_retrieve_biosdata()
359 union acpi_object *element = &(hkey->package.elements[i]); in acpi_pcc_retrieve_biosdata()
365 pcc->sinf[hkey->package.count] = -1; in acpi_pcc_retrieve_biosdata()
H A Dthinkpad_acpi.c602 TPACPI_HANDLE(hkey, ec, "\\_SB.HKEY", /* 600e/x, 770e, 770x */
2254 static bool tpacpi_input_send_key(const u32 hkey, bool *send_acpi_ev) in tpacpi_input_send_key() argument
2259 if (tpacpi_driver_event(hkey)) in tpacpi_input_send_key()
2274 if (hkey >= TP_HKEY_EV_ORIG_KEY_START && in tpacpi_input_send_key()
2275 hkey <= TP_HKEY_EV_ORIG_KEY_END) { in tpacpi_input_send_key()
2276 scancode = hkey - TP_HKEY_EV_ORIG_KEY_START; in tpacpi_input_send_key()
2279 } else if (hkey >= TP_HKEY_EV_ADAPTIVE_KEY_START && in tpacpi_input_send_key()
2280 hkey <= TP_HKEY_EV_ADAPTIVE_KEY_END) { in tpacpi_input_send_key()
2281 scancode = hkey - TP_HKEY_EV_ADAPTIVE_KEY_START + in tpacpi_input_send_key()
2283 } else if (hkey >= TP_HKEY_EV_EXTENDED_KEY_START && in tpacpi_input_send_key()
[all …]
/linux/drivers/crypto/ccree/
H A Dcc_aead.h57 u8 hkey[AES_BLOCK_SIZE] ____cacheline_aligned; member
H A Dcc_buffer_mgr.c1009 dma_addr = dma_map_single(dev, areq_ctx->hkey, AES_BLOCK_SIZE, in cc_map_aead_request()
1013 AES_BLOCK_SIZE, areq_ctx->hkey); in cc_map_aead_request()
H A Dcc_aead.c1845 memset(req_ctx->hkey, 0, AES_BLOCK_SIZE); in config_gcm_context()
/linux/fs/xfs/scrub/
H A Drmap.c152 union xfs_btree_key *lkey, *hkey; in xchk_rmapbt_check_unwritten_in_keyflags() local
176 hkey = xfs_btree_high_key_addr(cur, ptr, keyblock); in xchk_rmapbt_check_unwritten_in_keyflags()
177 if (hkey->rmap.rm_offset & badflag) { in xchk_rmapbt_check_unwritten_in_keyflags()
H A Dbtree.c143 union xfs_btree_key hkey; in xchk_btree_rec() local
175 cur->bc_ops->init_high_key_from_rec(&hkey, rec); in xchk_btree_rec()
177 if (xfs_btree_keycmp_lt(cur, keyp, &hkey)) in xchk_btree_rec()
/linux/drivers/net/phy/mscc/
H A Dmscc_macsec.c504 static int vsc8584_macsec_derive_key(const u8 *key, u16 key_len, u8 hkey[16]) in vsc8584_macsec_derive_key()
514 aes_encrypt(&ctx, hkey, input); in vsc8584_macsec_derive_key()
527 u8 hkey[16]; in vsc8584_macsec_transformation() local
530 ret = vsc8584_macsec_derive_key(key, priv->secy->key_len, hkey); in vsc8584_macsec_transformation()
572 ((u32 *)hkey)[i]); in vsc8584_macsec_transformation()
/linux/drivers/nvme/common/
H A Dauth.c315 static int nvme_auth_hash_skey(int hmac_id, u8 *skey, size_t skey_len, u8 *hkey) in nvme_auth_hash_skey() argument
331 ret = crypto_shash_tfm_digest(tfm, skey, skey_len, hkey); in nvme_auth_hash_skey()
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_ethtool.c1300 u8 *hkey = rxfh->key; in be_set_rxfh() local
1322 if (!hkey) in be_set_rxfh()
1323 hkey = adapter->rss_info.rss_hkey; in be_set_rxfh()
1327 RSS_INDIR_TABLE_LEN, hkey); in be_set_rxfh()
1332 memcpy(adapter->rss_info.rss_hkey, hkey, RSS_HASH_KEY_LEN); in be_set_rxfh()
/linux/fs/xfs/libxfs/
H A Dxfs_btree.c2166 union xfs_btree_key hkey; in xfs_btree_get_leaf_keys() local
2179 cur->bc_ops->init_high_key_from_rec(&hkey, rec); in xfs_btree_get_leaf_keys()
2180 if (xfs_btree_keycmp_gt(cur, &hkey, &max_hkey)) in xfs_btree_get_leaf_keys()
2181 max_hkey = hkey; in xfs_btree_get_leaf_keys()
2196 union xfs_btree_key *hkey; in xfs_btree_get_node_keys() local
2207 hkey = xfs_btree_high_key_addr(cur, n, block); in xfs_btree_get_node_keys()
2208 if (xfs_btree_keycmp_gt(cur, hkey, max_hkey)) in xfs_btree_get_node_keys()
2209 max_hkey = hkey; in xfs_btree_get_node_keys()
2263 union xfs_btree_key *hkey; in __xfs_btree_updkeys() local
2278 hkey = xfs_btree_high_key_from_key(cur, lkey); in __xfs_btree_updkeys()
[all …]
/linux/net/l2tp/
H A Dl2tp_core.c392 unsigned long hkey = l2tp_v3_session_hashkey(sk, session->session_id); in l2tp_v3_session_get_next() local
396 hlist, hkey) { in l2tp_v3_session_get_next()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c10596 static const u32 hkey[] = { in i40e_fdir_sb_setup() local
10604 wr32(&pf->hw, I40E_GLQF_HKEY(i), hkey[i]); in i40e_fdir_sb_setup()