Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/
Dbfin_crc.c87 size_t buflast_len; member
151 ctx->buflast_len = 0; in bfin_crypto_crc_init()
346 ctx->buflast_len = ctx->bufnext_len; in bfin_crypto_crc_handle_queue()
347 memcpy(ctx->buflast, ctx->bufnext, ctx->buflast_len); in bfin_crypto_crc_handle_queue()
351 sg_set_buf(ctx->bufsl, ctx->buflast, ctx->buflast_len); in bfin_crypto_crc_handle_queue()
361 ctx->sg_buflen = ctx->buflast_len + req->nbytes; in bfin_crypto_crc_handle_queue()