Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECPoint.java1113 ECFieldElement _2Y1 = two(Y1); in threeTimes() local
1114 ECFieldElement X = _2Y1.square(); in threeTimes()
1124 ECFieldElement D = d.multiply(_2Y1); in threeTimes()
1206 ECFieldElement _2Y1 = two(Y1); in timesPow2()
1207 ECFieldElement _2Y1Squared = _2Y1.multiply(Y1); in timesPow2()
1220 Z1 = Z1.isOne() ? _2Y1 : _2Y1.multiply(Z1); in timesPow2()
1332 ECFieldElement _2Y1 = two(Y1);
1333 ECFieldElement _2Y1Squared = _2Y1.multiply(Y1);
1340 ECFieldElement Z3 = Z1.isOne() ? _2Y1 : _2Y1.multiply(Z1);