Searched refs:test_key_siphash (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/lib/ |
D | test_siphash.c | 26 static const siphash_key_t test_key_siphash = variable 122 if (siphash(in, i, &test_key_siphash) != in siphash_test_init() 127 if (siphash(in_unaligned + 1, i, &test_key_siphash) != in siphash_test_init() 143 if (siphash_1u64(0x0706050403020100ULL, &test_key_siphash) != in siphash_test_init() 149 &test_key_siphash) != test_vectors_siphash[16]) { in siphash_test_init() 154 0x1716151413121110ULL, &test_key_siphash) != in siphash_test_init() 161 &test_key_siphash) != test_vectors_siphash[32]) { in siphash_test_init() 165 if (siphash_1u32(0x03020100U, &test_key_siphash) != in siphash_test_init() 170 if (siphash_2u32(0x03020100U, 0x07060504U, &test_key_siphash) != in siphash_test_init() 176 0x0b0a0908U, &test_key_siphash) != in siphash_test_init() [all …]
|