Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/nvme/common/
Dauth.c111 const char *nvme_auth_hmac_name(u8 hmac_id) in nvme_auth_hmac_name() function
117 EXPORT_SYMBOL_GPL(nvme_auth_hmac_name);
193 nvme_auth_hmac_name(key_hash)); in nvme_auth_extract_key()
248 hmac_name = nvme_auth_hmac_name(key->hash); in nvme_auth_transform_key()
348 hmac_name = nvme_auth_hmac_name(hmac_id); in nvme_auth_augmented_challenge()
/Linux-v6.1/drivers/nvme/target/
Dauth.c37 const char *hmac = nvme_auth_hmac_name(key_hash); in nvmet_auth_set_key()
167 hash_name = nvme_auth_hmac_name(host->dhchap_hash_id); in nvmet_setup_auth()
187 nvme_auth_hmac_name(ctrl->host_key->hash) : "none", in nvmet_setup_auth()
205 nvme_auth_hmac_name(ctrl->ctrl_key->hash) : "none", in nvmet_setup_auth()
274 hash_name = nvme_auth_hmac_name(ctrl->shash_id); in nvmet_auth_host_hash()
385 hash_name = nvme_auth_hmac_name(ctrl->shash_id); in nvmet_auth_ctrl_hash()
Dfabrics-cmd-auth.c60 crypto_has_shash(nvme_auth_hmac_name(host_hmac_id), 0, 0)) in nvmet_auth_negotiate()
75 nvme_auth_hmac_name(fallback_hash_id)); in nvmet_auth_negotiate()
Dconfigfs.c1775 const char *hash_name = nvme_auth_hmac_name(host->dhchap_hash_id); in nvmet_host_dhchap_hash_show()
1789 if (!crypto_has_shash(nvme_auth_hmac_name(hmac_id), 0, 0)) in nvmet_host_dhchap_hash_store()
/Linux-v6.1/include/linux/
Dnvme-auth.h22 const char *nvme_auth_hmac_name(u8 hmac_id);
/Linux-v6.1/drivers/nvme/host/
Dauth.c155 hmac_name = nvme_auth_hmac_name(data->hashid); in nvme_auth_process_dhchap_challenge()
367 nvme_auth_hmac_name(chap->hash_id), in nvme_auth_process_dhchap_success1()