Searched refs:test_key_hsiphash (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/lib/ |
D | test_siphash.c | 56 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()
|