Home
last modified time | relevance | path

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

/drivers/char/hw_random/
Dmpfs-rng.c31 unsigned int count = 0, copy_size_bytes; in mpfs_rng_read() local
53 copy_size_bytes = max - count > RNG_RESP_BYTES ? RNG_RESP_BYTES : max - count; in mpfs_rng_read()
54 memcpy(buf + count, response_msg, copy_size_bytes); in mpfs_rng_read()
56 count += copy_size_bytes; in mpfs_rng_read()