/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/usr.sbin/wg-keygen/ |
wg-keygen.c | 103 arc4random_buf(key, KEY_LEN); 110 arc4random_buf(key, KEY_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 in typeref:typename:void 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/sys/external/isc/libsodium/dist/src/libsodium/randombytes/sysrandom/ |
randombytes_sysrandom.c | 82 arc4random_buf(buf, size);
|
/src/include/ |
stdlib.h | 277 void arc4random_buf(void *, size_t);
|
/src/tests/lib/libc/sys/ |
t_clock_gettime.c | 216 arc4random_buf(buf, sizeof(buf));
|
/src/sys/external/isc/libsodium/dist/src/libsodium/randombytes/salsa20/ |
randombytes_salsa20_random.c | 348 arc4random_buf(m0, sizeof m0);
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_mac.cc | 1122 arc4random_buf(buffer, length);
|
sanitizer_common_interceptors.inc | 9096 INTERCEPTOR(void, arc4random_buf, void *buf, SIZE_T len) { 9098 COMMON_INTERCEPTOR_ENTER(ctx, arc4random_buf, buf, len); 9099 REAL(arc4random_buf)(buf, len); 9113 COMMON_INTERCEPT_FUNCTION(arc4random_buf); \
|
/src/lib/libc/include/ |
namespace.h | 209 #define arc4random_buf _arc4random_buf macro
|
/src/sys/external/isc/libsodium/dist/ |
configure.ac | 774 AC_CHECK_FUNCS([arc4random arc4random_buf])
|