Searched defs:randombytes (Results 1 – 2 of 2) sorted by relevance
27 #define randombytes(buf, buf_len) arc4random_buf((buf), (buf_len)) macro
202 randombytes(unsigned char * const buf, const unsigned long long buf_len) in randombytes() function