Searched refs:rand_data (Results 1 – 1 of 1) sorted by relevance
17 uint64_t rand_data = get_rand_64(); in mbedtls_hardware_poll() local18 size_t to_copy = MIN(len, sizeof(rand_data)); in mbedtls_hardware_poll()19 memcpy(output + *olen, &rand_data, to_copy); in mbedtls_hardware_poll()