Searched refs:get_rand_bytes_hw (Results 1 – 4 of 4) sorted by relevance
42 int get_rand_bytes_hw(uint8_t *bytes, int byte_len);
232 if (get_rand_bytes_hw((uint8_t *)otpmk_random, in prog_otpmk()267 if (get_rand_bytes_hw((uint8_t *)otpmk_random, in prog_otpmk()
216 int get_rand_bytes_hw(uint8_t *bytes, int byte_len) in get_rand_bytes_hw() function
313 ret = get_rand_bytes_hw(rand_byte, bytes); in get_random()
Completed in 5 milliseconds