Home
last modified time | relevance | path

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

/drivers/nvme/target/
A Dauth.c298 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()
404 const char *hash_name; in nvmet_auth_ctrl_hash() local
410 hash_name = nvme_auth_hmac_name(ctrl->shash_id); in nvmet_auth_ctrl_hash()
411 if (!hash_name) { in nvmet_auth_ctrl_hash()
416 shash_tfm = crypto_alloc_shash(hash_name, 0, 0); in nvmet_auth_ctrl_hash()
418 pr_err("failed to allocate shash %s\n", hash_name); in nvmet_auth_ctrl_hash()
A Dconfigfs.c2170 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()
/drivers/accessibility/speakup/
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()
/drivers/crypto/bcm/
A Dspu2.c317 char *hash_name; in spu2_dump_fmd_ctrl0() local
353 hash_name = spu2_hash_type_name(hash_type); in spu2_dump_fmd_ctrl0()
354 packet_log(" Hash type: %s\n", hash_name); in spu2_dump_fmd_ctrl0()
/drivers/crypto/intel/qat/qat_common/
A Dqat_algs.c1154 const char *hash_name) in qat_alg_aead_init() argument
1158 ctx->hash_tfm = crypto_alloc_shash(hash_name, 0, 0); in qat_alg_aead_init()
/drivers/crypto/hisilicon/sec2/
A Dsec_crypto.c2127 static int sec_aead_ctx_init(struct crypto_aead *tfm, const char *hash_name) in sec_aead_ctx_init() argument
2141 a_ctx->hash_tfm = crypto_alloc_shash(hash_name, 0, 0); in sec_aead_ctx_init()

Completed in 25 milliseconds