Searched refs:hw_get_random_byte (Results 1 – 12 of 12) sorted by relevance
10 uint8_t hw_get_random_byte(void);
39 uint8_t hw_get_random_byte(void) in hw_get_random_byte() function
32 b[n] = hw_get_random_byte(); in crypto_rng_read()
27 uint8_t hw_get_random_byte(void) in hw_get_random_byte() function
75 seed = (seed << 8) | hw_get_random_byte(); in plat_get_aslr_seed()
49 uint8_t hw_get_random_byte(void) in hw_get_random_byte() function
65 uint8_t hw_get_random_byte(void) in hw_get_random_byte() function
74 uint8_t hw_get_random_byte(void) in hw_get_random_byte() function
75 uint8_t hw_get_random_byte(void) in hw_get_random_byte() function
201 uint8_t hw_get_random_byte(void) in hw_get_random_byte() function
35 e[i] = hw_get_random_byte(); in rng_get_entropy()
567 uint8_t hw_get_random_byte(void) in hw_get_random_byte() function
Completed in 9 milliseconds