Lines Matching defs:ccp_sha_req_ctx
198 struct ccp_sha_req_ctx { struct
199 enum ccp_sha_type type;
201 u64 msg_bits;
203 unsigned int first;
204 unsigned int final;
206 struct scatterlist *src;
207 unsigned int nbytes;
209 u64 hash_cnt;
210 unsigned int hash_rem;
212 struct sg_table data_sg;
214 struct scatterlist ctx_sg;
215 u8 ctx[MAX_SHA_CONTEXT_SIZE];
217 struct scatterlist buf_sg;
218 unsigned int buf_count;
219 u8 buf[MAX_SHA_BLOCK_SIZE];
222 struct ccp_cmd cmd;