Searched refs:GetValueWithDefault (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dbase32.cpp13 bool uppercase = parameters.GetValueWithDefault(Name::Uppercase(), true);
H A Dhex.cpp16 bool uppercase = parameters.GetValueWithDefault(Name::Uppercase(), true);
H A Dbase64.cpp14 bool insertLineBreaks = parameters.GetValueWithDefault(Name::InsertLineBreaks(), true);
H A Dida.cpp239 m_pad = parameters.GetValueWithDefault("AddPadding", true);
282 m_pad = parameters.GetValueWithDefault("RemovePadding", true);
311 m_pad = parameters.GetValueWithDefault("AddPadding", true);
343 m_pad = parameters.GetValueWithDefault("RemovePadding", true);
H A Dfiles.cpp28 ios::openmode binary = parameters.GetValueWithDefault(Name::InputBinaryMode(), true) ? ios::binary : ios::openmode(0);
161 ios::openmode binary = parameters.GetValueWithDefault(Name::OutputBinaryMode(), true) ? ios::binary : ios::openmode(0);
H A Dgfpcrypt.cpp32 q = alg.GetValueWithDefault("SubgroupOrder", ComputeGroupOrder(p)/2);
169 q = alg.GetValueWithDefault("SubgroupOrder", ComputeGroupOrder(p)/2);
H A Dfilters.cpp452 m_target = parameters.GetValueWithDefault("RedirectionTargetPointer", (BufferedTransformation*)NULL);
567 BlockPaddingScheme padding = parameters.GetValueWithDefault(Name::BlockPaddingScheme(), DEFAULT_PADDING);
725 m_putMessage = parameters.GetValueWithDefault(Name::PutMessage(), false);
759 m_flags = parameters.GetValueWithDefault(Name::HashVerificationFilterFlags(), (word32)DEFAULT_FLAGS);
864 word32 flags = parameters.GetValueWithDefault(Name::AuthenticatedDecryptionFilterFlags(), (word32)DEFAULT_FLAGS);
920 m_putMessage = parameters.GetValueWithDefault(Name::PutMessage(), false);
949 m_flags = parameters.GetValueWithDefault(Name::SignatureVerificationFilterFlags(), (word32)DEFAULT_FLAGS);
H A Dbasecode.cpp24 pad = parameters.GetValueWithDefault(Name::Pad(), true);
H A Design.cpp86 m_e = param.GetValueWithDefault("PublicExponent", Integer(32));
H A Dluc.cpp115 m_e = alg.GetValueWithDefault("PublicExponent", Integer(17));
H A Drsa.cpp112 m_e = alg.GetValueWithDefault(Name::PublicExponent(), Integer(17));
H A Deccrypto.cpp478 Integer k = source.GetValueWithDefault(Name::Cofactor(), Integer::Zero());
H A Dmodes.h219 m_stolenIV = params.GetValueWithDefault(Name::StolenIV(), (byte *)NULL);
H A Dcryptlib.h269 T GetValueWithDefault(const char *name, T defaultValue) const function in class:NameValuePairs
287 {return GetValueWithDefault(name, defaultValue);}
H A Dzdeflate.cpp261 bool detectUncompressible = parameters.GetValueWithDefault("DetectUncompressible", true);
H A Dinteger.cpp3265 Integer min = params.GetValueWithDefault("Min", Integer::Zero());
3278 Integer equiv = params.GetValueWithDefault("EquivalentTo", Integer::Zero());
3279 Integer mod = params.GetValueWithDefault("Mod", Integer::One());
3284 Integer::RandomNumberType rnType = params.GetValueWithDefault("RandomNumberType", Integer::ANY);
3324 const PrimeSelector *pSelector = params.GetValueWithDefault(Name::PointerToPrimeSelector(), (const PrimeSelector *)NULL);

Completed in 101 milliseconds