Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/ciphers/twofish/
H A Dtwofish.c69 static const unsigned char qbox[2][4][16] = { variable
104 a2 = qbox[i][0][(int)a1]; in s_sbox()
105 b2 = qbox[i][1][(int)b1]; in s_sbox()
114 a4 = qbox[i][2][(int)a3]; in s_sbox()
115 b4 = qbox[i][3][(int)b3]; in s_sbox()