Lines Matching defs:nvme_dhchap_queue_context
21 struct nvme_dhchap_queue_context { struct
22 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;
31 u32 s1;
32 u32 s2;
33 bool bi_directional;
34 bool authenticated;
35 u16 transaction;
36 u8 status;
37 u8 dhgroup_id;
38 u8 hash_id;
39 size_t hash_len;
40 u8 c1[64];
41 u8 c2[64];
42 u8 response[64];
43 u8 *ctrl_key;
44 u8 *host_key;
45 u8 *sess_key;
46 int ctrl_key_len;
47 int host_key_len;
48 int sess_key_len;