Lines Matching refs:test_key_siphash
27 static const siphash_key_t test_key_siphash = variable
123 if (siphash(in, i, &test_key_siphash) != in siphash_test_init()
128 if (siphash(in_unaligned + 1, i, &test_key_siphash) != in siphash_test_init()
144 if (siphash_1u64(0x0706050403020100ULL, &test_key_siphash) != in siphash_test_init()
150 &test_key_siphash) != test_vectors_siphash[16]) { in siphash_test_init()
155 0x1716151413121110ULL, &test_key_siphash) != in siphash_test_init()
162 &test_key_siphash) != test_vectors_siphash[32]) { in siphash_test_init()
166 if (siphash_1u32(0x03020100U, &test_key_siphash) != in siphash_test_init()
171 if (siphash_2u32(0x03020100U, 0x07060504U, &test_key_siphash) != in siphash_test_init()
177 0x0b0a0908U, &test_key_siphash) != in siphash_test_init()
183 0x0b0a0908U, 0x0f0e0d0cU, &test_key_siphash) != in siphash_test_init()