HomeSort by: relevance | last modified time | path
    Searched refs:arc4random_buf (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/crypto/external/bsd/openssh/dist/
random.h 34 void arc4random_buf(void *, size_t);
crypto_api.h 24 #define randombytes(buf, buf_len) arc4random_buf((buf), (buf_len))
kexmlkem768x25519.c 62 arc4random_buf(rnd, sizeof(rnd));
140 arc4random_buf(rnd, sizeof(rnd));
kexc25519.c 54 arc4random_buf(key, CURVE25519_SIZE);
  /src/external/bsd/libuuid_ul/lib/libuuid_ul/
randutils.h 39 arc4random_buf(buf, nbytes);
  /src/external/bsd/libevent/dist/
evutil_rand.c 81 arc4random_buf(buf, n);
87 /* OSX 10.7 introducd arc4random_buf, so if you build your program
95 (void (*)(void*,size_t))arc4random_buf;
97 arc4random_buf(buf, n);
189 arc4random_buf(buf, n);
arc4random.c 489 arc4random_buf(void *buf_, size_t n) function
  /src/external/bsd/ntp/dist/sntp/libevent/
evutil_rand.c 77 arc4random_buf(buf, n);
83 /* OSX 10.7 introducd arc4random_buf, so if you build your program
91 (void (*)(void*,size_t))arc4random_buf;
93 arc4random_buf(buf, n);
184 arc4random_buf(buf, n);
arc4random.c 490 arc4random_buf(void *buf_, size_t n) function
  /src/external/mpl/bind/dist/lib/isc/include/isc/
random.h 34 #define isc_random_buf(buf, buflen) arc4random_buf(buf, buflen)
  /src/tests/lib/libc/gen/
t_arc4random.c 102 * Same as arc4random_buf, but force use of the global state.
124 arc4random_buf(buf, len);
172 arc4random_buf(buf, sizeof(buf));
242 arc4random_buf(buf, sizeof(buf));
267 arc4random_buf(buf, sizeof(buf));
320 arc4random_buf(buf, sizeof(buf));
368 arc4random_buf(buf, sizeof(buf));
413 arc4random_buf(buf, sizeof(buf));
446 arc4random_buf(buf, sizeof(buf));
484 arc4random_buf(buf, sizeof(buf))
    [all...]
  /src/lib/librumpuser/
rumpuser_random.c 88 arc4random_buf(buf, buflen);
configure.ac 31 arc4random_buf getsubopt fsync_range __quotactl utimensat \
  /src/external/bsd/ntp/dist/libntp/
ntp_crypto_rnd.c 71 * arc4random_buf has no error return and needs no seeding nor reseeding.
112 arc4random_buf(buf, nbytes);
  /src/usr.sbin/wg-keygen/
wg-keygen.c 103 arc4random_buf(key, KEY_LEN);
110 arc4random_buf(key, KEY_LEN);
  /src/external/bsd/libfido2/dist/src/
random.c 54 arc4random_buf(buf, len);
  /src/sbin/cgdconfig/
argon2_utils.c 98 arc4random_buf(tmp_pwd, sizeof(tmp_pwd));
99 arc4random_buf(salt, saltlen);
  /src/lib/libc/gen/
arc4random.c 79 __weak_alias(arc4random_buf,_arc4random_buf)
758 arc4random_buf(void *buf, size_t len) function
858 arc4random_buf(buf, 8);
871 arc4random_buf(buf, sizeof buf);
884 arc4random_buf(buf, n - a);
889 arc4random_buf(buf + a, n - a);
895 arc4random_buf(buf + a, n - a - a);
  /src/lib/libcrypt/
crypt-argon2.c 210 arc4random_buf(tmp_pwd, sizeof(tmp_pwd));
211 arc4random_buf(tmp_salt, sizeof(tmp_salt));
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
sign-macos.c 70 arc4random_buf(&ret, sizeof(ret));
77 arc4random_buf(dest, num);
  /src/include/
stdlib.h 277 void arc4random_buf(void *, size_t);
  /src/sys/external/isc/libsodium/dist/src/libsodium/randombytes/sysrandom/
randombytes_sysrandom.c 82 arc4random_buf(buf, size);
  /src/tests/lib/libc/sys/
t_clock_gettime.c 216 arc4random_buf(buf, sizeof(buf));
  /src/external/bsd/libarchive/dist/libarchive/
archive_random.c 81 * This simply calls arc4random_buf function if the platform provides it.
124 arc4random_buf(buf, nbytes);
  /src/external/bsd/unbound/dist/compat/
arc4random.c 307 arc4random_buf(void *buf, size_t n) function

Completed in 34 milliseconds

1 2