sbox2 151 crypto/fcrypt.c static const __be32 sbox2[256] = { sbox2 230 crypto/fcrypt.c L ^= sbox0[u.c[0]] ^ sbox1[u.c[1]] ^ sbox2[u.c[2]] ^ sbox3[u.c[3]]; \ sbox2 129 crypto/tgr192.c static const u64 sbox2[256] = { sbox2 404 crypto/tgr192.c a -= sbox1[c & 0xff] ^ sbox2[(c >> 16) & 0xff] sbox2 407 crypto/tgr192.c ^ sbox2[(c >> 40) & 0xff] ^ sbox1[(c >> 56) & 0xff];