Searched defs:nvme_dhchap_queue_context (Results 1 – 1 of 1) sorted by relevance
21 struct nvme_dhchap_queue_context { struct22 struct list_head entry;23 struct work_struct auth_work;24 struct nvme_ctrl *ctrl;25 struct crypto_shash *shash_tfm;26 struct crypto_kpp *dh_tfm;27 struct nvme_dhchap_key *transformed_key;28 void *buf;29 int qid;30 int error;[all …]