Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/host/
H A Dauth.c20 struct nvme_dhchap_queue_context { struct
21 struct list_head entry;
22 struct work_struct auth_work;
23 struct nvme_ctrl *ctrl;
24 struct crypto_shash *shash_tfm;
25 struct crypto_kpp *dh_tfm;
26 void *buf;
27 int qid;
28 int error;
29 u32 s1;
[all …]