Searched defs:bfin_crypto_crc_reqctx (Results 1 – 1 of 1) sorted by relevance
77 struct bfin_crypto_crc_reqctx { struct78 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 …]