Searched refs:bufnext (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/crypto/ |
D | bfin_crc.c | 88 u8 bufnext[CHKSUM_DIGEST_SIZE]; /* extra bytes for next udpate */ member 274 crc->sg_cpu[i].start_addr = dma_map_single(crc->dev, ctx->bufnext, in bfin_crypto_crc_config_dma() 347 memset(ctx->bufnext + ctx->bufnext_len, 0, in bfin_crypto_crc_handle_queue() 352 memcpy(ctx->bufnext + ctx->bufnext_len, in bfin_crypto_crc_handle_queue() 367 memcpy(ctx->buflast, ctx->bufnext, ctx->buflast_len); in bfin_crypto_crc_handle_queue() 387 memset(ctx->bufnext, 0, CHKSUM_DIGEST_SIZE); in bfin_crypto_crc_handle_queue() 392 memcpy(ctx->bufnext + nextlen - j, in bfin_crypto_crc_handle_queue()
|
D | talitos.c | 659 u8 bufnext[HASH_MAX_BLOCK_SIZE]; member 1542 memcpy(req_ctx->buf, req_ctx->bufnext, req_ctx->to_hash_later); in ahash_done() 1747 req_ctx->bufnext, in ahash_process_req()
|