Searched defs:modReduce (Results 1 - 1 of 1) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECFieldElement.java360 Vl = modReduce(Vh.multiply(Vl).subtract(P.multiply(Ql)));
361 Vh = modReduce(Vh.multiply(Vh).subtract(Qh.shiftLeft(1)));
366 Uh = modReduce(Uh.multiply(Vl).subtract(Ql));
367 Vh = modReduce(Vh.multiply(Vl).subtract(P.multiply(Ql)));
368 Vl = modReduce(Vl.multiply(Vl).subtract(Ql.shiftLeft(1)));
374 Uh = modReduce(Uh.multiply(Vl).subtract(Ql));
375 Vl = modReduce(Vh.multiply(Vl).subtract(P.multiply(Ql)));
381 Vl = modReduce(Vl.multiply(Vl).subtract(Ql.shiftLeft(1)));
410 return modReduce(x1.multiply(x2));
413 protected BigInteger modReduce(BigIntege method in class:ECFieldElement.Fp
[all...]

Completed in 123 milliseconds