Home
last modified time | relevance | path

Searched defs:hashlen (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dstringhash.h72 #define hashlen_hash(hashlen) ((u32)(hashlen)) argument
73 #define hashlen_len(hashlen) ((u32)((hashlen) >> 32)) argument
/linux/crypto/
H A Dhkdf.c79 unsigned int i, hashlen = crypto_shash_digestsize(hmac_tfm); in hkdf_expand() local
/linux/fs/
H A Ddcache.c117 static inline struct hlist_bl_head *d_hash(unsigned long hashlen) in d_hash()
2240 u64 hashlen = name->hash_len; in __d_lookup_rcu_op_compare() local
2303 u64 hashlen = name->hash_len; in __d_lookup_rcu() local
/linux/drivers/crypto/inside-secure/eip93/
H A Deip93-common.c705 unsigned int hashlen, u8 *dest_ipad, u8 *dest_opad, in eip93_hmac_setkey()