sbox4             307 crypto/tgr192.c static const u64 sbox4[256] = {
sbox4             405 crypto/tgr192.c 	   ^ sbox3[(c >> 32) & 0xff] ^ sbox4[(c >> 48) & 0xff];
sbox4             406 crypto/tgr192.c 	b += sbox4[(c >>  8) & 0xff] ^ sbox3[(c >> 24) & 0xff]