Home
last modified time | relevance | path

Searched refs:nvme_auth_digest_name (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dnvme-auth.h23 const char *nvme_auth_digest_name(u8 hmac_id);
/linux/drivers/nvme/common/
H A Dauth.c122 const char *nvme_auth_digest_name(u8 hmac_id) in nvme_auth_digest_name() function
128 EXPORT_SYMBOL_GPL(nvme_auth_digest_name);
313 digest_name = nvme_auth_digest_name(hmac_id); in nvme_auth_hash_skey()