Searched refs:SBOX (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/ciphers/twofish/ | ||
| H A D | twofish_tab.c | 12 static const unsigned char SBOX[2][256] = { variable |
| H A D | twofish.c | 64 #define sbox(i, x) ((ulong32)SBOX[i][(x)&255]) |