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