/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | Hashing.h | 211 inline uint64_t hash_33to64_bytes(const char *s, size_t len, uint64_t seed) { in hash_9to16_bytes() argument 197 hash_1to3_bytes(const char * s,size_t len,uint64_t seed) hash_1to3_bytes() argument 206 hash_4to8_bytes(const char * s,size_t len,uint64_t seed) hash_4to8_bytes() argument 217 hash_17to32_bytes(const char * s,size_t len,uint64_t seed) hash_17to32_bytes() argument 227 hash_33to64_bytes(const char * s,size_t len,uint64_t seed) hash_33to64_bytes() argument 250 hash_short(const char * s,size_t length,uint64_t seed) hash_short() argument 341 static uint64_t seed = fixed_seed_override ? fixed_seed_override : seed_prime; get_execution_seed() local [all...] |
/freebsd-src/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 | 100 _LIBCPP_HIDE_FROM_ABI void seed() { __e_.seed(); } in seed() function 101 _LIBCPP_HIDE_FROM_ABI void seed(result_type __sd) { __e_.seed(__sd); } in seed() function 103 _LIBCPP_HIDE_FROM_ABI void seed(_Sseq& __q) { in seed() function
|
H A D | subtract_with_carry_engine.h | 96 _LIBCPP_HIDE_FROM_ABI void seed(_Sseq& __q) { in seed() function 146 void subtract_with_carry_engine<_UIntType, __w, __s, __r>::seed(result_type __sd, integral_constant… in seed() function 155 void subtract_with_carry_engine<_UIntType, __w, __s, __r>::seed(result_type __sd, integral_constant… in seed() function
|
/freebsd-src/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-src/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-src/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-src/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-src/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-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | xxhash.cpp | 240 seed ^= (uint64_t)byteswap(uint32_t(seed)) << 32; in XXH3_len_9to16_64b() argument 210 XXH3_len_1to3_64b(const uint8_t * input,size_t len,const uint8_t * secret,uint64_t seed) XXH3_len_1to3_64b() argument 223 XXH3_len_4to8_64b(const uint8_t * input,size_t len,const uint8_t * secret,uint64_t seed) XXH3_len_4to8_64b() argument 254 XXH3_len_0to16_64b(const uint8_t * input,size_t len,const uint8_t * secret,uint64_t const seed) XXH3_len_0to16_64b() argument 266 XXH3_mix16B(const uint8_t * input,uint8_t const * secret,uint64_t seed) XXH3_mix16B() argument 280 XXH3_len_17to128_64b(const uint8_t * input,size_t len,const uint8_t * secret,uint64_t const seed) XXH3_len_17to128_64b() argument 303 XXH3_len_129to240_64b(const uint8_t * input,size_t len,const uint8_t * secret,uint64_t seed) XXH3_len_129to240_64b() argument [all...] |
/freebsd-src/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-src/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-src/lib/libc/stdlib/ |
H A D | rand.c | 83 srand(unsigned seed) in srand() 145 __srand_fbsd12(unsigned seed) in __srand_fbsd12()
|
/freebsd-src/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-src/usr.bin/newkey/ |
H A D | generic.c |
|
/freebsd-src/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-src/lib/libc/gen/ |
H A D | srand48.c | 21 srand48(long seed) in srand48()
|
/freebsd-src/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-src/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-src/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-src/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-src/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-src/contrib/libfido2/fuzz/ |
H A D | fuzz_netlink.c | 19 int seed; member 154 mutate(struct param *p, unsigned int seed, unsigned int flags) NO_MSAN in mutate()
|