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