Searched refs:Sbox1 (Results 1 – 1 of 1) sorted by relevance
265 #define _S_(v16) (Sbox1[0][Lo8(v16)] ^ Sbox1[1][Hi8(v16)])271 static const unsigned short Sbox1[2][256] = { /* Sbox for hash (can be in ROM) */ variable