Home
last modified time | relevance | path

Searched defs:sbox (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/ciphers/
A Dskipjack.c33 static const unsigned char sbox[256] = { variable
/optee_os/core/lib/libtomcrypt/src/ciphers/twofish/
A Dtwofish.c71 #define sbox(i, x) ((ulong32)SBOX[i][(x)&255]) macro
132 static ulong32 sbox(int i, ulong32 x) in sbox() function

Completed in 4 milliseconds