OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getentropy
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/upstream-openbsd/android/include/
openbsd-compat.h
42
/* We have OpenBSD's getentropy_linux.c, but we don't mention
getentropy
in any header. */
43
__LIBC_HIDDEN__ extern int
getentropy
(void*, size_t);
/bionic/libc/bionic/
getentropy_linux.c
19
* Emulation of
getentropy
(2) as documented at:
20
* http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man2/
getentropy
.2
76
int
getentropy
(void *buf, size_t len);
92
getentropy
(void *buf, size_t len)
function
410
HF(
getentropy
); /* an addr in this library */
/bionic/libc/upstream-openbsd/lib/libc/crypt/
arc4random.c
89
if (
getentropy
(rnd, sizeof rnd) == -1)
Completed in 397 milliseconds