Home
last modified time | relevance | path

Searched refs:nextlen (Results 1 – 1 of 1) sorted by relevance

/drivers/crypto/
Dbfin_crc.c310 unsigned int nextlen; in bfin_crypto_crc_handle_queue() local
390 nextlen = ctx->bufnext_len; in bfin_crypto_crc_handle_queue()
393 j = min(nextlen, sg_dma_len(sg)); in bfin_crypto_crc_handle_queue()
394 memcpy(ctx->bufnext + nextlen - j, in bfin_crypto_crc_handle_queue()
398 nextlen -= j; in bfin_crypto_crc_handle_queue()
399 if (nextlen == 0) in bfin_crypto_crc_handle_queue()