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