Searched defs:nvme_dhchap_queue_context (Results 1 – 1 of 1) sorted by relevance
20 struct nvme_dhchap_queue_context { struct21 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 struct nvme_dhchap_key *transformed_key;27 void *buf;28 int qid;29 int error;[all …]