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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dtgr192.c134 static const u64 sbox2[256] = { variable
409 a -= sbox1[c & 0xff] ^ sbox2[(c >> 16) & 0xff]
412 ^ sbox2[(c >> 40) & 0xff] ^ sbox1[(c >> 56) & 0xff];
H A Dfcrypt.c151 static const u32 sbox2[256] = { variable
230 L ^= sbox0[u.c[0]] ^ sbox1[u.c[1]] ^ sbox2[u.c[2]] ^ sbox3[u.c[3]]; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dtiger.c200 static u64 sbox2[256] = { variable
630 a -= ( sbox1[ c & 0xff ] ^ sbox2[ (c >> 16) & 0xff ]
633 ^ sbox2[ (c >> 40) & 0xff ] ^ sbox1[ (c >> 56) & 0xff ]);
H A Ddes.c195 static u32 sbox2[64] = variable
447 to ^= sbox2[ (work>>24) & 0x3f ]; \

Completed in 59 milliseconds