Searched refs:sbox4 (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dtgr192.c311 static const u64 sbox4[256] = { variable
409 ^ sbox3[(c >> 32) & 0xff] ^ sbox4[(c >> 48) & 0xff];
410 b += sbox4[(c >> 8) & 0xff] ^ sbox3[(c >> 24) & 0xff]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dtiger.c460 static u64 sbox4[256] = { variable
631 ^ sbox3[ (c >> 32) & 0xff ] ^ sbox4[ (c >> 48) & 0xff ]);
632 b += ( sbox4[ (c >> 8) & 0xff ] ^ sbox3[ (c >> 24) & 0xff ]
H A Ddes.c219 static u32 sbox4[64] = variable
446 to ^= sbox4[ (work>>16) & 0x3f ]; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dtiger.c460 static u64 sbox4[256] = { variable
631 ^ sbox3[ (c >> 32) & 0xff ] ^ sbox4[ (c >> 48) & 0xff ]);
632 b += ( sbox4[ (c >> 8) & 0xff ] ^ sbox3[ (c >> 24) & 0xff ]
H A Ddes.c219 static u32 sbox4[64] = variable
446 to ^= sbox4[ (work>>16) & 0x3f ]; \

Completed in 479 milliseconds