Searched refs:Sbox (Results 1 – 2 of 2) sorted by relevance
106 static const ulong32 Sbox[256] = { variable
72 t ^= Sbox[(t >> 24) & 0xFF]; \75 t ^= Sbox[(t >> 24) & 0xFF]; \
Completed in 6 milliseconds