Searched refs:test_key_hsiphash (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/lib/ |
| D | test_siphash.c | 55 static const hsiphash_key_t test_key_hsiphash = variable 83 static const hsiphash_key_t test_key_hsiphash = variable 132 if (hsiphash(in, i, &test_key_hsiphash) != in siphash_test_init() 137 if (hsiphash(in_unaligned + 1, i, &test_key_hsiphash) != in siphash_test_init() 187 if (hsiphash_1u32(0x03020100U, &test_key_hsiphash) != in siphash_test_init() 192 if (hsiphash_2u32(0x03020100U, 0x07060504U, &test_key_hsiphash) != in siphash_test_init() 198 0x0b0a0908U, &test_key_hsiphash) != in siphash_test_init() 204 0x0b0a0908U, 0x0f0e0d0cU, &test_key_hsiphash) != in siphash_test_init()
|