Home
last modified time | relevance | path

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

/linux/lib/
A Dsiphash.c323 u32 hsiphash_1u32(const u32 first, const hsiphash_key_t *key) in hsiphash_1u32() function
329 EXPORT_SYMBOL(hsiphash_1u32);
471 u32 hsiphash_1u32(const u32 first, const hsiphash_key_t *key) in hsiphash_1u32() function
479 EXPORT_SYMBOL(hsiphash_1u32);
A Dtest_siphash.c188 if (hsiphash_1u32(0x03020100U, &test_key_hsiphash) != in siphash_test_init()
A Dlib.a3 …hash_3u64�siphash_4u64�siphash_1u32�siphash_3u32�__hsiphash_unaligned�hsiphash_1u32�hsiphash_2u32�…
/linux/include/linux/
A Dsiphash.h99 u32 hsiphash_1u32(const u32 a, const hsiphash_key_t *key);
110 return hsiphash_1u32(le32_to_cpu(data[0]), key); in ___hsiphash_aligned()
/linux/drivers/net/wireguard/selftest/
A 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/Documentation/security/
A Dsiphash.rst152 u32 hsiphash_1u32(u32, const hsiphash_key_t *key);
/linux/
A Dvmlinux.symvers3604 0x00000000 hsiphash_1u32 vmlinux EXPORT_SYMBOL
A DSystem.map17743 ffff8000104e4a00 T hsiphash_1u32
A D.tmp_System.map17743 ffff8000104e4a00 T hsiphash_1u32

Completed in 313 milliseconds