Home
last modified time | relevance | path

Searched refs:hashid (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/nvme/host/
H A Dauth.c177 hmac_name = nvme_auth_hmac_name(data->hashid); in nvme_auth_process_dhchap_challenge()
181 chap->qid, data->hashid); in nvme_auth_process_dhchap_challenge()
186 if (chap->hash_id == data->hashid && chap->shash_tfm && in nvme_auth_process_dhchap_challenge()
222 chap->hash_id = data->hashid; in nvme_auth_process_dhchap_challenge()
/linux/drivers/nvme/target/
H A Dfabrics-cmd-auth.c427 data->hashid = ctrl->shash_id; in nvmet_auth_challenge()
/linux/include/linux/
H A Dnvme.h1879 __u8 hashid; member