Searched refs:cbox (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 Dshark.cpp79 m_roundKeys[i] = cbox[0][i];
81 m_roundKeys[DEFAULT_ROUNDS] = SHARKTransform(cbox[0][DEFAULT_ROUNDS]);
91 template <const byte *sbox, const ArrayOf256Word64s *cbox>
98 tmp = cbox[0][GetByte(order, tmp, 0)] ^ cbox[1][GetByte(order, tmp, 1)]
99 ^ cbox[2][GetByte(order, tmp, 2)] ^ cbox[3][GetByte(order, tmp, 3)]
100 ^ cbox[4][GetByte(order, tmp, 4)] ^ cbox[5][GetByte(order, tmp, 5)]
101 ^ cbox[
[all...]
H A Dshark.h42 static const word64 cbox[8][256]; member in class:SHARK::Enc
52 static const word64 cbox[8][256]; member in class:SHARK::Dec
H A Dsharkbox.cpp44 const word64 SHARK::Enc::cbox[8][256] = { member in class:SHARK::Enc
2103 const word64 SHARK::Dec::cbox[8][256] = { member in class:SHARK::Dec

Completed in 62 milliseconds