Lines Matching defs:iproc_reqctx_s
261 struct iproc_reqctx_s { struct
263 struct crypto_async_request *parent;
266 struct iproc_ctx_s *ctx;
268 u8 chan_idx; /* Mailbox channel to be used to submit this request */
271 unsigned int total_todo;
272 unsigned int total_received; /* only valid for ablkcipher */
273 unsigned int total_sent;
280 unsigned int src_sent;
288 struct scatterlist *assoc;
296 struct scatterlist *src_sg;
297 int src_nents; /* Number of src entries with data */
298 u32 src_skip; /* bytes of current sg entry already used */
304 struct scatterlist *dst_sg;
305 int dst_nents; /* Number of dst entries with data */
306 u32 dst_skip; /* bytes of current sg entry already written */
309 struct brcm_message mb_mssg;
311 bool bd_suppress; /* suppress BD field in SPU response? */
314 bool is_encrypt;
321 u8 *iv_ctr;
323 unsigned int iv_ctr_len;
336 u8 hash_carry[HASH_CARRY_MAX];
337 unsigned int hash_carry_len;
338 unsigned int is_final; /* is this the final for the hash op? */
347 u8 incr_hash[MAX_DIGEST_SIZE];
350 bool is_sw_hmac;
353 struct crypto_tfm *old_tfm;
354 crypto_completion_t old_complete;
355 void *old_data;
357 gfp_t gfp;
360 struct spu_msg_buf msg_buf;