Searched refs:hashkey (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/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-v5.4/fs/affs/ |
| D | affs.h | 18 #define AFFS_GET_HASHENTRY(data,hashkey) be32_to_cpu(((struct dir_front *)data)->hashtable[hashkey]) argument
|
| /Linux-v5.4/drivers/crypto/inside-secure/ |
| D | safexcel_cipher.c | 2073 u32 hashkey[AES_BLOCK_SIZE >> 2]; in safexcel_aead_gcm_setkey() local 2107 memset(hashkey, 0, AES_BLOCK_SIZE); in safexcel_aead_gcm_setkey() 2108 crypto_cipher_encrypt_one(ctx->hkaes, (u8 *)hashkey, (u8 *)hashkey); in safexcel_aead_gcm_setkey() 2112 if (ctx->ipad[i] != cpu_to_be32(hashkey[i])) { in safexcel_aead_gcm_setkey() 2120 ctx->ipad[i] = cpu_to_be32(hashkey[i]); in safexcel_aead_gcm_setkey() 2122 memzero_explicit(hashkey, AES_BLOCK_SIZE); in safexcel_aead_gcm_setkey()
|