Searched defs:random_get_bytes (Results 1 – 6 of 6) sorted by relevance
32 #define random_get_bytes(p, s) read_random((p), (int)(s)) macro
32 random_get_bytes(uint8_t *ptr, size_t len) in random_get_bytes() function
37 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
814 random_get_bytes(uint8_t *ptr, size_t len) in random_get_bytes() function