Lines Matching defs:chtls_hws
156 struct chtls_hws { struct
157 struct sk_buff_head sk_recv_queue;
158 u8 txqid;
159 u8 ofld;
160 u16 type;
161 u16 rstate;
162 u16 keyrpl;
163 u16 pldlen;
164 u16 rcvpld;
165 u16 compute;
166 u16 expansion;
167 u16 keylen;
168 u16 pdus;
169 u16 adjustlen;
170 u16 ivsize;
171 u16 txleft;
172 u32 mfs;
173 s32 txkey;
174 s32 rxkey;
175 u32 fcplenmax;
176 u32 copied_seq;
177 u64 tx_seq_no;
178 struct tls_scmd scmd;
179 struct tls12_crypto_info_aes_gcm_128 crypto_info;