Home
last modified time | relevance | path

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

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