Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/
Ddpa_hardened_word_copy.c50 static uint32_t xorshift_get_random_uint(uint32_t bound) in xorshift_get_random_uint() function
94 swap_idx = xorshift_get_random_uint(len - idx); in fisher_yates_shuffle()
/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/
Dcc3xx_stdlib.c46 static uint32_t xorshift_get_random_uint(uint32_t bound) in xorshift_get_random_uint() function
90 swap_idx = xorshift_get_random_uint(len - idx); in fisher_yates_shuffle()