Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_rand/
Drand.c320 uint64_t get_rand_64(void) { in get_rand_64() function
375 ptr128->r[0] = get_rand_64(); in get_rand_128()
376 ptr128->r[1] = get_rand_64(); in get_rand_128()
380 return (uint32_t) get_rand_64(); in get_rand_32()
/hal_rpi_pico-latest/src/rp2_common/pico_rand/include/pico/
Drand.h201 uint64_t get_rand_64(void);
/hal_rpi_pico-latest/src/rp2_common/pico_mbedtls/
Dpico_mbedtls.c17 uint64_t rand_data = get_rand_64(); in mbedtls_hardware_poll()