Searched defs:arc4random (Results 1 - 1 of 1) sorted by relevance

/external/openssh/openbsd-compat/
H A Darc4random.c1 /* OPENBSD ORIGINAL: lib/libc/crypto/arc4random.c */
3 /* $OpenBSD: arc4random.c,v 1.25 2013/10/01 18:34:57 markus Exp $ */
226 arc4random(void) function
237 * If we are providing arc4random, then we can provide a more efficient
251 /* arc4random_buf() that uses platform arc4random() */
262 r = arc4random();
299 r = arc4random();
321 arc4random();

Completed in 217 milliseconds