| /src/lib/libc/stdlib/ |
| H A D | rand_r.c | 46 rand_r(unsigned int *seed) argument
|
| H A D | rand.c | 54 srand(u_int seed) argument
|
| /src/lib/libc/compat/stdlib/ |
| H A D | compat_random.c | 64 srandom(unsigned long seed) { argument
|
| /src/sys/external/isc/libsodium/dist/test/default/ |
| H A D | box_seed.c | 5 static unsigned char seed[32] = { 0x77, 0x07, 0x6d, 0x0a, 0x73, 0x18, 0xa5, variable in typeref:typename:unsigned char[32]
|
| H A D | kx.c | 14 unsigned char *seed; local in function:tv_kx
|
| H A D | randombytes.c | 32 static const unsigned char seed[randombytes_SEEDBYTES] = { local in function:randombytes_tests
|
| /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
| H A D | FuzzerRandom.h | 20 Random(unsigned int seed) : std::mt19937(seed) {} argument
|
| /src/sys/external/isc/libsodium/dist/test/quirks/ |
| H A D | quirks.h | 41 srandom(unsigned seed) argument
|
| /src/sys/kern/ |
| H A D | sys_getrandom.c | 61 uint8_t seed[NIST_HASH_DRBG_SEEDLEN_BYTES] = {0}; local in function:dogetrandom [all...] |
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_sign/ed25519/ref10/ |
| H A D | keypair.c | 39 unsigned char seed[32]; local in function:crypto_sign_ed25519_keypair 13 crypto_sign_ed25519_seed_keypair(unsigned char * pk,unsigned char * sk,const unsigned char * seed) argument [all...] |
| /src/games/ching/castching/ |
| H A D | castching.c | 65 static unsigned seed; /* seed for random number generator */ variable in typeref:typename:unsigned
|
| /src/usr.bin/nbperf/ |
| H A D | nbperf.h | 55 uint32_t seed[1]; member in struct:nbperf
|
| /src/usr.bin/skey/ |
| H A D | skey.c | 45 char buf[33], *seed, *slash, *t; local in function:main [all...] |
| /src/tests/lib/libskey/ |
| H A D | t_algorithms.c | 44 h_check(const char *pass, const char *seed, argument
|
| /src/tests/fs/vfs/ |
| H A D | t_vfsops.c | 165 unsigned long seed; local in function:tfhinval
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_kx/ |
| H A D | crypto_kx.c | 13 crypto_kx_seed_keypair(unsigned char pk[crypto_kx_PUBLICKEYBYTES],unsigned char sk[crypto_kx_SECRETKEYBYTES],const unsigned char seed[crypto_kx_SEEDBYTES]) argument
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_sign/ed25519/ |
| H A D | sign_ed25519.c | 45 crypto_sign_ed25519_sk_to_seed(unsigned char *seed, const unsigned char *sk) argument
|
| /src/lib/libskey/ |
| H A D | skey.h | 26 char *seed; member in struct:skey
|
| /src/tests/lib/libc/sys/ |
| H A D | t_aio_cancel.c | 64 fill_pattern(uint8_t *buf, size_t len, uint8_t seed) argument
|
| /src/tests/fs/lfs/ |
| H A D | util.c | 60 int write_file(const char *filename, off_t len, int close, unsigned int seed) argument 98 int check_file(const char *filename, int size, unsigned int seed) argument
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/ |
| H A D | crypto_box.c | 65 crypto_box_seed_keypair(unsigned char * pk,unsigned char * sk,const unsigned char * seed) argument
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/curve25519xchacha20poly1305/ |
| H A D | box_curve25519xchacha20poly1305.c | 18 crypto_box_curve25519xchacha20poly1305_seed_keypair(unsigned char * pk,unsigned char * sk,const unsigned char * seed) argument
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ |
| H A D | box_curve25519xsalsa20poly1305.c | 12 crypto_box_curve25519xsalsa20poly1305_seed_keypair(unsigned char * pk,unsigned char * sk,const unsigned char * seed) argument
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_sign/ |
| H A D | crypto_sign.c | 47 crypto_sign_seed_keypair(unsigned char * pk,unsigned char * sk,const unsigned char * seed) argument
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/randombytes/ |
| H A D | randombytes.c | 168 randombytes_buf_deterministic(void * const buf,const size_t size,const unsigned char seed[randombytes_SEEDBYTES]) argument
|