Searched refs:getWNafPreCompInfo (Results 1 – 2 of 2) sorted by relevance
300 public static WNafPreCompInfo getWNafPreCompInfo(ECPoint p) in getWNafPreCompInfo() method in WNafUtil302 return getWNafPreCompInfo(p.getCurve().getPreCompInfo(p, PRECOMP_NAME)); in getWNafPreCompInfo()305 public static WNafPreCompInfo getWNafPreCompInfo(PreCompInfo preCompInfo) in getWNafPreCompInfo() method in WNafUtil353 WNafPreCompInfo wnafPreCompQ = getWNafPreCompInfo(c.getPreCompInfo(q, PRECOMP_NAME)); in mapPointWithPrecomp()388 WNafPreCompInfo wnafPreCompInfo = getWNafPreCompInfo(c.getPreCompInfo(p, PRECOMP_NAME)); in precompute()
292 WNafPreCompInfo infoP = WNafUtil.getWNafPreCompInfo(P);293 WNafPreCompInfo infoQ = WNafUtil.getWNafPreCompInfo(Q);428 infos[j0] = WNafUtil.getWNafPreCompInfo(P);429 infos[j1] = WNafUtil.getWNafPreCompInfo(Q);