Searched defs:randombytes (Results 1 – 2 of 2) sorted by relevance
/external/openssh/ | ||
D | crypto_api.h | 19 #define randombytes(buf, buf_len) arc4random_buf((buf), (buf_len)) macro |
/external/python/cpython2/Lib/ | ||
D | urllib2.py | 928 def randombytes(n): function |