Searched defs:bfin_crypto_crc_reqctx (Results 1 – 1 of 1) sorted by relevance
75 struct bfin_crypto_crc_reqctx { struct76 struct bfin_crypto_crc *crc;78 unsigned int total; /* total request bytes */79 size_t sg_buflen; /* bytes for this update */80 unsigned int sg_nents;81 struct scatterlist *sg; /* sg list head for this update*/82 struct scatterlist bufsl[2]; /* chained sg list */84 size_t bufnext_len;85 size_t buflast_len;86 u8 bufnext[CHKSUM_DIGEST_SIZE]; /* extra bytes for next udpate */[all …]