Home
last modified time | relevance | path

Searched refs:siphash (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dsiphash.c115 uint64_t siphash(const uint8_t *in, const size_t inlen, const uint8_t *k) { in siphash() function
323 uint64_t hash = siphash(in, i, k); in siphash_test()
334 h1 = siphash((uint8_t*)"hello world",11,(uint8_t*)"1234567812345678"); in siphash_test()
338 h1 = siphash((uint8_t*)"hello world",11,(uint8_t*)"1234567812345678"); in siphash_test()
342 h1 = siphash((uint8_t*)"HELLO world",11,(uint8_t*)"1234567812345678"); in siphash_test()
H A DMakefile185 …odule.o evict.o expire.o geohash.o geohash_helper.o childinfo.o defrag.o siphash.o rax.o t_stream.…
187 …t.o adlist.o dict.o redis-cli.o zmalloc.o release.o anet.o anet_ff.o ae.o crc64.o siphash.o crc16.o
259 dict-benchmark: dict.c zmalloc.c sds.c siphash.c
H A Ddict.c87 uint64_t siphash(const uint8_t *in, const size_t inlen, const uint8_t *k);
91 return siphash(key,len,dict_hash_function_seed); in dictGenHashFunction()
/f-stack/freebsd/contrib/libsodium/
H A DAUTHORS35 siphash Jean-Philippe Aumasson
/f-stack/lib/
H A DMakefile177 VPATH+= $S/crypto/siphash
266 siphash.c
270 siphash.c
/f-stack/freebsd/netinet/
H A Dtcp_fastopen.c540 uint64_t siphash; in tcp_fastopen_make_cookie() local
556 SipHash_Final((u_int8_t *)&siphash, &ctx); in tcp_fastopen_make_cookie()
558 return (siphash); in tcp_fastopen_make_cookie()
H A Dtcp_syncache.c2209 uint32_t siphash[2]; in syncookie_mac() local
2232 SipHash_Final((u_int8_t *)&siphash, &ctx); in syncookie_mac()
2234 return (siphash[0] ^ siphash[1]); in syncookie_mac()