Searched refs:preCompNegQ (Results 1 – 2 of 2) sorted by relevance
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | ECAlgorithms.java | 274 ECPoint[] preCompNegQ = negL ? infoQ.getPreComp() : infoQ.getPreCompNeg(); in implShamirsTrickWNaf() 279 return implShamirsTrickWNaf(preCompP, preCompNegP, wnafP, preCompQ, preCompNegQ, wnafQ); in implShamirsTrickWNaf() 298 ECPoint[] preCompNegQ = negL ? infoQ.getPreComp() : infoQ.getPreCompNeg(); 303 return implShamirsTrickWNaf(preCompP, preCompNegP, wnafP, preCompQ, preCompNegQ, wnafQ); 307 ECPoint[] preCompQ, ECPoint[] preCompNegQ, byte[] wnafQ) 338 ECPoint[] tableQ = wiQ < 0 ? preCompNegQ : preCompQ;
|
D | WNafUtil.java | 372 ECPoint[] preCompNegQ = new ECPoint[preCompQ.length]; in mapPointWithPrecomp() local 373 for (int i = 0; i < preCompNegQ.length; ++i) in mapPointWithPrecomp() 375 preCompNegQ[i] = preCompQ[i].negate(); in mapPointWithPrecomp() 377 wnafPreCompQ.setPreCompNeg(preCompNegQ); in mapPointWithPrecomp()
|