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