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

/linux-4.4.14/drivers/crypto/caam/
H A Dcaamrng.c143 int next_buf_idx, copied_idx; caam_read() local
175 copied_idx = RN_BUF_SIZE - ctx->cur_buf_idx; caam_read()
176 memcpy(data, bd->buf + ctx->cur_buf_idx, copied_idx); caam_read()
188 return copied_idx + caam_read(rng, data + copied_idx, caam_read()
189 max - copied_idx, false); caam_read()

Completed in 39 milliseconds