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