Home
last modified time | relevance | path

Searched defs:nvme_dhchap_queue_context (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/nvme/host/
Dauth.c16 struct nvme_dhchap_queue_context { struct
17 struct list_head entry;
18 struct work_struct auth_work;
19 struct nvme_ctrl *ctrl;
20 struct crypto_shash *shash_tfm;
21 struct crypto_kpp *dh_tfm;
22 void *buf;
23 size_t buf_size;
24 int qid;
25 int error;
[all …]