Searched refs:Sign (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dsint.S42 | Sign(X)
158 | Sign is +. If rp, load +1.0, if rm, load +0.0
168 | Sign is -. If rm, load -1.0, if rp, load -0.0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dinteger.h46 enum Sign {POSITIVE=0, NEGATIVE=1}; enum in class:Integer
75 Integer(Sign s, lword value);
78 Integer(Sign s, word highWord, word lowWord);
379 Sign sign;
H A Dluc.cpp19 void DL_Algorithm_LUC_HMP::Sign(const DL_GroupParameters<Integer> &params, const Integer &x, const Integer &k, const Integer &e, Integer &r, Integer &s) const function in class:DL_Algorithm_LUC_HMP
H A Dluc.h187 void Sign(const DL_GroupParameters<Integer> &params, const Integer &x, const Integer &k, const Integer &e, Integer &r, Integer &s) const;
H A Dgfpcrypt.h157 void Sign(const DL_GroupParameters<T> &params, const Integer &x, const Integer &k, const Integer &e, Integer &r, Integer &s) const function in class:DL_Algorithm_GDSA
189 void Sign(const DL_GroupParameters<T> &params, const Integer &x, const Integer &k, const Integer &e, Integer &r, Integer &s) const function in class:DL_Algorithm_NR
H A Dpubkey.h903 virtual void Sign(const DL_GroupParameters<T> &params, const Integer &privateKey, const Integer &k, const Integer &e, Integer &r, Integer &s) const =0;
1005 alg.Sign(params, key.GetPrivateExponent(), k, e, r, s);
1043 alg.Sign(params, key.GetPrivateExponent(), k, e, r, s);
1051 alg.Sign(params, key.GetPrivateExponent(), ma.m_k, e, r, s);
H A Dcryptlib.cpp749 size_t PK_Signer::Sign(RandomNumberGenerator &rng, PK_MessageAccumulator *messageAccumulator, byte *signature) const function in class:PK_Signer
H A Dcryptlib.h1372 virtual size_t Sign(RandomNumberGenerator &rng, PK_MessageAccumulator *messageAccumulator, byte *signature) const;
H A Dfilters.cpp933 m_signer.Sign(m_rng, m_messageAccumulator.release(), m_buf);
H A Dinteger.cpp2779 Integer::Integer(Sign s, lword value)
2800 Integer::Integer(Sign s, word high, word low)
3887 sign = Sign(1-sign);

Completed in 225 milliseconds