Searched defs:sbox (Results 1 – 3 of 3) 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
139 .macro sbox, des, src, tmp1, tmp2 macro