Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/
Dbfin_crc.c77 struct bfin_crypto_crc_reqctx { struct
78 struct bfin_crypto_crc *crc;
80 unsigned int total; /* total request bytes */
81 size_t sg_buflen; /* bytes for this update */
82 unsigned int sg_nents;
83 struct scatterlist *sg; /* sg list head for this update*/
84 struct scatterlist bufsl[2]; /* chained sg list */
86 size_t bufnext_len;
87 size_t buflast_len;
88 u8 bufnext[CHKSUM_DIGEST_SIZE]; /* extra bytes for next udpate */
[all …]