Home
last modified time | relevance | path

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

/drivers/crypto/
Dbfin_crc.c85 size_t buflast_len; member
170 ctx->buflast_len = 0; in bfin_crypto_crc_init()
368 ctx->buflast_len = ctx->bufnext_len; in bfin_crypto_crc_handle_queue()
369 memcpy(ctx->buflast, ctx->bufnext, ctx->buflast_len); in bfin_crypto_crc_handle_queue()
373 sg_set_buf(ctx->bufsl, ctx->buflast, ctx->buflast_len); in bfin_crypto_crc_handle_queue()
383 ctx->sg_buflen = ctx->buflast_len + req->nbytes; in bfin_crypto_crc_handle_queue()