Home
last modified time | relevance | path

Searched refs:hsiphash (Results 1 – 4 of 4) sorted by relevance

/linux/lib/
A Dtest_siphash.c133 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 Dsiphash.rst148 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 Dsiphash.h130 static inline u32 hsiphash(const void *data, size_t len, in hsiphash() function
/linux/net/netfilter/ipvs/
A Dip_vs_mh.c101 return hsiphash(&v, sizeof(v), key); in ip_vs_mh_hashkey()

Completed in 7 milliseconds