Searched refs:m_u (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 Drabin.h53 {m_n = n; m_r = r; m_s = s; m_p = p; m_q = q; m_u = u;}
70 const Integer& GetMultiplicativeInverseOfPrime2ModPrime1() const {return m_u;}
74 void SetMultiplicativeInverseOfPrime2ModPrime1(const Integer &u) {m_u = u;}
77 Integer m_p, m_q, m_u; member in class:InvertibleRabinFunction
H A Drw.h47 {m_n = n; m_p = p; m_q = q; m_u = u;}
66 const Integer& GetMultiplicativeInverseOfPrime2ModPrime1() const {return m_u;}
70 void SetMultiplicativeInverseOfPrime2ModPrime1(const Integer &u) {m_u = u;}
73 Integer m_p, m_q, m_u; member in class:InvertibleRWFunction
H A Dluc.cpp127 m_u = m_q.InverseMod(m_p);
147 m_u.BERDecode(seq);
161 m_u.DEREncode(seq);
169 return InverseLucas(m_e, x, m_q, m_p, m_u);
177 pass = pass && m_u.IsPositive() && m_u < m_p;
185 pass = pass && m_u * m_q % m_p == 1;
H A Drabin.cpp113 m_u = m_q.InverseMod(m_p);
124 m_u.BERDecode(seq);
136 m_u.DEREncode(seq);
173 Integer out = CRT(cq, m_q, cp, m_p, m_u);
188 pass = pass && m_u.IsPositive() && m_u < m_p;
192 pass = pass && m_u * m_q % m_p == 1;
H A Drw.cpp101 m_u = m_q.InverseMod(m_p);
110 m_u.BERDecode(seq);
120 m_u.DEREncode(seq);
152 Integer y = CRT(cq, m_q, cp, m_p, m_u);
165 pass = pass && m_u.IsPositive() && m_u < m_p;
169 pass = pass && m_u * m_q % m_p == 1;
H A Drsa.cpp129 m_u = m_q.InverseMod(m_p);
182 m_u = m_q.InverseMod(m_p);
204 m_u.BERDecode(privateKey);
219 m_u.DEREncode(privateKey);
236 Integer y = ModularRoot(re, m_dq, m_dp, m_q, m_p, m_u);
251 pass = pass && m_u.IsPositive() && m_u < m_p;
257 pass = pass && m_u * m_q % m_p == 1;
H A Dluc.h60 {m_n = n; m_e = e; m_p = p; m_q = q; m_u = u;}
76 const Integer& GetMultiplicativeInverseOfPrime2ModPrime1() const {return m_u;}
80 void SetMultiplicativeInverseOfPrime2ModPrime1(const Integer &u) {m_u = u;}
83 Integer m_p, m_q, m_u; member in class:InvertibleLUCFunction
H A Drsa.h60 {m_n = n; m_e = e; m_d = d; m_p = p; m_q = q; m_dp = dp; m_dq = dq; m_u = u;}
93 const Integer& GetMultiplicativeInverseOfPrime2ModPrime1() const {return m_u;}
100 void SetMultiplicativeInverseOfPrime2ModPrime1(const Integer &u) {m_u = u;}
103 Integer m_d, m_p, m_q, m_dp, m_dq, m_u; member in class:InvertibleRSAFunction
H A Dida.cpp186 m_u.resize(m_threshold);
187 PrepareBulkPolynomialInterpolationAt(field, m_u.begin(), m_outputChannelIds[i], &(m_inputChannelIds[0]), m_w.begin(), m_threshold);
188 m_outputQueues[i].PutWord32(BulkPolynomialInterpolateAt(field, m_y.begin(), m_u.begin(), m_threshold));
H A Dida.h53 SecBlock<word32> m_u, m_w, m_y; member in class:RawIDA
H A Dmodarith.h152 Integer m_u; member in class:MontgomeryRepresentation
H A Dinteger.cpp4172 m_u((word)0, m_modulus.reg.size()),
4178 RecursiveInverseModPower2(m_u.reg, m_workspace, m_modulus.reg, m_modulus.reg.size());
4190 MontgomeryReduce(R, T+2*N, T, m_modulus.reg, m_u.reg, N);
4203 MontgomeryReduce(R, T+2*N, T, m_modulus.reg, m_u.reg, N);
4216 MontgomeryReduce(R, T+2*N, T, m_modulus.reg, m_u.reg, N);
4230 MontgomeryReduce(R, T+2*N, T, m_modulus.reg, m_u.reg, N);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dethtool.c469 memcpy(&fsc->fs.m_u, &spec->m_u, sizeof(spec->m_u));
612 fsc->fs.m_u.tcp_ip4_spec.ip4src);
620 fsc->fs.m_u.tcp_ip4_spec.ip4dst);
625 fsc->fs.m_u.tcp_ip4_spec.psrc);
630 fsc->fs.m_u.tcp_ip4_spec.pdst);
635 fsc->fs.m_u.tcp_ip4_spec.tos);
646 fsc->fs.m_u.ah_ip4_spec.ip4src);
654 fsc->fs.m_u
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dethtool.h372 } h_u, m_u; /* entry, mask */ member in struct:ethtool_rx_flow_spec
410 } h_u, m_u; /* entry, mask */ member in struct:ethtool_rx_ntuple_flow_spec
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_ethtool.c2304 input_masks.src_ip_mask = fs.m_u.tcp_ip4_spec.ip4src;
2305 input_masks.dst_ip_mask = fs.m_u.tcp_ip4_spec.ip4dst;
2306 input_masks.src_port_mask = fs.m_u.tcp_ip4_spec.psrc;
2307 input_masks.dst_port_mask = fs.m_u.tcp_ip4_spec.pdst;
2328 (fs.h_u.tcp_ip4_spec.ip4src & ~fs.m_u.tcp_ip4_spec.ip4src));
2330 (fs.h_u.tcp_ip4_spec.ip4dst & ~fs.m_u.tcp_ip4_spec.ip4dst));
2333 ((ntohs(fs.h_u.tcp_ip4_spec.psrc)) & ~fs.m_u.tcp_ip4_spec.psrc));
2335 ((ntohs(fs.h_u.tcp_ip4_spec.pdst)) & ~fs.m_u.tcp_ip4_spec.pdst));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dniu.c6996 fsp->m_u.tcp_ip4_spec.ip4src = (tp->key_mask[3] & TCAM_V4KEY3_SADDR) >>
6998 fsp->m_u.tcp_ip4_spec.ip4dst = (tp->key_mask[3] & TCAM_V4KEY3_DADDR) >>
7003 fsp->m_u.tcp_ip4_spec.ip4src =
7004 cpu_to_be32(fsp->m_u.tcp_ip4_spec.ip4src);
7007 fsp->m_u.tcp_ip4_spec.ip4dst =
7008 cpu_to_be32(fsp->m_u.tcp_ip4_spec.ip4dst);
7012 fsp->m_u.tcp_ip4_spec.tos = (tp->key_mask[2] & TCAM_V4KEY2_TOS) >>
7025 fsp->m_u.tcp_ip4_spec.psrc =
7028 fsp->m_u.tcp_ip4_spec.pdst =
7036 fsp->m_u
[all...]

Completed in 133 milliseconds