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