Searched refs:siphash (Results 1 – 7 of 7) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | siphash.c | 115 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 D | Makefile | 185 …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 D | dict.c | 87 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 D | AUTHORS | 35 siphash Jean-Philippe Aumasson
|
| /f-stack/lib/ |
| H A D | Makefile | 177 VPATH+= $S/crypto/siphash 266 siphash.c 270 siphash.c
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_fastopen.c | 540 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 D | tcp_syncache.c | 2209 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()
|