Home
last modified time | relevance | path

Searched refs:sbox4 (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/crypto/
Dtgr192.c311 static const u64 sbox4[256] = { variable
409 ^ sbox3[(c >> 32) & 0xff] ^ sbox4[(c >> 48) & 0xff]; in tgr192_round()
410 b += sbox4[(c >> 8) & 0xff] ^ sbox3[(c >> 24) & 0xff] in tgr192_round()