Searched refs:BaseN_Decoder (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dbase64.h22 class Base64Decoder : public BaseN_Decoder
26 : BaseN_Decoder(GetDecodingLookupArray(), 6, attachment) {}
H A Dbase32.h24 class Base32Decoder : public BaseN_Decoder
28 : BaseN_Decoder(GetDefaultDecodingLookupArray(), 5, attachment) {}
H A Dhex.h22 class CRYPTOPP_DLL HexDecoder : public BaseN_Decoder
26 : BaseN_Decoder(GetDefaultDecodingLookupArray(), 4, attachment) {}
H A Dbase32.cpp21 BaseN_Decoder::Initialize(CombinedNameValuePairs(
H A Dhex.cpp24 BaseN_Decoder::IsolatedInitialize(CombinedNameValuePairs(
H A Dbasecode.h37 class CRYPTOPP_DLL BaseN_Decoder : public Unflushable<Filter> class in inherits:Unflushable
40 BaseN_Decoder(BufferedTransformation *attachment=NULL) function in class:BaseN_Decoder
43 BaseN_Decoder(const int *lookup, int log2base, BufferedTransformation *attachment=NULL) function in class:BaseN_Decoder
H A Dbasecode.cpp106 void BaseN_Decoder::IsolatedInitialize(const NameValuePairs &parameters)
108 parameters.GetRequiredParameter("BaseN_Decoder", Name::DecodingLookupArray(), m_lookup);
110 parameters.GetRequiredIntParameter("BaseN_Decoder", Name::Log2Base(), m_bitsPerChar);
112 throw InvalidArgument("BaseN_Decoder: Log2Base must be between 1 and 7 inclusive");
124 size_t BaseN_Decoder::Put2(const byte *begin, size_t length, int messageEnd, bool blocking)
169 void BaseN_Decoder::InitializeDecodingLookupArray(int *lookup, const byte *alphabet, unsigned int base, bool caseInsensitive)

Completed in 33 milliseconds