Searched refs:sbox4 (Results 1 – 1 of 1) sorted by relevance
311 static const u64 sbox4[256] = { variable409 ^ sbox3[(c >> 32) & 0xff] ^ sbox4[(c >> 48) & 0xff]; in tgr192_round()410 b += sbox4[(c >> 8) & 0xff] ^ sbox3[(c >> 24) & 0xff] in tgr192_round()