Searched refs:BaseN_Encoder (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dbase64.h13 : SimpleProxyFilter(new BaseN_Encoder(new Grouper), attachment)
H A Dbasecode.h11 class CRYPTOPP_DLL BaseN_Encoder : public Unflushable<Filter> class in inherits:Unflushable
14 BaseN_Encoder(BufferedTransformation *attachment=NULL) function in class:BaseN_Encoder
17 BaseN_Encoder(const byte *alphabet, int log2base, BufferedTransformation *attachment=NULL, int padding=-1) function in class:BaseN_Encoder
H A Dbase32.h14 : SimpleProxyFilter(new BaseN_Encoder(new Grouper), attachment)
H A Dhex.h13 : SimpleProxyFilter(new BaseN_Encoder(new Grouper), attachment)
H A Dbasecode.cpp13 void BaseN_Encoder::IsolatedInitialize(const NameValuePairs &parameters)
15 parameters.GetRequiredParameter("BaseN_Encoder", Name::EncodingLookupArray(), m_alphabet);
17 parameters.GetRequiredIntParameter("BaseN_Encoder", Name::Log2Base(), m_bitsPerChar);
19 throw InvalidArgument("BaseN_Encoder: Log2Base must be between 1 and 7 inclusive");
39 size_t BaseN_Encoder::Put2(const byte *begin, size_t length, int messageEnd, bool blocking)

Completed in 64 milliseconds