Searched defs:get_random_bytes (Results 1 – 4 of 4) sorted by relevance
25 static int get_random_bytes(unsigned char *buf, int num) in get_random_bytes() function
175 static void get_random_bytes(void *buf, int nbytes) in get_random_bytes() function
129 #define get_random_bytes(...) macro
3628 static int get_random_bytes(void *p, size_t sz) in get_random_bytes() function