Home
last modified time | relevance | path

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

/linux/drivers/nvme/common/
H A Dauth.c114 const char *nvme_auth_hmac_name(u8 hmac_id) in nvme_auth_hmac_name() function
120 EXPORT_SYMBOL_GPL(nvme_auth_hmac_name);
260 hmac_name = nvme_auth_hmac_name(key->hash); in nvme_auth_transform_key()
349 hmac_name = nvme_auth_hmac_name(hmac_id); in nvme_auth_augmented_challenge()
501 hmac_name = nvme_auth_hmac_name(hmac_id); in nvme_auth_generate_psk()
600 hmac_name = nvme_auth_hmac_name(hmac_id); in nvme_auth_generate_digest()
778 hmac_name = nvme_auth_hmac_name(hmac_id); in nvme_auth_derive_tls_psk()
/linux/drivers/nvme/target/
H A Dauth.c50 const char *hmac = nvme_auth_hmac_name(key_hash); in nvmet_auth_set_key()
204 nvme_auth_hmac_name(ctrl->host_key->hash) : "none", in nvmet_setup_auth()
222 nvme_auth_hmac_name(ctrl->ctrl_key->hash) : "none", in nvmet_setup_auth()
304 hash_name = nvme_auth_hmac_name(ctrl->shash_id); in nvmet_auth_host_hash()
411 hash_name = nvme_auth_hmac_name(ctrl->shash_id); in nvmet_auth_ctrl_hash()
H A Dfabrics-cmd-auth.c79 crypto_has_shash(nvme_auth_hmac_name(host_hmac_id), 0, 0)) in nvmet_auth_negotiate()
94 nvme_auth_hmac_name(fallback_hash_id)); in nvmet_auth_negotiate()
H A Dconfigfs.c2170 const char *hash_name = nvme_auth_hmac_name(host->dhchap_hash_id); in nvmet_host_dhchap_hash_show()
2184 if (!crypto_has_shash(nvme_auth_hmac_name(hmac_id), 0, 0)) in nvmet_host_dhchap_hash_store()
/linux/include/linux/
H A Dnvme-auth.h22 const char *nvme_auth_hmac_name(u8 hmac_id);
/linux/drivers/nvme/host/
H A Dauth.c177 hmac_name = nvme_auth_hmac_name(data->hashid); in nvme_auth_process_dhchap_challenge()
377 nvme_auth_hmac_name(chap->hash_id), in nvme_auth_process_dhchap_success1()