Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/
Dsahara.c181 struct sahara_sha_reqctx { struct
182 u8 buf[SAHARA_MAX_SHA_BLOCK_SIZE];
183 u8 rembuf[SAHARA_MAX_SHA_BLOCK_SIZE];
184 u8 context[SHA256_DIGEST_SIZE + 4];
185 struct mutex mutex;
186 unsigned int mode;
187 unsigned int digest_size;
188 unsigned int context_size;
189 unsigned int buf_cnt;
190 unsigned int sg_in_idx;
[all …]