/freebsd/contrib/libder/tests/ |
H A D | make_corpus.c | 43 static const struct seed { struct 44 const char *seed_name; argument 45 size_t seed_seqsz; argument 46 const uint8_t *seed_seq; argument 63 write_one(const struct fuzz_params *params, const struct seed *seed, int dirfd, in write_one() 95 const struct seed *seed; in main() local
|
/freebsd/tools/tools/netmap/ |
H A D | pkt_hash.c | 148 decode_ip_n_hash(const struct ip *iph, uint8_t hash_split, uint8_t seed) in decode_ip_n_hash() 210 decode_ipv6_n_hash(const struct ip6_hdr *ipv6h, uint8_t hash_split, uint8_t seed) in decode_ipv6_n_hash() 285 decode_others_n_hash(const struct ether_header *ethh, uint8_t seed) in decode_others_n_hash() 310 decode_vlan_n_hash(const struct ether_header *ethh, uint8_t hash_split, uint8_t seed) in decode_vlan_n_hash() 338 pkt_hdr_hash(const unsigned char *buffer, uint8_t hash_split, uint8_t seed) in pkt_hdr_hash() 370 decode_gre_hash(const uint8_t *grehdr, uint8_t hash_split, uint8_t seed) in decode_gre_hash()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | Hashing.h | 181 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) { in hash_1to3_bytes() 190 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) { in hash_4to8_bytes() 195 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) { in hash_9to16_bytes() 201 inline uint64_t hash_17to32_bytes(const char *s, size_t len, uint64_t seed) { in hash_17to32_bytes() 211 inline uint64_t hash_33to64_bytes(const char *s, size_t len, uint64_t seed) { in hash_33to64_bytes() 234 inline uint64_t hash_short(const char *s, size_t length, uint64_t seed) { in hash_short()
|
/freebsd/contrib/llvm-project/libcxx/include/__random/ |
H A D | discard_block_engine.h | 72 _LIBCPP_HIDE_FROM_ABI void seed() { in seed() function 76 _LIBCPP_HIDE_FROM_ABI void seed(result_type __sd) { in seed() function 81 _LIBCPP_HIDE_FROM_ABI void seed(_Sseq& __q) { in seed() function
|
H A D | independent_bits_engine.h | 114 void seed() {__e_.seed();} seed() function 116 void seed(result_type __sd) {__e_.seed(__sd);} seed() function 124 seed(_Sseq& __q) {__e_.seed(__q);} seed() function
|
H A D | subtract_with_carry_engine.h | 119 seed(_Sseq& __q) seed() function 180 subtract_with_carry_engine<_UIntType, __w, __s, __r>::seed(result_type __sd, seed() function 193 subtract_with_carry_engine<_UIntType, __w, __s, __r>::seed(result_type __sd, seed() function [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | xxhash.cpp | 226 const uint8_t *secret, uint64_t seed) { in XXH3_len_1to3_64b() 239 const uint8_t *secret, uint64_t seed) { in XXH3_len_4to8_64b() 256 const uint8_t *secret, uint64_t const seed) { in XXH3_len_9to16_64b() 270 const uint8_t *secret, uint64_t const seed) { in XXH3_len_0to16_64b() 282 uint64_t seed) { in XXH3_mix16B() 296 uint64_t const seed) { in XXH3_len_17to128_64b() 321 const uint8_t *secret, uint64_t seed) { in XXH3_len_129to240_64b() 751 uint64_t seed) { in XXH3_len_1to3_128b() 778 uint64_t seed) { in XXH3_len_4to8_128b() 803 uint64_t seed) { in XXH3_len_9to16_128b() [all …]
|
/freebsd/tools/regression/netinet/tcpstream/ |
H A D | tcpstream.c | 82 tcpstream_client(struct sockaddr_in sin, long seed) in tcpstream_client() 116 tcpstream_server(struct sockaddr_in sin, long seed) in tcpstream_server() 181 long port, seed; in main() local
|
/freebsd/contrib/libucl/src/ |
H A D | mum.h | 293 _mum_hash_avx2 (const void * key, size_t len, uint64_t seed) { in _mum_hash_avx2() 324 _mum_hash_default (const void *key, size_t len, uint64_t seed) { in _mum_hash_default() 359 mum_hash_randomize (uint64_t seed) { in mum_hash_randomize() 376 mum_hash_init (uint64_t seed) { in mum_hash_init() 396 mum_hash64 (uint64_t key, uint64_t seed) { in mum_hash64() 403 mum_hash (const void *key, size_t len, uint64_t seed) { in mum_hash()
|
/freebsd/contrib/libarchive/test_utils/ |
H A D | test_utils.c | 56 fill_with_pseudorandom_data_seed(uint64_t seed, void *buffer, size_t size) in fill_with_pseudorandom_data_seed() 93 uint64_t seed; in fill_with_pseudorandom_data() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_hash.h | 20 static const u32 seed = 0x9747b28c; variable 44 static const u64 seed = 0x9747b28c9747b28cull; variable
|
/freebsd/sys/libkern/ |
H A D | murmur3_32.c | 43 murmur3_32_hash(const void *data, size_t len, uint32_t seed) in murmur3_32_hash() 104 murmur3_32_hash32(const uint32_t *data, size_t count, uint32_t seed) in murmur3_32_hash32()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ |
H A D | keypair.c | 14 const unsigned char *seed) in crypto_sign_ed25519_seed_keypair() 39 unsigned char seed[32]; in crypto_sign_ed25519_keypair() local
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | hash.h | 73 hash_x86_32(const void *key, int len, uint32_t seed) { in hash_x86_32() 123 hash_x86_128(const void *key, const int len, uint32_t seed, in hash_x86_128() 225 hash_x64_128(const void *key, const int len, const uint32_t seed, in hash_x64_128() 304 hash(const void *key, size_t len, const uint32_t seed, size_t r_hash[2]) { in hash()
|
/freebsd/contrib/bearssl/src/rand/ |
H A D | aesctr_drbg.c | 31 const void *seed, size_t len) in br_aesctr_drbg_init() 96 br_aesctr_drbg_update(br_aesctr_drbg_context *ctx, const void *seed, size_t len) in br_aesctr_drbg_update()
|
H A D | hmac_drbg.c | 30 const br_hash_class *digest_class, const void *seed, size_t len) in br_hmac_drbg_init() 92 br_hmac_drbg_update(br_hmac_drbg_context *ctx, const void *seed, size_t len) in br_hmac_drbg_update()
|
/freebsd/lib/libc/stdlib/ |
H A D | rand.c | 83 srand(unsigned seed) in srand() 145 __srand_fbsd12(unsigned seed) in __srand_fbsd12()
|
/freebsd/contrib/wpa/src/eap_common/ |
H A D | eap_gpsk_common.c | 111 const u8 *seed, size_t seed_len, in eap_gpsk_derive_keys_helper() 190 const u8 *seed, size_t seed_len, in eap_gpsk_derive_keys_aes() 226 const u8 *seed, size_t seed_len, in eap_gpsk_derive_keys_sha256() 287 u8 *seed, *pos; in eap_gpsk_derive_keys() local 345 const u8 *psk, const u8 *seed, in eap_gpsk_derive_mid_helper() 424 u8 *seed, *pos; in eap_gpsk_derive_session_id() local
|
/freebsd/sys/contrib/ck/src/ |
H A D | ck_ht_hash.h | 119 uint32_t seed, uint32_t * out ) in MurmurHash3_x86_32() 175 static inline uint64_t MurmurHash64A ( const void * key, int len, uint64_t seed ) in MurmurHash64A() 234 static inline uint64_t MurmurHash64B ( const void * key, int len, uint64_t seed ) in MurmurHash64B()
|
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | xxhash.h | 1087 XXH64_hash_t seed; member 2059 XXH32_endian_align(const xxh_u8* input, size_t len, xxh_u32 seed, XXH_alignment align) in XXH32_endian_align() 2092 XXH_PUBLIC_API XXH32_hash_t XXH32 (const void* input, size_t len, XXH32_hash_t seed) in XXH32() 2134 XXH_PUBLIC_API XXH_errorcode XXH32_reset(XXH32_state_t* statePtr, XXH32_hash_t seed) in XXH32_reset() 2471 XXH64_endian_align(const xxh_u8* input, size_t len, xxh_u64 seed, XXH_alignment align) in XXH64_endian_align() 2508 XXH_PUBLIC_API XXH64_hash_t XXH64 (const void* input, size_t len, XXH64_hash_t seed) in XXH64() 2548 XXH_PUBLIC_API XXH_errorcode XXH64_reset(XXH64_state_t* statePtr, XXH64_hash_t seed) in XXH64_reset() 3468 XXH3_len_1to3_64b(const xxh_u8* input, size_t len, const xxh_u8* secret, XXH64_hash_t seed) in XXH3_len_1to3_64b() 3490 XXH3_len_4to8_64b(const xxh_u8* input, size_t len, const xxh_u8* secret, XXH64_hash_t seed) in XXH3_len_4to8_64b() 3506 XXH3_len_9to16_64b(const xxh_u8* input, size_t len, const xxh_u8* secret, XXH64_hash_t seed) in XXH3_len_9to16_64b() [all …]
|
/freebsd/lib/libc/gen/ |
H A D | srand48.c | 21 srand48(long seed) in srand48()
|
/freebsd/usr.bin/enigma/ |
H A D | enigma.c | 39 int32_t seed; in setup() local 143 static int32_t seed = 123; in shuffle() local
|
/freebsd/crypto/openssl/crypto/ffc/ |
H A D | ffc_params.c | 76 const unsigned char *seed, size_t seedlen) in ossl_ffc_params_set_seed() 136 const unsigned char *seed, in ossl_ffc_params_set_validate_params() 146 unsigned char **seed, size_t *seedlen, in ossl_ffc_params_get_validate_params()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | xxhash.c | 234 FORCE_INLINE U32 XXH32_endian_align(const void* input, unsigned int len, U32 seed, XXH_endianess en… in XXH32_endian_align() 294 U32 XXH32(const void* input, unsigned int len, U32 seed) in XXH32() 328 U32 seed; member 347 XXH_errorcode XXH32_resetState(void* state_in, U32 seed) in XXH32_resetState() 361 void* XXH32_init (U32 seed) in XXH32_init()
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | datagen.c | 78 static BYTE RDG_genChar(U32* seed, const BYTE* ldt) in RDG_genChar() 144 void RDG_genBuffer(void* buffer, size_t size, double matchProba, double litProba, unsigned seed) in RDG_genBuffer() 155 void RDG_genStdout(unsigned long long size, double matchProba, double litProba, unsigned seed) in RDG_genStdout()
|