Home
last modified time | relevance | path

Searched refs:hash_len (Results 1 – 7 of 7) sorted by relevance

/fs/ubifs/
A Dauth.c48 return crypto_shash_tfm_digest(c->hmac_tfm, hash, c->hash_len, hmac); in ubifs_hash_calc_hmac()
139 int len = min(c->hash_len, 20); in ubifs_bad_hash()
140 int cropped = len != c->hash_len; in ubifs_bad_hash()
309 c->hash_len = crypto_shash_digestsize(c->hash_tfm); in ubifs_init_authentication()
310 if (c->hash_len > UBIFS_HASH_ARR_SZ) { in ubifs_init_authentication()
312 c->auth_hash_name, c->hash_len, UBIFS_HASH_ARR_SZ); in ubifs_init_authentication()
A Dmisc.h188 return UBIFS_IDX_NODE_SZ + (UBIFS_BRANCH_SZ + c->key_len + c->hash_len) in ubifs_idx_node_sz()
204 (UBIFS_BRANCH_SZ + c->key_len + c->hash_len) * bnum); in ubifs_idx_branch()
A Dubifs.h1357 int hash_len; member
1593 return crypto_memneq(expected, got, c->hash_len); in ubifs_check_hash()
1664 memcpy(to, from, c->hash_len); in ubifs_copy_hash()
A Dreplay.c618 c->hash_len, hmac); in authenticate_sleb()
/fs/
A Ddcache.c369 name->name.hash_len = dentry->d_name.hash_len; in take_dentry_name_snapshot()
1836 q.hash_len = hashlen_string(parent, name); in d_alloc_name()
2194 u64 hashlen = name->hash_len; in __d_lookup_rcu_op_compare()
2257 u64 hashlen = name->hash_len; in __d_lookup_rcu()
2311 if (dentry->d_name.hash_len != hashlen) in __d_lookup_rcu()
2774 swap(dentry->d_name.hash_len, target->d_name.hash_len); in swap_names()
2788 dentry->d_name.hash_len = target->d_name.hash_len; in copy_name()
/fs/smb/client/
A Dcifsencrypt.c498 unsigned int hash_len; in CalcNTLMv2_response() local
501 hash_len = ses->auth_key.len - (CIFS_SESS_KEY_SIZE + in CalcNTLMv2_response()
521 rc = crypto_shash_update(hmacmd5, ntlmv2->challenge.key, hash_len); in CalcNTLMv2_response()
/fs/exfat/
A Dnamei.c759 WARN_ON(alias->d_name.hash_len != in exfat_lookup()
760 dentry->d_name.hash_len); in exfat_lookup()

Completed in 30 milliseconds