Searched refs:hash_name (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/nvme/target/ |
| H A D | auth.c | 298 const char *hash_name; in nvmet_auth_host_hash() local 304 hash_name = nvme_auth_hmac_name(ctrl->shash_id); in nvmet_auth_host_hash() 305 if (!hash_name) { in nvmet_auth_host_hash() 310 shash_tfm = crypto_alloc_shash(hash_name, 0, 0); in nvmet_auth_host_hash() 312 pr_err("failed to allocate shash %s\n", hash_name); in nvmet_auth_host_hash() 405 const char *hash_name; in nvmet_auth_ctrl_hash() local 411 hash_name = nvme_auth_hmac_name(ctrl->shash_id); in nvmet_auth_ctrl_hash() 412 if (!hash_name) { in nvmet_auth_ctrl_hash() 417 shash_tfm = crypto_alloc_shash(hash_name, 0, 0); in nvmet_auth_ctrl_hash() 419 pr_err("failed to allocate shash %s\n", hash_name); in nvmet_auth_ctrl_hash()
|
| H A D | configfs.c | 2170 const char *hash_name = nvme_auth_hmac_name(host->dhchap_hash_id); in nvmet_host_dhchap_hash_show() local 2172 return sprintf(page, "%s\n", hash_name ? hash_name : "none"); in nvmet_host_dhchap_hash_show()
|
| /linux/drivers/accessibility/speakup/ |
| H A D | utils.h | 55 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/security/selinux/ss/ |
| H A D | policydb.c | 684 static void hash_eval(struct hashtab *h, const char *hash_name, in hash_eval() argument 692 hash_name, hash_details ? "@" : "", hash_details ?: "", h->nel, in hash_eval() 706 static inline void hash_eval(struct hashtab *h, const char *hash_name, in hash_eval() argument
|
| /linux/fs/ |
| H A D | namei.c | 2393 static inline const char *hash_name(struct nameidata *nd, in hash_name() function 2482 static inline const char *hash_name(struct nameidata *nd, const char *name, unsigned long *lastword) in hash_name() function 2550 name = hash_name(nd, name, &lastword); in link_path_walk()
|