Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/ciphers/twofish/
H A Dtwofish.c86 static ulong32 s_sbox(int i, ulong32 x) in s_sbox() function
128 y = s_sbox(i, x); in sbox()