Home
last modified time | relevance | path

Searched refs:sbox3 (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Dtgr192.c218 static const u64 sbox3[256] = { variable
405 ^ sbox3[(c >> 32) & 0xff] ^ sbox4[(c >> 48) & 0xff]; in tgr192_round()
406 b += sbox4[(c >> 8) & 0xff] ^ sbox3[(c >> 24) & 0xff] in tgr192_round()
H A Dfcrypt.c188 static const __be32 sbox3[256] = { variable
230 L ^= sbox0[u.c[0]] ^ sbox1[u.c[1]] ^ sbox2[u.c[2]] ^ sbox3[u.c[3]]; \
/kernel/linux/linux-6.6/crypto/
H A Dfcrypt.c185 static const __be32 sbox3[256] = { variable
227 L ^= sbox0[u.c[0]] ^ sbox1[u.c[1]] ^ sbox2[u.c[2]] ^ sbox3[u.c[3]]; \

Completed in 3 milliseconds