Searched defs:sbox (Results 1 – 3 of 3) sorted by relevance
24 unsigned sbox(unsigned x) in sbox() function
34 static const unsigned char sbox[256] = { variable
75 #define sbox(i, x) ((ulong32)SBOX[i][(x)&255]) macro136 static ulong32 sbox(int i, ulong32 x) in sbox() function