Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DWNafUtil.java300 public static WNafPreCompInfo getWNafPreCompInfo(ECPoint p) in getWNafPreCompInfo() method in WNafUtil
302 return getWNafPreCompInfo(p.getCurve().getPreCompInfo(p, PRECOMP_NAME)); in getWNafPreCompInfo()
305 public static WNafPreCompInfo getWNafPreCompInfo(PreCompInfo preCompInfo) in getWNafPreCompInfo() method in WNafUtil
353 WNafPreCompInfo wnafPreCompQ = getWNafPreCompInfo(c.getPreCompInfo(q, PRECOMP_NAME)); in mapPointWithPrecomp()
388 WNafPreCompInfo wnafPreCompInfo = getWNafPreCompInfo(c.getPreCompInfo(p, PRECOMP_NAME)); in precompute()
DECAlgorithms.java292 WNafPreCompInfo infoP = WNafUtil.getWNafPreCompInfo(P);
293 WNafPreCompInfo infoQ = WNafUtil.getWNafPreCompInfo(Q);
428 infos[j0] = WNafUtil.getWNafPreCompInfo(P);
429 infos[j1] = WNafUtil.getWNafPreCompInfo(Q);