Home
last modified time | relevance | path

Searched refs:test_key_hsiphash (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dtest_siphash.c56 static const hsiphash_key_t test_key_hsiphash = variable
84 static const hsiphash_key_t test_key_hsiphash = variable
133 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()
188 if (hsiphash_1u32(0x03020100U, &test_key_hsiphash) != in siphash_test_init()
193 if (hsiphash_2u32(0x03020100U, 0x07060504U, &test_key_hsiphash) != in siphash_test_init()
199 0x0b0a0908U, &test_key_hsiphash) != in siphash_test_init()
205 0x0b0a0908U, 0x0f0e0d0cU, &test_key_hsiphash) != in siphash_test_init()
/kernel/linux/linux-6.6/lib/
H A Dsiphash_kunit.c56 static const hsiphash_key_t test_key_hsiphash = variable
84 static const hsiphash_key_t test_key_hsiphash = variable
131 chk(hsiphash(in, i, &test_key_hsiphash), in siphash_test()
134 chk(hsiphash(in_unaligned + 1, i, &test_key_hsiphash), in siphash_test()
168 chk(hsiphash_1u32(0x03020100U, &test_key_hsiphash), in siphash_test()
171 chk(hsiphash_2u32(0x03020100U, 0x07060504U, &test_key_hsiphash), in siphash_test()
175 0x0b0a0908U, &test_key_hsiphash), in siphash_test()
179 0x0b0a0908U, 0x0f0e0d0cU, &test_key_hsiphash), in siphash_test()

Completed in 2 milliseconds