Searched defs:random_get_bytes (Results 1 – 4 of 4) sorted by relevance
37 random_get_bytes(void *buf, size_t nbytes) in random_get_bytes() function
36 #define random_get_bytes(p, s) cprng_fast((p), (s)) macro
16 #define random_get_bytes(b, l) os_get_random((b), (l)) macro
925 random_get_bytes(uint8_t *ptr, size_t len) in random_get_bytes() function