Searched refs:BitsToBytes (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Demsa2.cpp21 size_t representativeByteLength = BitsToBytes(representativeBitLength);
H A Dpssr.cpp53 const size_t representativeByteLength = BitsToBytes(representativeBitLength);
92 const size_t representativeByteLength = BitsToBytes(representativeBitLength);
H A Design.h99 size_t representativeByteLength = BitsToBytes(representativeBitLength);
H A Dgfpcrypt.cpp76 const size_t representativeByteLength = BitsToBytes(representativeBitLength);
98 const size_t representativeByteLength = BitsToBytes(representativeBitLength);
H A Dpubkey.cpp29 SecByteBlock computedRepresentative(BitsToBytes(representativeBitLength));
H A Dgf2n.h303 {return (unsigned int)BitsToBytes(MaxElementBitLength());}
H A Dzinflate.cpp336 const size_t MAX_HEADER_SIZE = BitsToBytes(3+5+5+4+19*7+286*15+19*15);
H A Dpubkey.h161 size_t PaddedBlockByteLength() const {return BitsToBytes(PaddedBlockBitLength());}
328 size_t MessageRepresentativeLength() const {return BitsToBytes(MessageRepresentativeBitLength());}
983 size_t MessageRepresentativeLength() const {return BitsToBytes(MessageRepresentativeBitLength());}
H A Dmisc.h278 inline size_t BitsToBytes(size_t bitCount) function
H A Dinteger.cpp3191 size_t byteCount = BitsToBytes(bitCount);
3205 if (bt.GetWord16(bitCount) != 2 || bt.MaxRetrievable() < BitsToBytes(bitCount))
3207 Decode(bt, BitsToBytes(bitCount));

Completed in 59 milliseconds