Searched refs:arc4random_buf (Results 1 – 16 of 16) sorted by relevance
/aosp12/bionic/libc/upstream-openbsd/lib/libc/crypt/ |
H A D | arc4random.c | 192 arc4random_buf(void *buf, size_t n) in arc4random_buf() function 198 DEF_WEAK(arc4random_buf);
|
/aosp12/bionic/libc/bionic/ |
H A D | bionic_arc4random.cpp | 44 arc4random_buf(buf, n); in __libc_safe_arc4random_buf()
|
/aosp12/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
H A D | hcreate_r.c | 58 arc4random_buf(&hsearch->offset_basis, sizeof(hsearch->offset_basis)); in hcreate_r()
|
/aosp12/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
H A D | mktemp.c | 85 arc4random_buf(rbuf, sizeof(rbuf)); in mktemp_internal()
|
/aosp12/system/extras/tests/tcp_nuke_addr/ |
H A D | tcp_nuke_addr_test.cpp | 55 arc4random_buf( in bindRandomAddr()
|
/aosp12/bionic/libc/upstream-openbsd/lib/libc/net/ |
H A D | res_random.c | 220 arc4random_buf(ru_prf, sizeof(*ru_prf)); in res_initid()
|
/aosp12/system/netd/tests/ |
H A D | tun_interface.cpp | 53 arc4random_buf(&mSrcAddr, sizeof(mSrcAddr)); in init()
|
/aosp12/bionic/libc/include/ |
H A D | stdlib.h | 102 void arc4random_buf(void* __buf, size_t __n);
|
/aosp12/packages/modules/DnsResolver/ |
H A D | DnsTlsTransport.cpp | 58 arc4random_buf(rnd, std::size(rnd)); in makeDnsQuery()
|
/aosp12/frameworks/native/cmds/installd/ |
H A D | otapreopt.cpp | 558 arc4random_buf(&random_data, sizeof(random_data)); in GetSeed()
|
/aosp12/packages/modules/Connectivity/tests/cts/net/jni/ |
H A D | NativeMultinetworkJni.cpp | 470 arc4random_buf(quic_packet + 6, 8); // random connection ID in Java_android_net_cts_MultinetworkApiTest_runDatagramCheck()
|
/aosp12/system/netd/server/ |
H A D | ClatdController.cpp | 149 arc4random_buf(&v6->s6_addr[8], 8); in makeChecksumNeutral()
|
/aosp12/bionic/linker/ |
H A D | linker_soinfo.cpp | 882 arc4random_buf(&handle_, sizeof(handle_)); in generate_handle()
|
/aosp12/art/libartbase/base/ |
H A D | mem_map.cc | 139 arc4random_buf(&random_data, sizeof(random_data)); in GenerateNextMemPos()
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 233 arc4random_buf;
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 233 arc4random_buf;
|