Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Ddemangle-rust.c48 static const size_t hash_len = 16; variable
86 if (len <= hash_prefix_len + hash_len) in rust_is_mangled()
90 len_without_hash = len - (hash_prefix_len + hash_len); in rust_is_mangled()
113 for (end = str + hash_len; str < end; str++) in is_prefixed_hash()
194 end = sym + strlen(sym) - (hash_prefix_len + hash_len); in rust_demangle_sym()
/Linux-v4.19/certs/
Dblacklist.c113 int is_hash_blacklisted(const u8 *hash, size_t hash_len, const char *type) in is_hash_blacklisted() argument
120 buffer = kmalloc(type_len + 1 + hash_len * 2 + 1, GFP_KERNEL); in is_hash_blacklisted()
126 bin2hex(p, hash, hash_len); in is_hash_blacklisted()
127 p += hash_len * 2; in is_hash_blacklisted()
/Linux-v4.19/include/keys/
Dsystem_keyring.h40 extern int is_hash_blacklisted(const u8 *hash, size_t hash_len,
43 static inline int is_hash_blacklisted(const u8 *hash, size_t hash_len, in is_hash_blacklisted() argument
/Linux-v4.19/fs/cifs/
Dcifsencrypt.c600 unsigned int hash_len; in CalcNTLMv2_response() local
603 hash_len = ses->auth_key.len - (CIFS_SESS_KEY_SIZE + in CalcNTLMv2_response()
632 ntlmv2->challenge.key, hash_len); in CalcNTLMv2_response()
/Linux-v4.19/fs/
Ddcache.c1751 q.hash_len = hashlen_string(parent, name); in d_alloc_name()
2136 u64 hashlen = name->hash_len; in __d_lookup_rcu()
2205 if (dentry->d_name.hash_len != hashlen) in __d_lookup_rcu()
2692 swap(dentry->d_name.hash_len, target->d_name.hash_len); in swap_names()
2707 dentry->d_name.hash_len = target->d_name.hash_len; in copy_name()
Dnamei.c2081 u64 hash_len; in link_path_walk() local
2088 hash_len = hash_name(nd->path.dentry, name); in link_path_walk()
2091 if (name[0] == '.') switch (hashlen_len(hash_len)) { in link_path_walk()
2105 struct qstr this = { { .hash_len = hash_len }, .name = name }; in link_path_walk()
2109 hash_len = this.hash_len; in link_path_walk()
2114 nd->last.hash_len = hash_len; in link_path_walk()
2118 name += hashlen_len(hash_len); in link_path_walk()
/Linux-v4.19/include/linux/
Ddcache.h52 u64 hash_len; member
/Linux-v4.19/drivers/crypto/
Dpicoxcell_crypto.c251 size_t hash_len) in spacc_load_ctx() argument
267 memcpy_toio32(hash_page_addr, hash_key, hash_len / 4); in spacc_load_ctx()
268 writel(hash_len | (indx << SPA_KEY_SZ_CTX_INDEX_OFFSET), in spacc_load_ctx()
Dn2_core.c212 unsigned int hash_len, in control_word_base() argument
231 if (hash_len) in control_word_base()
232 word |= ((u64) (hash_len - 1)) << CONTROL_HASH_LEN_SHIFT; in control_word_base()