Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/
H A Dsahara.c173 struct sahara_sha_reqctx { struct
174 u8 buf[SAHARA_MAX_SHA_BLOCK_SIZE];
175 u8 rembuf[SAHARA_MAX_SHA_BLOCK_SIZE];
176 u8 context[SHA256_DIGEST_SIZE + 4];
177 unsigned int mode;
178 unsigned int digest_size;
179 unsigned int context_size;
180 unsigned int buf_cnt;
181 unsigned int sg_in_idx;
182 struct scatterlist *in_sg;
[all …]