Home
last modified time | relevance | path

Searched refs:hsiphash_1u32 (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/lib/
Dsiphash.c316 u32 hsiphash_1u32(const u32 first, const hsiphash_key_t *key) in hsiphash_1u32() function
322 EXPORT_SYMBOL(hsiphash_1u32);
458 u32 hsiphash_1u32(const u32 first, const hsiphash_key_t *key) in hsiphash_1u32() function
466 EXPORT_SYMBOL(hsiphash_1u32);
Dsiphash_kunit.c168 chk(hsiphash_1u32(0x03020100U, &test_key_hsiphash), in siphash_test()
/linux-6.6.21/include/linux/
Dsiphash.h100 u32 hsiphash_1u32(const u32 a, const hsiphash_key_t *key);
111 return hsiphash_1u32(le32_to_cpu(data[0]), key); in ___hsiphash_aligned()
/linux-6.6.21/drivers/net/wireguard/selftest/
Dallowedips.c43 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()
/linux-6.6.21/Documentation/security/
Dsiphash.rst162 u32 hsiphash_1u32(u32, const hsiphash_key_t *key);