/kernel/linux/linux-5.10/security/selinux/ss/ |
H A D | context.c | 27 return full_name_hash(NULL, c->str, c->len); in context_compute_hash()
|
/kernel/linux/linux-6.6/security/selinux/ss/ |
H A D | context.c | 27 return full_name_hash(NULL, c->str, c->len); in context_compute_hash()
|
/kernel/liteos_a/fs/jffs2/include/ |
H A D | vfs_jffs2.h | 61 static inline unsigned int full_name_hash(const unsigned char *name, unsigned int len) in full_name_hash() function
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | stringhash.h | 66 extern unsigned int __pure full_name_hash(const void *salt, const char *, unsigned int);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | stringhash.h | 66 extern unsigned int __pure full_name_hash(const void *salt, const char *, unsigned int);
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_hash.c | 9 * and use both full_name_hash() and hashlen_string() to hash the 157 u32 h0 = full_name_hash(buf+i, buf+i, j-i); in test_string_or() 184 u32 h0 = full_name_hash(buf+i, buf+i, j-i); in test_hash_or() 192 "hashlen_string(%d..%d) = %08x != full_name_hash() = %08x", in test_hash_or()
|
/kernel/linux/common_modules/code_sign/ |
H A D | code_sign_ext.c | 110 cs_info->ownerid = full_name_hash(cs_salt, id_str, id_len); in code_sign_set_ownerid()
|
/kernel/linux/linux-5.10/security/smack/ |
H A D | smack_access.c | 406 hash = full_name_hash(NULL, skp->smk_known, strlen(skp->smk_known)); in smk_insert_entry() 426 hash = full_name_hash(NULL, string, strlen(string)); in smk_find_entry()
|
/kernel/linux/linux-6.6/security/smack/ |
H A D | smack_access.c | 407 hash = full_name_hash(NULL, skp->smk_known, strlen(skp->smk_known)); in smk_insert_entry() 427 hash = full_name_hash(NULL, string, strlen(string)); in smk_find_entry()
|
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
H A D | svcauth.h | 183 return full_name_hash(NULL, buf, length) >> (32 - bits); in hash_mem()
|
/kernel/linux/linux-6.6/include/linux/sunrpc/ |
H A D | svcauth.h | 178 return full_name_hash(NULL, buf, length) >> (32 - bits); in hash_mem()
|
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | memory.c | 162 hash = full_name_hash(NULL, (const unsigned char *) name, len - 1); in tomoyo_get_name()
|
H A D | util.c | 680 ptr->hash = full_name_hash(NULL, name, len); in tomoyo_fill_path_info()
|
/kernel/linux/linux-5.10/lib/ |
H A D | test_hash.c | 9 * and use both full_name_hash() and hashlen_string() to hash the 160 u32 h0 = full_name_hash(buf+i, buf+i, j-i); in test_hash_init() 172 "full_name_hash() = %08x", in test_hash_init()
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | memory.c | 162 hash = full_name_hash(NULL, (const unsigned char *) name, len - 1); in tomoyo_get_name()
|
/kernel/linux/linux-6.6/fs/notify/fanotify/ |
H A D | fanotify.c | 59 * full_name_hash() works long by long, so it handles fh buf optimally. in fanotify_hash_fh() 61 return full_name_hash((void *)salt, fanotify_fh_buf(fh), fh->len); in fanotify_hash_fh() 651 *hash ^= full_name_hash((void *)name_len, name->name, name_len); in fanotify_alloc_name_event() 655 *hash ^= full_name_hash((void *)name2_len, name2->name, in fanotify_alloc_name_event()
|
/kernel/linux/linux-5.10/fs/sharefs/ |
H A D | lookup.c | 250 this.hash = full_name_hash(lower_dir_dentry, this.name, this.len); in __sharefs_lookup()
|
/kernel/linux/linux-6.6/fs/sharefs/ |
H A D | lookup.c | 250 this.hash = full_name_hash(lower_dir_dentry, this.name, this.len); in __sharefs_lookup()
|
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | namei.c | 242 nls_name.hash = full_name_hash(dent, nls_name.name, nls_name.len); in ntfs_lookup()
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | namei.c | 242 nls_name.hash = full_name_hash(dent, nls_name.name, nls_name.len); in ntfs_lookup()
|
/kernel/linux/linux-5.10/fs/jffs2/ |
H A D | write.c | 248 fd->nhash = full_name_hash(NULL, name, namelen); in jffs2_write_dirent() 601 uint32_t nhash = full_name_hash(NULL, name, namelen); in jffs2_do_unlink()
|
/kernel/linux/linux-6.6/fs/jffs2/ |
H A D | write.c | 248 fd->nhash = full_name_hash(NULL, name, namelen); in jffs2_write_dirent() 601 uint32_t nhash = full_name_hash(NULL, name, namelen); in jffs2_do_unlink()
|
/kernel/linux/linux-5.10/fs/autofs/ |
H A D | waitq.c | 403 qstr.hash = full_name_hash(dentry, name, qstr.len); in autofs_wait()
|
/kernel/linux/linux-6.6/fs/autofs/ |
H A D | waitq.c | 362 qstr.hash = full_name_hash(dentry, qstr.name, qstr.len); in autofs_wait()
|
/kernel/linux/linux-5.10/fs/fuse/ |
H A D | readdir.c | 194 name.hash = full_name_hash(parent, name.name, name.len); in fuse_direntplus_link()
|