Lines Matching refs:buffer
95 u8 *buffer;
191 * Check if count <= 0 because the buffer is full or
204 scatterwalk_map_and_copy(ctx->buffer + ctx->bufcnt, ctx->sg,
256 *(ctx->buffer + ctx->bufcnt) = 0x80;
257 memset(ctx->buffer + ctx->bufcnt + 1, 0, padlen - 1);
258 memcpy(ctx->buffer + ctx->bufcnt + padlen, bits, 16);
266 *(ctx->buffer + ctx->bufcnt) = 0x80;
267 memset(ctx->buffer + ctx->bufcnt + 1, 0, padlen - 1);
268 memcpy(ctx->buffer + ctx->bufcnt + padlen, &bits[1], 8);
408 ctx->buffer = tctx->buf;
413 memcpy(ctx->buffer, bctx->ipad, ctx->bs);
473 ctx->dma_addr = dma_map_single(cryp->dev, ctx->buffer,
562 ctx->dma_addr = dma_map_single(cryp->dev, ctx->buffer,
625 /* Get the hash from the digest buffer */