Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A Dtgr192.c129 static const u64 sbox2[256] = { variable
404 a -= sbox1[c & 0xff] ^ sbox2[(c >> 16) & 0xff] in tgr192_round()
407 ^ sbox2[(c >> 40) & 0xff] ^ sbox1[(c >> 56) & 0xff]; in tgr192_round()
H A Dfcrypt.c151 static const __be32 sbox2[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.c148 static const __be32 sbox2[256] = { variable
227 L ^= sbox0[u.c[0]] ^ sbox1[u.c[1]] ^ sbox2[u.c[2]] ^ sbox3[u.c[3]]; \

Completed in 3 milliseconds