Home
last modified time | relevance | path

Searched defs:ccp_sha_req_ctx (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/crypto/ccp/
Dccp-crypto.h199 struct ccp_sha_req_ctx { struct
200 enum ccp_sha_type type;
202 u64 msg_bits;
204 unsigned int first;
205 unsigned int final;
207 struct scatterlist *src;
208 unsigned int nbytes;
210 u64 hash_cnt;
211 unsigned int hash_rem;
213 struct sg_table data_sg;
[all …]
/kernel/linux/linux-5.10/drivers/crypto/ccp/
Dccp-crypto.h198 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;
[all …]