Searched refs:to_copy (Results 1 – 1 of 1) sorted by relevance
18 size_t to_copy = MIN(len, sizeof(rand_data)); in mbedtls_hardware_poll() local19 memcpy(output + *olen, &rand_data, to_copy); in mbedtls_hardware_poll()20 *olen += to_copy; in mbedtls_hardware_poll()