Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
H A Dauth.c179 hmac_name = nvme_auth_hmac_name(data->hashid); in nvme_auth_process_dhchap_challenge()
183 chap->qid, data->hashid); in nvme_auth_process_dhchap_challenge()
188 if (chap->hash_id == data->hashid && chap->hash_len == data->hl) { in nvme_auth_process_dhchap_challenge()
195 if (nvme_auth_hmac_hash_len(data->hashid) != data->hl) { in nvme_auth_process_dhchap_challenge()
203 chap->hash_id = data->hashid; in nvme_auth_process_dhchap_challenge()
/linux/drivers/nvme/target/
H A Dfabrics-cmd-auth.c444 data->hashid = ctrl->shash_id; in nvmet_auth_challenge()
/linux/include/linux/
H A Dnvme.h1895 __u8 hashid; member