Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/qce/
Dsha.h50 struct qce_sha_reqctx { struct
51 u8 buf[QCE_SHA_MAX_BLOCKSIZE];
52 u8 tmpbuf[QCE_SHA_MAX_BLOCKSIZE];
53 u8 digest[QCE_SHA_MAX_DIGESTSIZE];
54 unsigned int buflen;
55 unsigned long flags;
56 struct scatterlist *src_orig;
57 unsigned int nbytes_orig;
58 bool src_chained;
59 int src_nents;
[all …]