Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/crypto/
Dsahara.c176 struct sahara_sha_reqctx { struct
177 u8 buf[SAHARA_MAX_SHA_BLOCK_SIZE];
178 u8 rembuf[SAHARA_MAX_SHA_BLOCK_SIZE];
179 u8 context[SHA256_DIGEST_SIZE + 4];
180 unsigned int mode;
181 unsigned int digest_size;
182 unsigned int context_size;
183 unsigned int buf_cnt;
184 unsigned int sg_in_idx;
185 struct scatterlist *in_sg;
[all …]