Searched refs:Spbox (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Ddes.cpp134 * to build the combined SP box, Spbox[]. They're also here just
330 l ^= Spbox[6][(work) & 0x3f]
331 ^ Spbox[4][(work >> 8) & 0x3f]
332 ^ Spbox[2][(work >> 16) & 0x3f]
333 ^ Spbox[0][(work >> 24) & 0x3f];
335 l ^= Spbox[7][(work) & 0x3f]
336 ^ Spbox[5][(work >> 8) & 0x3f]
337 ^ Spbox[3][(work >> 16) & 0x3f]
338 ^ Spbox[1][(work >> 24) & 0x3f];
341 r ^= Spbox[
[all...]
H A Ddes.h19 static const word32 Spbox[8][64]; member in class:RawDES
H A Ddessp.cpp18 const word32 RawDES::Spbox[8][64] = { member in class:RawDES

Completed in 105 milliseconds