Home
last modified time | relevance | path

Searched refs:SBOX (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/ciphers/twofish/
H A Dtwofish_tab.c12 static const unsigned char SBOX[2][256] = { variable
H A Dtwofish.c64 #define sbox(i, x) ((ulong32)SBOX[i][(x)&255])