Lines Matching defs:nvme_dhchap_queue_context
20 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;
30 u32 s2;
31 u16 transaction;
32 u8 status;
33 u8 dhgroup_id;
34 u8 hash_id;
35 size_t hash_len;
36 u8 c1[64];
37 u8 c2[64];
38 u8 response[64];
39 u8 *host_response;
40 u8 *ctrl_key;
41 u8 *host_key;
42 u8 *sess_key;
43 int ctrl_key_len;
44 int host_key_len;
45 int sess_key_len;