Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_mbedtls/
Dpico_mbedtls.c18 size_t to_copy = MIN(len, sizeof(rand_data)); in mbedtls_hardware_poll() local
19 memcpy(output + *olen, &rand_data, to_copy); in mbedtls_hardware_poll()
20 *olen += to_copy; in mbedtls_hardware_poll()