Home
last modified time | relevance | path

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

/openbmc/linux/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()