Lines Matching defs:chcr_skcipher_req_ctx
293 struct chcr_skcipher_req_ctx { struct
294 struct sk_buff *skb;
295 struct scatterlist *dstsg;
296 unsigned int processed;
297 unsigned int last_req_len;
298 unsigned int partial_req;
299 struct scatterlist *srcsg;
300 unsigned int src_ofst;
301 unsigned int dst_ofst;
302 unsigned int op;
303 u16 imm;
304 u8 iv[CHCR_MAX_CRYPTO_IV_LEN];
305 u8 init_iv[CHCR_MAX_CRYPTO_IV_LEN];
306 u16 txqidx;
307 u16 rxqidx;
308 struct skcipher_request fallback_req; // keep at the end