Searched refs:RC6_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 Drc6.cpp17 static const RC6_WORD MAGIC_P = 0xb7e15163L; // magic constant P for wordsize
18 static const RC6_WORD MAGIC_Q = 0x9e3779b9L; // magic constant Q for wordsize
19 static const int U=sizeof(RC6_WORD);
22 SecBlock<RC6_WORD> l(c);
30 RC6_WORD a=0, b=0;
40 typedef BlockGetAndPut<RC6::RC6_WORD, LittleEndian> Block;
44 const RC6_WORD *sptr = sTable;
45 RC6_WORD a, b, c, d, t, u;
70 const RC6_WORD *sptr = sTable.end();
71 RC6_WORD
[all...]
H A Drc6.h16 typedef word32 RC6_WORD; typedef in struct:RC6_Info
29 SecBlock<RC6_WORD> sTable; // expanded key table

Completed in 37 milliseconds