Searched defs:random_get_bytes (Results 1 – 6 of 6) sorted by relevance
31 random_get_bytes(uint8_t *ptr, size_t len) in random_get_bytes() function
32 #define random_get_bytes(p, s) read_random((p), (int)(s)) macro
36 random_get_bytes(uint8_t *p, size_t s) in random_get_bytes() function
16 #define random_get_bytes(b, l) os_get_random((b), (l)) macro
159 int random_get_bytes(void *buf, size_t len) in random_get_bytes() function
771 random_get_bytes(uint8_t *ptr, size_t len) in random_get_bytes() function