Searched refs:m_r (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Drabin.cpp16 m_r.BERDecode(seq);
25 m_r.DEREncode(seq);
36 out = out*m_r%m_n;
46 pass = pass && m_r > Integer::One() && m_r < m_n;
49 pass = pass && Jacobi(m_r, m_n) == -1 && Jacobi(m_s, m_n) == -1;
99 m_r = t;
120 m_r.BERDecode(seq);
132 m_r.DEREncode(seq);
157 cp = cp*EuclideanMultiplicativeInverse(m_r, m_
[all...]
H A Drabin.h20 {m_n = n; m_r = r; m_s = s;}
34 const Integer& GetQuadraticResidueModPrime1() const {return m_r;}
38 void SetQuadraticResidueModPrime1(const Integer &r) {m_r = r;}
42 Integer m_n, m_r, m_s; member in class:RabinFunction
53 {m_n = n; m_r = r; m_s = s; m_p = p; m_q = q; m_u = u;}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_chil.c914 HWCryptoHook_MPI m_a, m_p, m_n, m_r; local
930 MPI2BN(r, m_r);
933 ret = p_hwcrhk_ModExp(hwcrhk_context, m_a, m_p, m_n, &m_r, &rmsg);
936 r->top = m_r.size / sizeof(BN_ULONG);
983 HWCryptoHook_MPI m_a, m_r; local
994 MPI2BN(r, m_r);
997 ret = p_hwcrhk_RSA(m_a, *hptr, &m_r, &rmsg);
1000 r->top = m_r.size / sizeof(BN_ULONG);
1020 HWCryptoHook_MPI m_a, m_p, m_q, m_dmp1, m_dmq1, m_iqmp, m_r; local
1036 MPI2BN(r, m_r);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_chil.c917 HWCryptoHook_MPI m_a, m_p, m_n, m_r; local
934 MPI2BN(r, m_r);
937 ret = p_hwcrhk_ModExp(hwcrhk_context, m_a, m_p, m_n, &m_r, &rmsg);
940 r->top = m_r.size / sizeof(BN_ULONG);
988 HWCryptoHook_MPI m_a, m_r; local
1000 MPI2BN(r, m_r);
1003 ret = p_hwcrhk_RSA(m_a, *hptr, &m_r, &rmsg);
1006 r->top = m_r.size / sizeof(BN_ULONG);
1030 HWCryptoHook_MPI m_a, m_p, m_q, m_dmp1, m_dmq1, m_iqmp, m_r; local
1047 MPI2BN(r, m_r);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_chil.c914 HWCryptoHook_MPI m_a, m_p, m_n, m_r; local
930 MPI2BN(r, m_r);
933 ret = p_hwcrhk_ModExp(hwcrhk_context, m_a, m_p, m_n, &m_r, &rmsg);
936 r->top = m_r.size / sizeof(BN_ULONG);
983 HWCryptoHook_MPI m_a, m_r; local
994 MPI2BN(r, m_r);
997 ret = p_hwcrhk_RSA(m_a, *hptr, &m_r, &rmsg);
1000 r->top = m_r.size / sizeof(BN_ULONG);
1020 HWCryptoHook_MPI m_a, m_p, m_q, m_dmp1, m_dmq1, m_iqmp, m_r; local
1036 MPI2BN(r, m_r);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/ogl/
H A Ddrawnp.h106 unsigned char m_r; member in class:wxOpSetGDI
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Ddrawn.cpp484 wxColour col(m_r,m_g,m_b);
490 wxColour col(m_r,m_g,m_b);
507 newOp->m_r = m_r;
530 expr->Append(new wxExpr((long)m_r));
560 m_r = (unsigned char)expr->Nth(1)->IntegerValue();
1839 op->m_r = (unsigned char)record->param1;
1863 op->m_r = (unsigned char)record->param1;
2463 theOp->m_r = colour.Red();
2473 theOp->m_r
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin[all...]

Completed in 180 milliseconds