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.c107 const char *nvme_auth_hmac_name(u8 hmac_id) in nvme_auth_hmac_name() function
113 EXPORT_SYMBOL_GPL(nvme_auth_hmac_name);
575 __func__, nvme_auth_hmac_name(hmac_id)); in nvme_auth_generate_digest()
657 __func__, nvme_auth_hmac_name(hmac_id)); in nvme_auth_derive_tls_psk()
/linux/include/linux/
H A Dnvme-auth.h23 const char *nvme_auth_hmac_name(u8 hmac_id);
/linux/drivers/nvme/target/
H A Dauth.c194 nvme_auth_hmac_name(ctrl->host_key->hash) : "none", in nvmet_setup_auth()
212 nvme_auth_hmac_name(ctrl->ctrl_key->hash) : "none", in nvmet_setup_auth()
H A Dfabrics-cmd-auth.c92 nvme_auth_hmac_name(fallback_hash_id)); in nvmet_auth_negotiate()
H A Dconfigfs.c2169 const char *hash_name = nvme_auth_hmac_name(host->dhchap_hash_id); in nvmet_host_dhchap_hash_show()
/linux/drivers/nvme/host/
H A Dauth.c178 hmac_name = nvme_auth_hmac_name(data->hashid); in nvme_auth_process_dhchap_challenge()
357 nvme_auth_hmac_name(chap->hash_id), in nvme_auth_process_dhchap_success1()