Searched defs:get_random_bytes (Results 1 – 4 of 4) sorted by relevance
32 static inline bool __attribute__((__warn_unused_result__)) get_random_bytes(uint8_t *out, size_t le… in get_random_bytes() function69 static inline bool __attribute__((__warn_unused_result__)) get_random_bytes(uint8_t *out, size_t le… in get_random_bytes() function
29 static int get_random_bytes(unsigned char *buf, int num) in get_random_bytes() function
42 get_random_bytes(void *buf, int nbytes) in get_random_bytes() function
416 get_random_bytes(char *buf, size_t bytes) in get_random_bytes() function