Home
last modified time | relevance | path

Searched refs:hash_len (Results 26 – 32 of 32) sorted by relevance

12

/openbmc/linux/fs/ubifs/
H A Dubifs.h1372 int hash_len; member
1608 return crypto_memneq(expected, got, c->hash_len); in ubifs_check_hash()
1679 memcpy(to, from, c->hash_len); in ubifs_copy_hash()
H A Dreplay.c616 c->hash_len, hmac); in authenticate_sleb()
/openbmc/linux/fs/
H A Dnamei.c2267 u64 hash_len; in link_path_walk() local
2275 hash_len = hash_name(nd->path.dentry, name); in link_path_walk()
2278 if (name[0] == '.') switch (hashlen_len(hash_len)) { in link_path_walk()
2292 struct qstr this = { { .hash_len = hash_len }, .name = name }; in link_path_walk()
2296 hash_len = this.hash_len; in link_path_walk()
2301 nd->last.hash_len = hash_len; in link_path_walk()
2305 name += hashlen_len(hash_len); in link_path_walk()
/openbmc/linux/drivers/crypto/
H A Dn2_core.c216 unsigned int hash_len, in control_word_base() argument
235 if (hash_len) in control_word_base()
236 word |= ((u64) (hash_len - 1)) << CONTROL_HASH_LEN_SHIFT; in control_word_base()
/openbmc/linux/fs/exfat/
H A Dnamei.c753 WARN_ON(alias->d_name.hash_len != in exfat_lookup()
754 dentry->d_name.hash_len); in exfat_lookup()
/openbmc/u-boot/include/
H A Dimage.h1225 const uint8_t *hash, int hash_len);
/openbmc/linux/security/selinux/
H A Dhooks.c3573 q.hash_len = hashlen_string(kn_dir, kn->name); in selinux_kernfs_init_security()

12