Searched refs:GetIntValue (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dgfpcrypt.cpp37 alg.GetIntValue("ModulusSize", modulusSize) || alg.GetIntValue("KeySize", modulusSize);
175 if (!alg.GetIntValue("ModulusSize", modulusSize))
178 if (!alg.GetIntValue("SubgroupOrderSize", subgroupOrderSize))
H A Design.cpp78 param.GetIntValue("ModulusSize", modulusSize) || param.GetIntValue("KeySize", modulusSize);
H A Dluc.cpp110 alg.GetIntValue("ModulusSize", modulusSize) || alg.GetIntValue("KeySize", modulusSize);
H A Drabin.cpp78 alg.GetIntValue("ModulusSize", modulusSize) || alg.GetIntValue("KeySize", modulusSize);
H A Drw.cpp91 alg.GetIntValue("ModulusSize", modulusSize) || alg.GetIntValue("KeySize", modulusSize);
H A Drsa.cpp107 alg.GetIntValue(Name::ModulusSize(), modulusSize) || alg.GetIntValue(Name::KeySize(), modulusSize);
H A Dida.cpp23 if (!parameters.GetIntValue("RecoveryThreshold", m_threshold))
H A Dcryptlib.h222 alternatively, call GetIntValue() with the value name, and if the type is not int, a
282 CRYPTOPP_DLL bool GetIntValue(const char *name, int &value) const function in class:NameValuePairs
302 if (!GetIntValue(name, value))
H A Ddatatest.cpp510 pairs.GetIntValue(Name::DigestSize(), digestSize);
H A Dgcm.cpp78 if (params.GetIntValue(Name::TableSize(), tableSize))
H A Dinteger.cpp3270 if (params.GetIntValue("BitLength", bitLength))

Completed in 79 milliseconds