Lines Matching defs:sun8i_cipher_req_ctx
176 struct sun8i_cipher_req_ctx { struct
177 struct sginfo t_src[MAX_SG];
178 struct sginfo t_dst[MAX_SG];
179 u32 p_key;
180 u32 p_iv;
181 u32 method;
182 u32 op_mode;
183 u32 op_dir;
184 int flow;
185 unsigned int ivlen;
186 unsigned int keylen;
187 void *biv;
188 struct skcipher_request fallback_req; // keep at the end