Home
last modified time | relevance | path

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

/drivers/crypto/
Dbfin_crc.c86 u8 bufnext[CHKSUM_DIGEST_SIZE]; /* extra bytes for next udpate */ member
272 crc->sg_cpu[i].start_addr = dma_map_single(crc->dev, ctx->bufnext, in bfin_crypto_crc_config_dma()
349 memset(ctx->bufnext + ctx->bufnext_len, 0, in bfin_crypto_crc_handle_queue()
354 memcpy(ctx->bufnext + ctx->bufnext_len, in bfin_crypto_crc_handle_queue()
369 memcpy(ctx->buflast, ctx->bufnext, ctx->buflast_len); in bfin_crypto_crc_handle_queue()
389 memset(ctx->bufnext, 0, CHKSUM_DIGEST_SIZE); in bfin_crypto_crc_handle_queue()
394 memcpy(ctx->bufnext + nextlen - j, in bfin_crypto_crc_handle_queue()
Dtalitos.c650 u8 bufnext[HASH_MAX_BLOCK_SIZE]; member
1599 memcpy(req_ctx->buf, req_ctx->bufnext, req_ctx->to_hash_later); in ahash_done()
1804 req_ctx->bufnext, in ahash_process_req()