Searched refs:sbox3 (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.c223 static const u64 sbox3[256] = { variable
410 ^ sbox3[(c >> 32) & 0xff] ^ sbox4[(c >> 48) & 0xff];
411 b += sbox4[(c >> 8) & 0xff] ^ sbox3[(c >> 24) & 0xff]
H A Dfcrypt.c188 static const u32 sbox3[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.c330 static u64 sbox3[256] = { variable
631 ^ sbox3[ (c >> 32) & 0xff ] ^ sbox4[ (c >> 48) & 0xff ]);
632 b += ( sbox4[ (c >> 8) & 0xff ] ^ sbox3[ (c >> 24) & 0xff ]
H A Ddes.c207 static u32 sbox3[64] = variable
451 to ^= sbox3[ (work>>16) & 0x3f ]; \

Completed in 112 milliseconds