Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dfcrypt.c111 static const __be32 sbox1[256] = { variable
227 L ^= sbox0[u.c[0]] ^ sbox1[u.c[1]] ^ sbox2[u.c[2]] ^ sbox3[u.c[3]]; \