Searched refs:GetIntValueWithDefault (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dbase64.cpp15 int maxLineLength = parameters.GetIntValueWithDefault(Name::MaxLineLength(), 72);
H A Darc4.cpp49 int discardBytes = params.GetIntValueWithDefault("DiscardBytes", GetDefaultDiscardBytes());
H A Dtea.h102 m_blockSize = params.GetIntValueWithDefault("BlockSize", 60*4);
H A Dccm.cpp20 m_digestSize = params.GetIntValueWithDefault(Name::DigestSize(), DefaultDigestSize());
H A Drc2.cpp14 int effectiveLen = params.GetIntValueWithDefault(Name::EffectiveKeyLength(), DEFAULT_EFFECTIVE_KEYLENGTH);
H A Dbasecode.cpp192 m_groupSize = parameters.GetIntValueWithDefault(Name::GroupSize(), 0);
H A Dsafer.cpp57 unsigned int nof_rounds = params.GetIntValueWithDefault(Name::Rounds(), length == 8 ? (strengthened ? 8 : 6) : 10);
H A Dseal.cpp50 unsigned int L = params.GetIntValueWithDefault("NumberOfOutputBitsPerPositionIndex", 32*1024);
H A Dseckey.h56 int rounds = param.GetIntValueWithDefault("Rounds", DEFAULT_ROUNDS);
H A Dgfpcrypt.cpp176 modulusSize = alg.GetIntValueWithDefault("KeySize", 2048);
H A Dfilters.cpp453 m_behavior = parameters.GetIntValueWithDefault("RedirectionBehavior", PASS_EVERYTHING);
726 int s = parameters.GetIntValueWithDefault(Name::TruncatedDigestSize(), -1);
760 int s = parameters.GetIntValueWithDefault(Name::TruncatedDigestSize(), -1);
H A Dida.cpp45 int nShares = parameters.GetIntValueWithDefault("NumberOfShares", m_threshold);
H A Dzdeflate.cpp245 int log2WindowSize = parameters.GetIntValueWithDefault("Log2WindowSize", DEFAULT_LOG2_WINDOW_SIZE);
260 SetDeflateLevel(parameters.GetIntValueWithDefault("DeflateLevel", DEFAULT_DEFLATE_LEVEL));
H A Dmodes.h91 int feedbackSize = params.GetIntValueWithDefault(Name::FeedbackSize(), 0);
H A Dqueue.cpp183 m_nodeSize = parameters.GetIntValueWithDefault("NodeSize", 256);
H A Dvmac.cpp38 int digestLength = params.GetIntValueWithDefault(Name::DigestSize(), DefaultDigestSize());
43 m_L1KeyLength = params.GetIntValueWithDefault(Name::L1KeyLength(), 128);
H A Dsalsa.cpp23 m_rounds = params.GetIntValueWithDefault(Name::Rounds(), 20);
549 m_rounds = params.GetIntValueWithDefault(Name::Rounds(), 20);
H A Ddatatest.cpp336 int seek = pairs.GetIntValueWithDefault("Seek", 0);
H A Dcryptlib.h286 CRYPTOPP_DLL int GetIntValueWithDefault(const char *name, int defaultValue) const function in class:NameValuePairs

Completed in 200 milliseconds