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