Home
last modified time | relevance | path

Searched refs:hash_name (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/accessibility/speakup/
H A Dutils.h55 static inline struct st_key *hash_name(char *name) in hash_name() function
73 struct st_key *this = hash_name(name); in find_key()
85 struct st_key *this = hash_name(name); in add_key()
/linux/include/crypto/
H A Dkrb5.h93 const char *hash_name; /* Crypto hash name */ member
/linux/drivers/nvme/target/
H A Dconfigfs.c2189 const char *hash_name = nvme_auth_hmac_name(host->dhchap_hash_id);
2191 return sprintf(page, "%s\n", hash_name ? hash_name : "none");
2196 const char *hash_name = nvme_auth_hmac_name(host->dhchap_hash_id); nvmet_host_dhchap_hash_show() local
/linux/security/selinux/ss/
H A Dpolicydb.c682 static void hash_eval(struct hashtab *h, const char *hash_name,
690 hash_name, hash_details ? "@" : "", hash_details ?: "", h->nel, in hash_eval()
704 static inline void hash_eval(struct hashtab *h, const char *hash_name,
684 hash_eval(struct hashtab * h,const char * hash_name,const char * hash_details) hash_eval() argument
706 hash_eval(struct hashtab * h,const char * hash_name,const char * hash_details) hash_eval() argument
/linux/fs/
H A Dnamei.c2392 * designed to match hash_name(), which is the more critical function.
2394 * payload bytes, to match the way that hash_name() iterates until it in full_name_hash()
2443 * hash_name - Calculate the length and hash of the path component
2452 static inline const char *hash_name(struct nameidata *nd, in hash_name()
2541 static inline const char *hash_name(struct nameidata *nd, const char *name, unsigned long *lastword) in hash_name()
2609 name = hash_name(nd, name, &lastword); in link_path_walk()
2448 static inline const char *hash_name(struct nameidata *nd, hash_name() function
2537 static inline const char *hash_name(struct nameidata *nd, const char *name, unsigned long *lastword) hash_name() function