Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DWNafUtil.java346 public static ECPoint mapPointWithPrecomp(ECPoint p, int width, boolean includeNegated, in mapPointWithPrecomp() argument
350 WNafPreCompInfo wnafPreCompP = precompute(p, width, includeNegated); in mapPointWithPrecomp()
370 if (includeNegated) in mapPointWithPrecomp()
385 public static WNafPreCompInfo precompute(ECPoint p, int width, boolean includeNegated) in precompute() argument
487 if (includeNegated) in precompute()