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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DEncryptedStreamSocket.cpp409 wxASSERT( m_cryptDHA.MinEncodedSize() <= DHAGREEMENT_A_BITS / 8 );
413 wxASSERT( m_cryptDHA.MinEncodedSize() <= PRIMESIZE_BYTES );
605 wxASSERT( cryptResult.MinEncodedSize() <= PRIMESIZE_BYTES );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dgf2n.h76 /*! MinEncodedSize of 0 is 1 */
77 unsigned int MinEncodedSize() const {return STDMAX(1U, ByteCount());} function in class:PolynomialMod2
80 /*! if outputLen < MinEncodedSize, the most significant bytes will be dropped
81 if outputLen > MinEncodedSize, the most significant bytes will be padded
H A Dinteger.h127 /*! MinEncodedSize of 0 is 1 */
128 size_t MinEncodedSize(Signedness=UNSIGNED) const;
131 if outputLen < MinEncodedSize, the most significant bytes will be dropped
132 if outputLen > MinEncodedSize, the most significant bytes will be padded
H A Dfipsalgt.cpp166 SecByteBlock s(size < 0 ? data.MinEncodedSize() : size);
173 SecByteBlock s(size < 0 ? data.MinEncodedSize() : size);
H A Ddatatest.cpp587 x.Encode(HexEncoder(new FileSink(cout), false, 64, "\\\n ").Ref(), x.MinEncodedSize());
H A Dinteger.cpp3110 size_t Integer::MinEncodedSize(Signedness signedness) const
3146 Encode(enc, MinEncodedSize(SIGNED), SIGNED);

Completed in 81 milliseconds