Lines Matching defs:ccp_sha_req_ctx
156 struct ccp_sha_req_ctx { struct
157 enum ccp_sha_type type;
159 u64 msg_bits;
161 unsigned int first;
162 unsigned int final;
164 struct scatterlist *src;
165 unsigned int nbytes;
167 u64 hash_cnt;
168 unsigned int hash_rem;
170 struct sg_table data_sg;
172 struct scatterlist ctx_sg;
173 u8 ctx[MAX_SHA_CONTEXT_SIZE];
175 struct scatterlist buf_sg;
176 unsigned int buf_count;
177 u8 buf[MAX_SHA_BLOCK_SIZE];
180 struct ccp_cmd cmd;