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