Searched refs:hash_name (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/accessibility/speakup/
H A Dutils.h55 static inline struct st_key *hash_name(char *name) function
73 struct st_key *this = hash_name(name);
85 struct st_key *this = hash_name(name);
/linux-master/drivers/nvme/target/
H A Dauth.c132 const char *hash_name; local
167 hash_name = nvme_auth_hmac_name(host->dhchap_hash_id);
168 if (!hash_name) {
269 const char *hash_name; local
275 hash_name = nvme_auth_hmac_name(ctrl->shash_id);
276 if (!hash_name) {
281 shash_tfm = crypto_alloc_shash(hash_name, 0, 0);
283 pr_err("failed to allocate shash %s\n", hash_name);
382 const char *hash_name; local
388 hash_name
[all...]
H A Dconfigfs.c2053 const char *hash_name = nvme_auth_hmac_name(host->dhchap_hash_id); local
2055 return sprintf(page, "%s\n", hash_name ? hash_name : "none");
/linux-master/crypto/
H A Drsa-pkcs1pad.c627 const char *hash_name; local
653 hash_name = crypto_attr_alg_name(tb[2]);
654 if (IS_ERR(hash_name)) {
666 ctx->digest_info = rsa_lookup_asn1(hash_name);
674 hash_name) >= CRYPTO_MAX_ALG_NAME)
680 hash_name) >= CRYPTO_MAX_ALG_NAME)
/linux-master/drivers/crypto/bcm/
H A Dspu2.c316 char *hash_name; local
352 hash_name = spu2_hash_type_name(hash_type);
353 packet_log(" Hash type: %s\n", hash_name);
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_algs.c1154 const char *hash_name)
1158 ctx->hash_tfm = crypto_alloc_shash(hash_name, 0, 0);
1152 qat_alg_aead_init(struct crypto_aead *tfm, enum icp_qat_hw_auth_algo hash, const char *hash_name) argument
/linux-master/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c1928 static int sec_aead_ctx_init(struct crypto_aead *tfm, const char *hash_name) argument
1940 auth_ctx->hash_tfm = crypto_alloc_shash(hash_name, 0, 0);
/linux-master/security/selinux/ss/
H A Dpolicydb.c675 static void hash_eval(struct hashtab *h, const char *hash_name) argument
682 hash_name, h->nel, info.slots_used, h->size, info.max_chain_len,
695 static inline void hash_eval(struct hashtab *h, const char *hash_name) argument
/linux-master/fs/
H A Dnamei.c2114 * designed to match hash_name(), which is the more critical function.
2116 * payload bytes, to match the way that hash_name() iterates until it
2168 static inline u64 hash_name(const void *salt, const char *name) function
2225 static inline u64 hash_name(const void *salt, const char *name) function
2277 hash_len = hash_name(nd->path.dentry, name);

Completed in 334 milliseconds