Searched refs:hmac_name (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/ubifs/ |
| H A D | auth.c | 260 char hmac_name[CRYPTO_MAX_ALG_NAME]; in ubifs_init_authentication() local 275 snprintf(hmac_name, CRYPTO_MAX_ALG_NAME, "hmac(%s)", in ubifs_init_authentication() 317 c->hmac_tfm = crypto_alloc_shash(hmac_name, 0, 0); in ubifs_init_authentication() 320 ubifs_err(c, "Can not allocate %s: %d", hmac_name, err); in ubifs_init_authentication() 327 hmac_name, c->hmac_desc_len, UBIFS_HMAC_ARR_SZ); in ubifs_init_authentication()
|
| /linux/drivers/nvme/common/ |
| H A D | auth.c | 115 u8 nvme_auth_hmac_id(const char *hmac_name) in nvme_auth_hmac_id() argument 119 if (!hmac_name || !strlen(hmac_name)) in nvme_auth_hmac_id() 125 if (!strncmp(hash_map[i].hmac, hmac_name, in nvme_auth_hmac_id()
|
| /linux/drivers/crypto/caam/ |
| H A D | caamhash.c | 1579 char hmac_name[CRYPTO_MAX_ALG_NAME]; member 1591 .hmac_name = "hmac(sha1)", 1612 .hmac_name = "hmac(sha224)", 1633 .hmac_name = "hmac(sha256)", 1654 .hmac_name = "hmac(sha384)", 1675 .hmac_name = "hmac(sha512)", 1696 .hmac_name = "hmac(md5)", 1715 .hmac_name = "xcbc(aes)", 1734 .hmac_name = "cmac(aes)", 1917 strscpy(alg->cra_name, template->hmac_name); in caam_hash_alloc()
|
| H A D | caamalg_qi2.c | 4409 char hmac_name[CRYPTO_MAX_ALG_NAME]; member 4421 .hmac_name = "hmac(sha1)", 4442 .hmac_name = "hmac(sha224)", 4463 .hmac_name = "hmac(sha256)", 4484 .hmac_name = "hmac(sha384)", 4505 .hmac_name = "hmac(sha512)", 4526 .hmac_name = "hmac(md5)", 4649 strscpy(alg->cra_name, template->hmac_name); in caam_hash_alloc()
|
| /linux/include/linux/ |
| H A D | nvme-auth.h | 25 u8 nvme_auth_hmac_id(const char *hmac_name);
|
| /linux/drivers/nvme/host/ |
| H A D | auth.c | 171 const char *hmac_name, *kpp_name; in nvme_auth_process_dhchap_challenge() local 178 hmac_name = nvme_auth_hmac_name(data->hashid); in nvme_auth_process_dhchap_challenge() 179 if (!hmac_name) { in nvme_auth_process_dhchap_challenge() 190 chap->qid, hmac_name); in nvme_auth_process_dhchap_challenge() 205 chap->qid, hmac_name); in nvme_auth_process_dhchap_challenge()
|