Searched refs:m_roundKeys (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 Dshark.cpp37 m_roundKeys.New(m_rounds+1);
41 ((byte *)m_roundKeys.begin())[i] = key[i%keyLen];
48 cfb.ProcessString((byte *)m_roundKeys.begin(), (m_rounds+1)*8);
50 ConditionalByteReverse(BIG_ENDIAN_ORDER, m_roundKeys.begin(), m_roundKeys.begin(), (m_rounds+1)*8);
52 m_roundKeys[m_rounds] = SHARKTransform(m_roundKeys[m_rounds]);
60 std::swap(m_roundKeys[i], m_roundKeys[m_rounds-i]);
63 m_roundKeys[
[all...]
H A Dshark.h29 SecBlock<word64> m_roundKeys; member in class:SHARK::Base

Completed in 102 milliseconds