Searched refs:copy_size_bytes (Results 1 – 1 of 1) sorted by relevance
31 unsigned int count = 0, copy_size_bytes; in mpfs_rng_read() local53 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()