Searched defs:seed (Results 1 – 5 of 5) sorted by relevance
| /xnu-8020.101.4/bsd/net/ |
| H A D | flowhash.c | 182 net_flowhash_mh3_x86_32(const void *key, u_int32_t len, const u_int32_t seed) in net_flowhash_mh3_x86_32() 241 net_flowhash_mh3_x64_128(const void *key, u_int32_t len, const u_int32_t seed) in net_flowhash_mh3_x64_128() 417 net_flowhash_jhash(const void *key, u_int32_t len, const u_int32_t seed) in net_flowhash_jhash() 597 net_flowhash_jhash(const void *key, u_int32_t len, const u_int32_t seed)
|
| /xnu-8020.101.4/osfmk/prng/ |
| H A D | random.h | 48 unsigned int seed[RANDOM_BOOL_GEN_SEED_COUNT]; member
|
| H A D | prng_random.c | 55 uint8_t seed[64]; in bootseed_init_bootloader() local 341 uint8_t seed[SHA256_DIGEST_LENGTH]; in write_random() local
|
| /xnu-8020.101.4/bsd/netinet6/ |
| H A D | in6_ifattach.c | 160 u_int8_t seed[16], nullbuf[8], digest[SHA1_RESULTLEN]; in in6_generate_tmp_iid() local
|
| /xnu-8020.101.4/iokit/Kernel/ |
| H A D | IOKitDebug.cpp | 441 fasthash64(const void *buf, size_t len, uint64_t seed) in fasthash64() 483 fasthash32(const void *buf, size_t len, uint32_t seed) in fasthash32()
|