Searched refs:hsiphash (Results 1 – 4 of 4) sorted by relevance
/linux/lib/ |
A D | test_siphash.c | 133 if (hsiphash(in, i, &test_key_hsiphash) != in siphash_test_init() 138 if (hsiphash(in_unaligned + 1, i, &test_key_hsiphash) != in siphash_test_init()
|
/linux/Documentation/security/ |
A D | siphash.rst | 148 u32 hsiphash(const void *data, size_t len, const hsiphash_key_t *key); 157 If you pass the generic hsiphash function something of a constant length, it 178 …return &table->hashtable[hsiphash(input, sizeof(*input), &table->key) & (HASH_SIZE(table->hashtabl…
|
/linux/include/linux/ |
A D | siphash.h | 130 static inline u32 hsiphash(const void *data, size_t len, in hsiphash() function
|
/linux/net/netfilter/ipvs/ |
A D | ip_vs_mh.c | 101 return hsiphash(&v, sizeof(v), key); in ip_vs_mh_hashkey()
|
Completed in 7 milliseconds