Searched refs:hashkey (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/microsoft/mana/ ! |
D | mana_ethtool.c | 163 memcpy(key, apc->hashkey, MANA_HASH_KEY_SIZE); in mana_get_rxfh() 197 memcpy(save_key, apc->hashkey, MANA_HASH_KEY_SIZE); in mana_set_rxfh() 198 memcpy(apc->hashkey, key, MANA_HASH_KEY_SIZE); in mana_set_rxfh() 210 memcpy(apc->hashkey, save_key, MANA_HASH_KEY_SIZE); in mana_set_rxfh()
|
D | mana.h | 369 u8 hashkey[MANA_HASH_KEY_SIZE]; member 556 u8 hashkey[MANA_HASH_KEY_SIZE]; member
|
D | mana_en.c | 705 memcpy(&req->hashkey, apc->hashkey, MANA_HASH_KEY_SIZE); in mana_cfg_vport_steering() 2082 netdev_rss_key_fill(apc->hashkey, MANA_HASH_KEY_SIZE); in mana_probe_port()
|
/linux-6.1.9/fs/jffs2/ ! |
D | xattr.c | 97 xd->hashkey = 0; in unload_xattr_datum() 247 xd->hashkey = xattr_datum_hashkey(xd->xprefix, xd->xname, xd->xvalue, xd->value_len); in do_load_xattr_datum() 248 i = xd->hashkey % XATTRINDEX_HASHSIZE; in do_load_xattr_datum() 342 uint32_t hashkey, name_len; in create_xattr_datum() local 347 hashkey = xattr_datum_hashkey(xprefix, xname, xvalue, xsize); in create_xattr_datum() 348 i = hashkey % XATTRINDEX_HASHSIZE; in create_xattr_datum() 350 if (xd->hashkey==hashkey in create_xattr_datum() 380 xd->hashkey = hashkey; in create_xattr_datum() 395 i = hashkey % XATTRINDEX_HASHSIZE; in create_xattr_datum()
|
D | xattr.h | 37 uint32_t hashkey; member
|
/linux-6.1.9/fs/affs/ ! |
D | affs.h | 18 #define AFFS_GET_HASHENTRY(data,hashkey) be32_to_cpu(((struct dir_front *)data)->hashtable[hashkey]) argument
|
/linux-6.1.9/drivers/crypto/inside-secure/ ! |
D | safexcel_cipher.c | 2585 u32 hashkey[AES_BLOCK_SIZE >> 2]; in safexcel_aead_gcm_setkey() local 2609 memset(hashkey, 0, AES_BLOCK_SIZE); in safexcel_aead_gcm_setkey() 2610 aes_encrypt(&aes, (u8 *)hashkey, (u8 *)hashkey); in safexcel_aead_gcm_setkey() 2614 if (be32_to_cpu(ctx->base.ipad.be[i]) != hashkey[i]) { in safexcel_aead_gcm_setkey() 2622 ctx->base.ipad.be[i] = cpu_to_be32(hashkey[i]); in safexcel_aead_gcm_setkey() 2624 memzero_explicit(hashkey, AES_BLOCK_SIZE); in safexcel_aead_gcm_setkey()
|