Searched defs:sbox (Results 1 – 2 of 2) sorted by relevance
33 static const unsigned char sbox[256] = { variable
71 #define sbox(i, x) ((ulong32)SBOX[i][(x)&255]) macro132 static ulong32 sbox(int i, ulong32 x) in sbox() function
Completed in 3 milliseconds