Searched refs:sbox1 (Results 1 – 2 of 2) sorted by relevance
45 static const u64 sbox1[256] = { variable409 a -= sbox1[c & 0xff] ^ sbox2[(c >> 16) & 0xff] in tgr192_round()412 ^ sbox2[(c >> 40) & 0xff] ^ sbox1[(c >> 56) & 0xff]; in tgr192_round()
114 static const __be32 sbox1[256] = { variable230 L ^= sbox0[u.c[0]] ^ sbox1[u.c[1]] ^ sbox2[u.c[2]] ^ sbox3[u.c[3]]; \