hashkey          2073 drivers/crypto/inside-secure/safexcel_cipher.c 	u32 hashkey[AES_BLOCK_SIZE >> 2];
hashkey          2107 drivers/crypto/inside-secure/safexcel_cipher.c 	memset(hashkey, 0, AES_BLOCK_SIZE);
hashkey          2108 drivers/crypto/inside-secure/safexcel_cipher.c 	crypto_cipher_encrypt_one(ctx->hkaes, (u8 *)hashkey, (u8 *)hashkey);
hashkey          2112 drivers/crypto/inside-secure/safexcel_cipher.c 			if (ctx->ipad[i] != cpu_to_be32(hashkey[i])) {
hashkey          2120 drivers/crypto/inside-secure/safexcel_cipher.c 		ctx->ipad[i] = cpu_to_be32(hashkey[i]);
hashkey          2122 drivers/crypto/inside-secure/safexcel_cipher.c 	memzero_explicit(hashkey, AES_BLOCK_SIZE);
hashkey            18 fs/affs/affs.h #define AFFS_GET_HASHENTRY(data,hashkey) be32_to_cpu(((struct dir_front *)data)->hashtable[hashkey])
hashkey            97 fs/jffs2/xattr.c 	xd->hashkey = 0;
hashkey           247 fs/jffs2/xattr.c 	xd->hashkey = xattr_datum_hashkey(xd->xprefix, xd->xname, xd->xvalue, xd->value_len);
hashkey           248 fs/jffs2/xattr.c 	i = xd->hashkey % XATTRINDEX_HASHSIZE;
hashkey           342 fs/jffs2/xattr.c 	uint32_t hashkey, name_len;
hashkey           347 fs/jffs2/xattr.c 	hashkey = xattr_datum_hashkey(xprefix, xname, xvalue, xsize);
hashkey           348 fs/jffs2/xattr.c 	i = hashkey % XATTRINDEX_HASHSIZE;
hashkey           350 fs/jffs2/xattr.c 		if (xd->hashkey==hashkey
hashkey           380 fs/jffs2/xattr.c 	xd->hashkey = hashkey;
hashkey           395 fs/jffs2/xattr.c 	i = hashkey % XATTRINDEX_HASHSIZE;
hashkey            37 fs/jffs2/xattr.h 	uint32_t hashkey;