Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DWNafPreCompInfo.java47 public ECPoint getTwice() in getTwice() method in WNafPreCompInfo
DWNafUtil.java355 ECPoint twiceP = wnafPreCompP.getTwice(); in mapPointWithPrecomp()
427 ECPoint twiceP = wnafPreCompInfo.getTwice(), last = preComp[curPreCompLen - 1]; in precompute()