Lines Matching defs:s5p_hash_reqctx
355 struct s5p_hash_reqctx { struct
356 struct s5p_aes_dev *dd;
357 bool op_update;
359 u64 digcnt;
360 u8 digest[SHA256_DIGEST_SIZE];
362 unsigned int nregs; /* digest_size / sizeof(reg) */
363 u32 engine;
365 struct scatterlist *sg;
366 unsigned int sg_len;
367 struct scatterlist sgl[2];
368 unsigned int skip;
369 unsigned int total;
370 bool finup;
371 bool error;
373 u32 bufcnt;
374 u8 buffer[];