Home
last modified time | relevance | path

Searched refs:isInfinity (Results 1 – 25 of 90) sorted by relevance

1234

/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/
DECPoint.java83 return n == null || ECAlgorithms.referenceMultiply(this, n).isInfinity(); in satisfiesOrder()
204 || isInfinity() in isNormalized()
216 if (this.isInfinity()) in normalize()
287 public boolean isInfinity() in isInfinity() method in ECPoint
304 if (isInfinity()) in implIsValid()
350 return isInfinity() in scaleX()
357 return isInfinity() in scaleXNegateY()
364 return isInfinity() in scaleY()
371 return isInfinity() in scaleYNegateX()
385 boolean i1 = isInfinity(), i2 = other.isInfinity(); in equals()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECPoint.java81 return n == null || ECAlgorithms.referenceMultiply(this, n).isInfinity(); in satisfiesOrder()
202 || isInfinity() in isNormalized()
214 if (this.isInfinity()) in normalize()
285 public boolean isInfinity() in isInfinity() method in ECPoint
302 if (isInfinity()) in implIsValid()
348 return isInfinity() in scaleX()
355 return isInfinity() in scaleXNegateY()
362 return isInfinity() in scaleY()
369 return isInfinity() in scaleYNegateX()
383 boolean i1 = isInfinity(), i2 = other.isInfinity(); in equals()
[all …]
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/ec/
DECPoint.java83 return n == null || ECAlgorithms.referenceMultiply(this, n).isInfinity(); in satisfiesOrder()
204 || isInfinity() in isNormalized()
216 if (this.isInfinity()) in normalize()
287 public boolean isInfinity() in isInfinity() method in ECPoint
304 if (isInfinity()) in implIsValid()
350 return isInfinity() in scaleX()
357 return isInfinity() in scaleXNegateY()
364 return isInfinity() in scaleY()
371 return isInfinity() in scaleYNegateX()
385 boolean i1 = isInfinity(), i2 = other.isInfinity(); in equals()
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/custom/sec/
DSecP192K1Point.java33 if (this.isInfinity()) in add()
37 if (b.isInfinity()) in add()
159 if (this.isInfinity()) in twice()
222 if (this.isInfinity()) in twicePlus()
226 if (b.isInfinity()) in twicePlus()
242 if (this.isInfinity() || this.y.isZero()) in threeTimes()
253 if (this.isInfinity()) in negate()
DSecP224K1Point.java33 if (this.isInfinity()) in add()
37 if (b.isInfinity()) in add()
159 if (this.isInfinity()) in twice()
222 if (this.isInfinity()) in twicePlus()
226 if (b.isInfinity()) in twicePlus()
242 if (this.isInfinity() || this.y.isZero()) in threeTimes()
253 if (this.isInfinity()) in negate()
DSecP256K1Point.java33 if (this.isInfinity()) in add()
37 if (b.isInfinity()) in add()
159 if (this.isInfinity()) in twice()
222 if (this.isInfinity()) in twicePlus()
226 if (b.isInfinity()) in twicePlus()
242 if (this.isInfinity() || this.y.isZero()) in threeTimes()
253 if (this.isInfinity()) in negate()
DSecP192R1Point.java33 if (this.isInfinity()) in add()
37 if (b.isInfinity()) in add()
159 if (this.isInfinity()) in twice()
235 if (this.isInfinity()) in twicePlus()
239 if (b.isInfinity()) in twicePlus()
255 if (this.isInfinity() || this.y.isZero()) in threeTimes()
266 if (this.isInfinity()) in negate()
DSecP384R1Point.java32 if (this.isInfinity()) in add()
36 if (b.isInfinity()) in add()
158 if (this.isInfinity()) in twice()
234 if (this.isInfinity()) in twicePlus()
238 if (b.isInfinity()) in twicePlus()
254 if (this.isInfinity() || this.y.isZero()) in threeTimes()
265 if (this.isInfinity()) in negate()
DSecP256R1Point.java32 if (this.isInfinity()) in add()
36 if (b.isInfinity()) in add()
157 if (this.isInfinity()) in twice()
233 if (this.isInfinity()) in twicePlus()
237 if (b.isInfinity()) in twicePlus()
253 if (this.isInfinity() || this.y.isZero()) in threeTimes()
264 if (this.isInfinity()) in negate()
DSecP521R1Point.java31 if (this.isInfinity()) in add()
35 if (b.isInfinity()) in add()
153 if (this.isInfinity()) in twice()
228 if (this.isInfinity()) in twicePlus()
232 if (b.isInfinity()) in twicePlus()
248 if (this.isInfinity() || this.y.isZero()) in threeTimes()
289 if (this.isInfinity()) in negate()
DSecP224R1Point.java32 if (this.isInfinity()) in add()
36 if (b.isInfinity()) in add()
157 if (this.isInfinity()) in twice()
233 if (this.isInfinity()) in twicePlus()
237 if (b.isInfinity()) in twicePlus()
253 if (this.isInfinity() || this.y.isZero()) in threeTimes()
264 if (this.isInfinity()) in negate()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
DSecP192K1Point.java29 if (this.isInfinity()) in add()
33 if (b.isInfinity()) in add()
155 if (this.isInfinity()) in twice()
218 if (this.isInfinity()) in twicePlus()
222 if (b.isInfinity()) in twicePlus()
238 if (this.isInfinity() || this.y.isZero()) in threeTimes()
249 if (this.isInfinity()) in negate()
DSecP256K1Point.java29 if (this.isInfinity()) in add()
33 if (b.isInfinity()) in add()
155 if (this.isInfinity()) in twice()
218 if (this.isInfinity()) in twicePlus()
222 if (b.isInfinity()) in twicePlus()
238 if (this.isInfinity() || this.y.isZero()) in threeTimes()
249 if (this.isInfinity()) in negate()
DSecP224K1Point.java29 if (this.isInfinity()) in add()
33 if (b.isInfinity()) in add()
155 if (this.isInfinity()) in twice()
218 if (this.isInfinity()) in twicePlus()
222 if (b.isInfinity()) in twicePlus()
238 if (this.isInfinity() || this.y.isZero()) in threeTimes()
249 if (this.isInfinity()) in negate()
DSecP384R1Point.java28 if (this.isInfinity()) in add()
32 if (b.isInfinity()) in add()
154 if (this.isInfinity()) in twice()
230 if (this.isInfinity()) in twicePlus()
234 if (b.isInfinity()) in twicePlus()
250 if (this.isInfinity() || this.y.isZero()) in threeTimes()
261 if (this.isInfinity()) in negate()
DSecP224R1Point.java28 if (this.isInfinity()) in add()
32 if (b.isInfinity()) in add()
153 if (this.isInfinity()) in twice()
229 if (this.isInfinity()) in twicePlus()
233 if (b.isInfinity()) in twicePlus()
249 if (this.isInfinity() || this.y.isZero()) in threeTimes()
260 if (this.isInfinity()) in negate()
DSecP521R1Point.java27 if (this.isInfinity()) in add()
31 if (b.isInfinity()) in add()
149 if (this.isInfinity()) in twice()
224 if (this.isInfinity()) in twicePlus()
228 if (b.isInfinity()) in twicePlus()
244 if (this.isInfinity() || this.y.isZero()) in threeTimes()
285 if (this.isInfinity()) in negate()
DSecP256R1Point.java28 if (this.isInfinity()) in add()
32 if (b.isInfinity()) in add()
153 if (this.isInfinity()) in twice()
229 if (this.isInfinity()) in twicePlus()
233 if (b.isInfinity()) in twicePlus()
249 if (this.isInfinity() || this.y.isZero()) in threeTimes()
260 if (this.isInfinity()) in negate()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/ec/custom/sec/
DSecP256R1Point.java32 if (this.isInfinity()) in add()
36 if (b.isInfinity()) in add()
157 if (this.isInfinity()) in twice()
233 if (this.isInfinity()) in twicePlus()
237 if (b.isInfinity()) in twicePlus()
253 if (this.isInfinity() || this.y.isZero()) in threeTimes()
264 if (this.isInfinity()) in negate()
DSecP192K1Point.java33 if (this.isInfinity()) in add()
37 if (b.isInfinity()) in add()
159 if (this.isInfinity()) in twice()
222 if (this.isInfinity()) in twicePlus()
226 if (b.isInfinity()) in twicePlus()
242 if (this.isInfinity() || this.y.isZero()) in threeTimes()
253 if (this.isInfinity()) in negate()
DSecP521R1Point.java31 if (this.isInfinity()) in add()
35 if (b.isInfinity()) in add()
153 if (this.isInfinity()) in twice()
228 if (this.isInfinity()) in twicePlus()
232 if (b.isInfinity()) in twicePlus()
248 if (this.isInfinity() || this.y.isZero()) in threeTimes()
289 if (this.isInfinity()) in negate()
DSecP224K1Point.java33 if (this.isInfinity()) in add()
37 if (b.isInfinity()) in add()
159 if (this.isInfinity()) in twice()
222 if (this.isInfinity()) in twicePlus()
226 if (b.isInfinity()) in twicePlus()
242 if (this.isInfinity() || this.y.isZero()) in threeTimes()
253 if (this.isInfinity()) in negate()
DSecP224R1Point.java32 if (this.isInfinity()) in add()
36 if (b.isInfinity()) in add()
157 if (this.isInfinity()) in twice()
233 if (this.isInfinity()) in twicePlus()
237 if (b.isInfinity()) in twicePlus()
253 if (this.isInfinity() || this.y.isZero()) in threeTimes()
264 if (this.isInfinity()) in negate()
DSecP256K1Point.java33 if (this.isInfinity()) in add()
37 if (b.isInfinity()) in add()
159 if (this.isInfinity()) in twice()
222 if (this.isInfinity()) in twicePlus()
226 if (b.isInfinity()) in twicePlus()
242 if (this.isInfinity() || this.y.isZero()) in threeTimes()
253 if (this.isInfinity()) in negate()
DSecP384R1Point.java32 if (this.isInfinity()) in add()
36 if (b.isInfinity()) in add()
158 if (this.isInfinity()) in twice()
234 if (this.isInfinity()) in twicePlus()
238 if (b.isInfinity()) in twicePlus()
254 if (this.isInfinity() || this.y.isZero()) in threeTimes()
265 if (this.isInfinity()) in negate()

1234