Home
last modified time | relevance | path

Searched refs:referenceMultiply (Results 1 – 2 of 2) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECAlgorithms.java187 public static ECPoint referenceMultiply(ECPoint p, BigInteger k) in referenceMultiply() method in ECAlgorithms
DECPoint.java70 …return h == null || h.equals(ECConstants.ONE) || !ECAlgorithms.referenceMultiply(this, h).isInfini… in satisfiesCofactor()