sbox3             188 crypto/fcrypt.c static const __be32 sbox3[256] = {
sbox3             230 crypto/fcrypt.c 	L ^= sbox0[u.c[0]] ^ sbox1[u.c[1]] ^ sbox2[u.c[2]] ^ sbox3[u.c[3]]; \
sbox3             218 crypto/tgr192.c static const u64 sbox3[256] = {
sbox3             405 crypto/tgr192.c 	   ^ sbox3[(c >> 32) & 0xff] ^ sbox4[(c >> 48) & 0xff];
sbox3             406 crypto/tgr192.c 	b += sbox4[(c >>  8) & 0xff] ^ sbox3[(c >> 24) & 0xff]