Searched defs:ccp_sha_req_ctx (Results 1 – 1 of 1) sorted by relevance
156 struct ccp_sha_req_ctx { struct157 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;[all …]