Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/nvme/target/
H A 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()
H A 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()
H A Dconfigfs.c1898 const char *hash_name = nvme_auth_hmac_name(host->dhchap_hash_id); in nvmet_host_dhchap_hash_show()
1912 if (!crypto_has_shash(nvme_auth_hmac_name(hmac_id), 0, 0)) in nvmet_host_dhchap_hash_store()
/kernel/linux/linux-6.6/drivers/nvme/common/
H A 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); variable
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()
/kernel/linux/linux-6.6/include/linux/
H A Dnvme-auth.h22 const char *nvme_auth_hmac_name(u8 hmac_id);
/kernel/linux/linux-6.6/drivers/nvme/host/
H A Dauth.c166 hmac_name = nvme_auth_hmac_name(data->hashid); in nvme_auth_process_dhchap_challenge()
364 nvme_auth_hmac_name(chap->hash_id), in nvme_auth_process_dhchap_success1()

Completed in 6 milliseconds