Home
last modified time | relevance | path

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

1234

/openbsd/gnu/usr.bin/perl/
H A 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/lib/libc/stdlib/
H A 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()
H A Dsrand48.c20 srand48(long seed) in srand48()
27 srand48_deterministic(long seed) in srand48_deterministic()
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A 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/regress/sys/netinet/tcpthread/
H A Dtcpthread.c88 random_socket(unsigned int *seed) in random_socket()
136 unsigned int seed; in connect_routine() local
244 unsigned int seed; in send_routine() local
281 unsigned int seed; in recv_routine() local
320 unsigned int seed; in close_routine() local
351 unsigned int seed; in splice_routine() local
442 unsigned int seed; in unsplice_routine() local
475 unsigned int seed, n; in drop_routine() local
513 unsigned int seed; in main() local
/openbsd/gnu/lib/libreadline/
H A 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/gnu/llvm/libcxx/include/__random/
H A Ddiscard_block_engine.h80 void seed() {__e_.seed(); __n_ = 0;} in seed() function
82 void seed(result_type __sd) {__e_.seed(__sd); __n_ = 0;} in seed() function
90 seed(_Sseq& __q) {__e_.seed(__q); __n_ = 0;} in seed() function
H A Dindependent_bits_engine.h111 void seed() {__e_.seed();} in seed() function
113 void seed(result_type __sd) {__e_.seed(__sd);} in seed() function
121 seed(_Sseq& __q) {__e_.seed(__q);} in seed() function
H A Dsubtract_with_carry_engine.h120 seed(_Sseq& __q) in seed() function
181 subtract_with_carry_engine<_UIntType, __w, __s, __r>::seed(result_type __sd, in seed() function
194 subtract_with_carry_engine<_UIntType, __w, __s, __r>::seed(result_type __sd, in seed() function
H A Dmersenne_twister_engine.h152 seed(_Sseq& __q) in seed() function
336 __t, __c, __l, __f>::seed(result_type __sd) in seed() function
/openbsd/regress/sys/fileops/
H A 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/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_hash.h20 static const u32 seed = 0x9747b28c; variable
44 static const u64 seed = 0x9747b28c9747b28cull; variable
/openbsd/usr.bin/skeyinit/
H A 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/usr.sbin/tokeninit/
H A Dtokeninit.c65 char seed[80]; in main() local
190 parse_secret(int hexformat, char *seed, unsigned char *secret) in parse_secret()
/openbsd/usr.bin/rsync/
H A 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/lib/libcrypto/kdf/
H A Dtls1_prf.c76 unsigned char seed[TLS1_PRF_MAXBUF]; member
181 const unsigned char *seed, size_t seed_len, unsigned char *out, size_t out_len) in tls1_prf_P_hash()
256 const unsigned char *seed, size_t seed_len, unsigned char *out, size_t out_len) in tls1_prf_alg()
/openbsd/lib/libcrypto/rsa/
H A 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/lib/libcrypto/ec/
H A 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/gnu/gcc/libstdc++-v3/include/ext/
H A 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/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D931013-1.c6 int seed; in f() local
H A D981107-1.c1 unsigned long seed(void) in seed() function
/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/lib/Test2/Plugin/
H A DSRand.pm20 sub seed { $SEED } subroutine
/openbsd/gnu/llvm/libcxx/benchmarks/
H A Drandom.bench.cpp26 std::seed_seq seed(std::begin(seeds), std::begin(seeds) + state.range(0)); in BM_SeedSeq_Generate() local
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerRandom.h19 Random(unsigned int seed) : std::minstd_rand(seed) {} in Random()
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/
H A 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

1234