| /openbsd/src/gnu/usr.bin/perl/ |
| D | hv_func.h | 55 # define PVT__PERL_HASH_SEED_STATE(seed,state) S_perl_siphash_seed_state(seed,state) argument 64 # define PVT__PERL_HASH_SEED_STATE(seed,state) S_perl_siphash_seed_state(seed,state) argument 73 # define PVT__PERL_HASH_SEED_STATE(seed,state) zaphod32_seed_state(seed,state) argument 104 # define PVT_PERL_HASH_SEED_STATE(seed,state) PVT__PERL_HASH_SEED_STATE(seed,state) argument 115 #define PVT_PERL_HASH_SEED_STATE(seed,state) STMT_START { \ argument 127 #define PERL_HASH_WITH_SEED(seed,hash,str,len) \ argument 132 #define PERL_HASH_SEED_STATE(seed,state) PVT_PERL_HASH_SEED_STATE(seed,state) argument 179 S_perl_hash_with_seed(const U8 * seed, const U8 *str, STRLEN len) { in S_perl_hash_with_seed()
|
| /openbsd/src/lib/libc/stdlib/ |
| D | rand.c | 38 rand_r(u_int *seed) in rand_r() 64 srand(u_int seed) in srand() 70 srand_deterministic(u_int seed) in srand_deterministic()
|
| D | srand48.c | 20 srand48(long seed) in srand48() 27 srand48_deterministic(long seed) in srand48_deterministic()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/ADT/ |
| D | Hashing.h | 197 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) { in hash_1to3_bytes() 206 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) { in hash_4to8_bytes() 211 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) { in hash_9to16_bytes() 217 inline uint64_t hash_17to32_bytes(const char *s, size_t len, uint64_t seed) { in hash_17to32_bytes() 226 inline uint64_t hash_33to64_bytes(const char *s, size_t len, uint64_t seed) { in hash_33to64_bytes() 249 inline uint64_t hash_short(const char *s, size_t length, uint64_t seed) { in hash_short() 336 static uint64_t seed = fixed_seed_override ? fixed_seed_override : seed_prime; in get_execution_seed() local
|
| /openbsd/src/gnu/lib/libreadline/ |
| D | mbutil.c | 76 _rl_find_next_mbchar_internal (string, seed, count, find_non_zero) in _rl_find_next_mbchar_internal() argument 142 _rl_find_prev_mbchar_internal (string, seed, find_non_zero) in _rl_find_prev_mbchar_internal() argument 297 _rl_is_mbchar_matched (string, seed, end, mbchar, length) in _rl_is_mbchar_matched() argument 320 _rl_find_next_mbchar (string, seed, count, flags) in _rl_find_next_mbchar() argument 336 _rl_find_prev_mbchar (string, seed, flags) in _rl_find_prev_mbchar() argument
|
| /openbsd/src/regress/sys/fileops/ |
| D | fileops.c | 39 gen_data(void *buf, size_t size, uint32_t seed) in gen_data() 50 check_data(const void *buf, size_t size, uint32_t seed) in check_data() 166 uint32_t seed = curpos; in check_read() local 185 uint32_t seed = curpos; in check_mmap() local
|
| /openbsd/src/usr.bin/skeyinit/ |
| D | skeyinit.c | 49 char seed[SKEY_MAX_SEED_LEN + 1]; in main() local 322 secure_mode(int *count, char *key, char *seed, size_t seedlen, in secure_mode() 408 normal_mode(char *username, int n, char *key, char *seed) in normal_mode()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_hash.h | 20 static const u32 seed = 0x9747b28c; variable 44 static const u64 seed = 0x9747b28c9747b28cull; variable
|
| /openbsd/src/usr.sbin/tokeninit/ |
| D | tokeninit.c | 65 char seed[80]; in main() local 190 parse_secret(int hexformat, char *seed, unsigned char *secret) in parse_secret()
|
| /openbsd/src/usr.bin/rsync/ |
| D | hash.c | 71 int32_t seed = htole32(sess->seed); in hash_slow() local 87 int32_t seed = htole32(sess->seed); in hash_file_start() local
|
| /openbsd/src/lib/libcrypto/rsa/ |
| D | rsa_oaep.c | 101 unsigned char *db, *seed; in RSA_padding_add_PKCS1_OAEP_mgf1() local 180 unsigned char seed[EVP_MAX_MD_SIZE], phash[EVP_MAX_MD_SIZE]; in RSA_padding_check_PKCS1_OAEP_mgf1() local 324 PKCS1_MGF1(unsigned char *mask, long len, const unsigned char *seed, in PKCS1_MGF1()
|
| /openbsd/src/lib/libcrypto/ec/ |
| D | ec_curve.c | 87 uint8_t seed[20]; member 132 uint8_t seed[20]; member 189 uint8_t seed[20]; member 258 uint8_t seed[20]; member 303 uint8_t seed[20]; member 348 uint8_t seed[20]; member 393 uint8_t seed[20]; member 1077 const uint8_t *seed; member 1585 uint8_t *seed; in ec_curve_from_group() local
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/ext/ |
| D | throw_allocator.h | 276 twister_rand_gen(unsigned int seed) : _M_generator(seed) { } in twister_rand_gen() 280 init(unsigned int seed) in init() 313 throw_allocator_base::init(unsigned long seed) in init()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
| D | 931013-1.c | 6 int seed; in f() local
|
| D | 981107-1.c | 1 unsigned long seed(void) in seed() function
|
| /openbsd/src/gnu/llvm/libcxx/benchmarks/ |
| D | random.bench.cpp | 26 std::seed_seq seed(std::begin(seeds), std::begin(seeds) + state.range(0)); in BM_SeedSeq_Generate() local
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/ |
| D | random.tcc | 102 seed(unsigned long __x0) in seed() function in std::linear_congruential 118 seed(_Gen& __g, false_type) in seed() function in std::linear_congruential 186 seed(unsigned long __value) in seed() function in std::mersenne_twister 210 seed(_Gen& __gen, false_type) in seed() function in std::mersenne_twister 320 seed(unsigned long __value) in seed() function in std::subtract_with_carry 339 seed(_Gen& __gen, false_type) in seed() function in std::subtract_with_carry 453 seed(unsigned long __value) in seed() function in std::subtract_with_carry_01 470 seed(_Gen& __gen, false_type) in seed() function in std::subtract_with_carry_01
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/fuzzer/ |
| D | FuzzerRandom.h | 19 Random(unsigned int seed) : std::minstd_rand(seed) {} in Random()
|
| /openbsd/src/usr.bin/skey/ |
| D | skey.c | 43 char buf[33], *seed, *slash, *algo; in main() local
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
| D | call-ar-st.c | 329 void compute_with_small_structs (int seed) in compute_with_small_structs() 560 void init_struct_rep(struct small_rep_info_t *small_struct, int seed) in init_struct_rep() 854 int seed, in sum_struct_print() 1088 int seed, in sum_array_print() 1127 int seed) in init_array_rep()
|
| /openbsd/src/lib/libcrypto/rand/ |
| D | rand.h | 76 void (*seed)(const void *buf, int num); member
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/asan/tests/ |
| D | asan_noinst_test.cpp | 49 u32 seed = my_rand(); in MallocStress() local 159 u32 seed = my_rand(); in ThreadedQuarantineTestWorker() local
|
| /openbsd/src/regress/lib/libcrypto/dsa/ |
| D | dsatest.c | 77 static unsigned char seed[20] = { variable
|
| /openbsd/src/regress/lib/libskey/ |
| D | skeytest.c | 45 char *passphrase, *seed; member
|
| /openbsd/src/lib/libskey/ |
| D | skey.h | 26 char *seed; member
|