Searched refs:arc4random_buf (Results 1 - 25 of 46) sorted by relevance

12

/netbsd-current/crypto/external/bsd/openssh/dist/
H A Drandom.h34 void arc4random_buf(void *, size_t);
H A Dcrypto_api.h24 #define randombytes(buf, buf_len) arc4random_buf((buf), (buf_len))
H A Dkexc25519.c54 arc4random_buf(key, CURVE25519_SIZE);
/netbsd-current/external/bsd/libuuid_ul/lib/libuuid_ul/
H A Drandutils.h39 arc4random_buf(buf, nbytes);
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dntp_crypto_rnd.c32 arc4random_buf(void *buf, size_t nbytes);
38 arc4random_buf(void *buf, size_t nbytes) function
113 arc4random_buf(buf, nbytes);
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Devutil_rand.c77 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);
186 arc4random_buf(buf, n);
H A Darc4random.c500 arc4random_buf(void *buf_, size_t n) function
/netbsd-current/external/bsd/libevent/dist/
H A Devutil_rand.c81 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);
H A Darc4random.c489 arc4random_buf(void *buf_, size_t n) function
/netbsd-current/lib/librumpuser/
H A Drumpuser_random.c88 arc4random_buf(buf, buflen);
/netbsd-current/usr.sbin/wg-keygen/
H A Dwg-keygen.c103 arc4random_buf(key, KEY_LEN);
110 arc4random_buf(key, KEY_LEN);
/netbsd-current/external/bsd/libfido2/dist/src/
H A Drandom.c47 arc4random_buf(buf, len);
/netbsd-current/sbin/cgdconfig/
H A Dargon2_utils.c98 arc4random_buf(tmp_pwd, sizeof(tmp_pwd));
99 arc4random_buf(salt, saltlen);
/netbsd-current/lib/libc/gen/
H A Darc4random.c77 __weak_alias(arc4random_buf,_arc4random_buf)
601 arc4random_buf(void *buf, size_t len) function
701 arc4random_buf(buf, 8);
714 arc4random_buf(buf, sizeof buf);
727 arc4random_buf(buf, n - a);
732 arc4random_buf(buf + a, n - a);
738 arc4random_buf(buf + a, n - a - a);
H A DMakefile.inc91 MLINKS+=arc4random.3 arc4random_addrandom.3 arc4random.3 arc4random_buf.3 \
/netbsd-current/lib/libcrypt/
H A Dcrypt-argon2.c205 arc4random_buf(tmp_pwd, sizeof(tmp_pwd));
206 arc4random_buf(tmp_salt, sizeof(tmp_salt));
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/randombytes/sysrandom/
H A Drandombytes_sysrandom.c82 arc4random_buf(buf, size);
/netbsd-current/include/
H A Dstdlib.h280 void arc4random_buf(void *, size_t);
/netbsd-current/tests/lib/libc/sys/
H A Dt_clock_gettime.c214 arc4random_buf(buf, sizeof(buf));
/netbsd-current/external/bsd/unbound/dist/compat/
H A Darc4random.c307 arc4random_buf(void *buf, size_t n) function
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_random.c81 * This simply calls arc4random_buf function if the platform provides it.
124 arc4random_buf(buf, nbytes);
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/randombytes/salsa20/
H A Drandombytes_salsa20_random.c348 arc4random_buf(m0, sizeof m0);
/netbsd-current/external/bsd/unbound/include/
H A Dconfig.h1395 void arc4random_buf(void* buf, size_t n);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_mac.cc1122 arc4random_buf(buffer, length);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_mac.cc1085 arc4random_buf(buffer, length);

Completed in 237 milliseconds

12