HomeSort by relevance Sort by last modified time
    Searched refs:arc4random_buf (Results 1 - 19 of 19) sorted by null

  /external/libevent/
evutil_rand.c 75 arc4random_buf(buf, n);
81 /* OSX 10.7 introducd arc4random_buf, so if you build your program
89 (void (*)(void*,size_t))arc4random_buf;
91 arc4random_buf(buf, n);
184 arc4random_buf(buf, n);
arc4random.c 498 arc4random_buf(void *buf_, size_t n) function
configure     [all...]
  /bionic/libc/bionic/
bionic_arc4random.cpp 41 // Only call arc4random_buf once we have `/dev/urandom` because getentropy(3)
46 arc4random_buf(buf, n);
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
hcreate_r.c 58 arc4random_buf(&hsearch->offset_basis, sizeof(hsearch->offset_basis));
  /bionic/libc/upstream-openbsd/lib/libc/crypt/
arc4random.c 192 arc4random_buf(void *buf, size_t n) function
198 DEF_WEAK(arc4random_buf); variable
  /system/netd/tests/
tun_interface.cpp 47 arc4random_buf(&mSrcAddr, sizeof(mSrcAddr));
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
mktemp.c 85 arc4random_buf(rbuf, sizeof(rbuf));
  /bionic/libc/upstream-openbsd/lib/libc/net/
res_random.c 220 arc4random_buf(ru_prf, sizeof(*ru_prf));
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
stdlib.h 245 void arc4random_buf(void *, size_t);
  /system/extras/tests/tcp_nuke_addr/
tcp_nuke_addr_test.cpp 55 arc4random_buf(
  /system/netd/server/dns/
DnsTlsTransport.cpp 163 arc4random_buf(rnd, ARRAY_SIZE(rnd));
  /bionic/libc/include/
stdlib.h 102 void arc4random_buf(void* __buf, size_t __n);
  /cts/tests/tests/net/jni/
NativeMultinetworkJni.c 191 arc4random_buf(quic_packet + 1, 8); // random connection ID
  /external/android-clat/
config.c 201 arc4random_buf(&myaddr->s6_addr[8], 8);
  /bionic/linker/
linker_soinfo.cpp 760 arc4random_buf(&handle_, sizeof(handle_));
  /frameworks/native/cmds/installd/
otapreopt.cpp 716 arc4random_buf(&random_data, sizeof(random_data));
    [all...]
  /art/runtime/
mem_map.cc 135 arc4random_buf(&random_data, sizeof(random_data));
    [all...]
  /external/expat/lib/
xmlparse.c 99 * BSD / macOS >=10.7 (arc4random_buf): HAVE_ARC4RANDOM_BUF, \
101 * libbsd (arc4random_buf): HAVE_ARC4RANDOM_BUF + HAVE_LIBBSD, \
850 arc4random_buf(&entropy, sizeof(entropy));
851 return ENTROPY_DEBUG("arc4random_buf", entropy);
    [all...]

Completed in 333 milliseconds