Home
last modified time | relevance | path

Searched refs:sbox2 (Results 1 – 1 of 1) sorted by path

/linux/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]]; \