Searched refs:getentropy (Results 1 – 8 of 8) sorted by relevance
/bionic/tests/ |
D | sys_random_test.cpp | 39 TEST(sys_random, getentropy) { in TEST() argument 44 ASSERT_EQ(0, getentropy(buf1, sizeof(buf1))); in TEST() 45 ASSERT_EQ(0, getentropy(buf2, sizeof(buf2))); in TEST() 57 ASSERT_EQ(-1, getentropy(nullptr, 1)); in TEST() 71 ASSERT_EQ(-1, getentropy(buf, sizeof(buf))); in TEST()
|
/bionic/libc/include/bits/ |
D | getentropy.h | 51 int getentropy(void* _Nonnull __buffer, size_t __buffer_size) __wur __INTRODUCED_IN(28);
|
/bionic/libc/bionic/ |
D | getentropy.cpp | 52 int getentropy(void* buffer, size_t buffer_size) { in getentropy() function
|
/bionic/libc/upstream-openbsd/lib/libc/crypt/ |
D | arc4random.c | 93 if (getentropy(rnd, sizeof rnd) == -1) in _rs_stir()
|
/bionic/docs/ |
D | status.md | 147 * `getentropy`/`getrandom` (adding <sys/random.h>)
|
/bionic/libc/ |
D | libc.map.txt | 1366 getentropy;
|
D | Android.bp | 845 "bionic/getentropy.cpp",
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1366 getentropy;
|