Home
last modified time | relevance | path

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

/external/dropbear/libtomcrypt/src/ciphers/twofish/
Dtwofish.c97 static ulong32 _sbox(int i, ulong32 x) in _sbox() function
139 y = _sbox(i, x); in sbox()