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