Searched refs:RC5_WORD (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Drc5.cpp16 static const RC5_WORD MAGIC_P = 0xb7e15163L; // magic constant P for wordsize
17 static const RC5_WORD MAGIC_Q = 0x9e3779b9L; // magic constant Q for wordsize
18 static const int U=sizeof(RC5_WORD);
21 SecBlock<RC5_WORD> l(c);
29 RC5_WORD a=0, b=0;
39 typedef BlockGetAndPut<RC5::RC5_WORD, LittleEndian> Block;
43 const RC5_WORD *sptr = sTable;
44 RC5_WORD a, b;
62 const RC5_WORD *sptr = sTable.end();
63 RC5_WORD
[all...]
H A Drc5.h16 typedef word32 RC5_WORD; typedef in struct:RC5_Info
29 SecBlock<RC5_WORD> sTable; // expanded key table

Completed in 46 milliseconds