Home
last modified time | relevance | path

Searched defs:seed (Results 1 – 25 of 72) sorted by relevance

123

/openbsd/src/gnu/usr.bin/perl/
Dhv_func.h55 # 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/
Drand.c38 rand_r(u_int *seed) in rand_r()
64 srand(u_int seed) in srand()
70 srand_deterministic(u_int seed) in srand_deterministic()
Dsrand48.c20 srand48(long seed) in srand48()
27 srand48_deterministic(long seed) in srand48_deterministic()
/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DHashing.h197 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/
Dmbutil.c76 _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/
Dfileops.c39 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/
Dskeyinit.c49 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/
Dsanitizer_hash.h20 static const u32 seed = 0x9747b28c; variable
44 static const u64 seed = 0x9747b28c9747b28cull; variable
/openbsd/src/usr.sbin/tokeninit/
Dtokeninit.c65 char seed[80]; in main() local
190 parse_secret(int hexformat, char *seed, unsigned char *secret) in parse_secret()
/openbsd/src/usr.bin/rsync/
Dhash.c71 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/
Drsa_oaep.c101 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/
Dec_curve.c87 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/
Dthrow_allocator.h276 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/
D931013-1.c6 int seed; in f() local
D981107-1.c1 unsigned long seed(void) in seed() function
/openbsd/src/gnu/llvm/libcxx/benchmarks/
Drandom.bench.cpp26 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/
Drandom.tcc102 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/
DFuzzerRandom.h19 Random(unsigned int seed) : std::minstd_rand(seed) {} in Random()
/openbsd/src/usr.bin/skey/
Dskey.c43 char buf[33], *seed, *slash, *algo; in main() local
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
Dcall-ar-st.c329 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/
Drand.h76 void (*seed)(const void *buf, int num); member
/openbsd/src/gnu/llvm/compiler-rt/lib/asan/tests/
Dasan_noinst_test.cpp49 u32 seed = my_rand(); in MallocStress() local
159 u32 seed = my_rand(); in ThreadedQuarantineTestWorker() local
/openbsd/src/regress/lib/libcrypto/dsa/
Ddsatest.c77 static unsigned char seed[20] = { variable
/openbsd/src/regress/lib/libskey/
Dskeytest.c45 char *passphrase, *seed; member
/openbsd/src/lib/libskey/
Dskey.h26 char *seed; member

123