Searched refs:bufnext (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/crypto/
H A Dbfin_crc.c88 u8 bufnext[CHKSUM_DIGEST_SIZE]; /* extra bytes for next udpate */ member in struct:bfin_crypto_crc_reqctx
274 crc->sg_cpu[i].start_addr = dma_map_single(crc->dev, ctx->bufnext, bfin_crypto_crc_config_dma()
347 memset(ctx->bufnext + ctx->bufnext_len, 0, bfin_crypto_crc_handle_queue()
352 memcpy(ctx->bufnext + ctx->bufnext_len, bfin_crypto_crc_handle_queue()
367 memcpy(ctx->buflast, ctx->bufnext, ctx->buflast_len); bfin_crypto_crc_handle_queue()
387 memset(ctx->bufnext, 0, CHKSUM_DIGEST_SIZE); bfin_crypto_crc_handle_queue()
392 memcpy(ctx->bufnext + nextlen - j, bfin_crypto_crc_handle_queue()
H A Dtalitos.c659 u8 bufnext[HASH_MAX_BLOCK_SIZE]; member in struct:talitos_ahash_req_ctx
1542 memcpy(req_ctx->buf, req_ctx->bufnext, req_ctx->to_hash_later); ahash_done()
1747 req_ctx->bufnext, ahash_process_req()

Completed in 159 milliseconds