Searched refs:sTable (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Drc5.cpp14 sTable.New(2*(r+1));
25 sTable[0] = MAGIC_P;
26 for (unsigned j=1; j<sTable.size();j++)
27 sTable[j] = sTable[j-1] + MAGIC_Q;
30 const unsigned n = 3*STDMAX((unsigned int)sTable.size(), c);
34 a = sTable[h % sTable.size()] = rotlFixed((sTable[h % sTable
[all...]
H A Drc6.cpp15 sTable.New(2*(r+2));
26 sTable[0] = MAGIC_P;
27 for (unsigned j=1; j<sTable.size();j++)
28 sTable[j] = sTable[j-1] + MAGIC_Q;
31 const unsigned n = 3*STDMAX((unsigned int)sTable.size(), c);
35 a = sTable[h % sTable.size()] = rotlFixed((sTable[h % sTable
[all...]
H A Dgost.cpp31 word32 GOST::Base::sTable[4][256]; member in class:GOST::Base
50 sTable[i][j] = rotlMod(temp, 11+8*i);
58 sTable[3][GETBYTE(t, 3)] ^ sTable[2][GETBYTE(t, 2)] \
59 ^ sTable[1][GETBYTE(t, 1)] ^ sTable[0][GETBYTE(t, 0)] )
H A Dgost.h31 static word32 sTable[4][256]; member in class:GOST::Base
H A Drc5.h29 SecBlock<RC5_WORD> sTable; // expanded key table member in class:RC5::Base
H A Drc6.h29 SecBlock<RC6_WORD> sTable; // expanded key table member in class:RC6::Base

Completed in 158 milliseconds