Searched refs:hsiphash_key_t (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | siphash.h | 93 } hsiphash_key_t; typedef 96 const hsiphash_key_t *key); 98 const hsiphash_key_t *key); 100 u32 hsiphash_1u32(const u32 a, const hsiphash_key_t *key); 101 u32 hsiphash_2u32(const u32 a, const u32 b, const hsiphash_key_t *key); 103 const hsiphash_key_t *key); 105 const hsiphash_key_t *key); 108 const hsiphash_key_t *key) in ___hsiphash_aligned() 132 const hsiphash_key_t *key) in hsiphash()
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_siphash.c | 251 u32 __hsiphash_aligned(const void *_data, size_t len, const hsiphash_key_t *key) in __hsiphash_aligned() 285 const hsiphash_key_t *key) in __hsiphash_unaligned() 322 u32 hsiphash_1u32(const u32 first, const hsiphash_key_t *key) in hsiphash_1u32() 336 u32 hsiphash_2u32(const u32 first, const u32 second, const hsiphash_key_t *key) in hsiphash_2u32() 355 const hsiphash_key_t *key) in hsiphash_3u32() 376 const u32 forth, const hsiphash_key_t *key) in hsiphash_4u32() 415 u32 __hsiphash_aligned(const void *_data, size_t len, const hsiphash_key_t *key) in __hsiphash_aligned() 439 const hsiphash_key_t *key) in __hsiphash_unaligned() 466 u32 hsiphash_1u32(const u32 first, const hsiphash_key_t *key) in hsiphash_1u32() 482 u32 hsiphash_2u32(const u32 first, const u32 second, const hsiphash_key_t *key) in hsiphash_2u32() [all …]
|