Searched refs:GetDefaultDecodingLookupArray (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dbase32.cpp23 MakeParameters(Name::DecodingLookupArray(), GetDefaultDecodingLookupArray(), false)(Name::Log2Base(), 5, true)));
26 const int *Base32Decoder::GetDefaultDecodingLookupArray() function in class:Base32Decoder
H A Dhex.cpp26 MakeParameters(Name::DecodingLookupArray(), GetDefaultDecodingLookupArray(), false)(Name::Log2Base(), 4, true)));
29 const int *HexDecoder::GetDefaultDecodingLookupArray() function in class:HexDecoder
H A Dbase32.h28 : BaseN_Decoder(GetDefaultDecodingLookupArray(), 5, attachment) {}
33 static const int * CRYPTOPP_API GetDefaultDecodingLookupArray();
H A Dhex.h26 : BaseN_Decoder(GetDefaultDecodingLookupArray(), 4, attachment) {}
31 static const int * CRYPTOPP_API GetDefaultDecodingLookupArray();

Completed in 49 milliseconds