Searched refs:hsiphash_1u32 (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | siphash.c | 313 * hsiphash_1u32 - compute 64-bit hsiphash PRF value of a u32 317 u32 hsiphash_1u32(const u32 first, const hsiphash_key_t *key) in hsiphash_1u32() function 323 EXPORT_SYMBOL(hsiphash_1u32); variable 455 * hsiphash_1u32 - compute 32-bit hsiphash PRF value of a u32 459 u32 hsiphash_1u32(const u32 first, const hsiphash_key_t *key) in hsiphash_1u32() function 467 EXPORT_SYMBOL(hsiphash_1u32); variable
|
H A D | test_siphash.c | 188 if (hsiphash_1u32(0x03020100U, &test_key_hsiphash) != in siphash_test_init()
|
/kernel/linux/linux-6.6/lib/ |
H A D | siphash.c | 312 * hsiphash_1u32 - compute 64-bit hsiphash PRF value of a u32 316 u32 hsiphash_1u32(const u32 first, const hsiphash_key_t *key) in hsiphash_1u32() function 322 EXPORT_SYMBOL(hsiphash_1u32); variable 454 * hsiphash_1u32 - compute 32-bit hsiphash PRF value of a u32 458 u32 hsiphash_1u32(const u32 first, const hsiphash_key_t *key) in hsiphash_1u32() function 466 EXPORT_SYMBOL(hsiphash_1u32); variable
|
H A D | siphash_kunit.c | 168 chk(hsiphash_1u32(0x03020100U, &test_key_hsiphash), in siphash_test()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | siphash.h | 99 u32 hsiphash_1u32(const u32 a, const hsiphash_key_t *key); 110 return hsiphash_1u32(le32_to_cpu(data[0]), key); in ___hsiphash_aligned()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | siphash.h | 100 u32 hsiphash_1u32(const u32 a, const hsiphash_key_t *key); 111 return hsiphash_1u32(le32_to_cpu(data[0]), key); in ___hsiphash_aligned()
|
/kernel/linux/linux-5.10/drivers/net/wireguard/selftest/ |
H A D | allowedips.c | 43 color = hsiphash_1u32(0xdeadbeef, &key) % 200 << 16 | in print_node() 44 hsiphash_1u32(0xbabecafe, &key) % 200 << 8 | in print_node() 45 hsiphash_1u32(0xabad1dea, &key) % 200; in print_node()
|
/kernel/linux/linux-6.6/drivers/net/wireguard/selftest/ |
H A D | allowedips.c | 43 color = hsiphash_1u32(0xdeadbeef, &key) % 200 << 16 | in print_node() 44 hsiphash_1u32(0xbabecafe, &key) % 200 << 8 | in print_node() 45 hsiphash_1u32(0xabad1dea, &key) % 200; in print_node()
|
Completed in 5 milliseconds