Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECCurve.java178 Hashtable table = point.preCompTable; in getPreCompInfo()
200 Hashtable table = point.preCompTable; in setPreCompInfo()
203 point.preCompTable = table = new Hashtable(4); in setPreCompInfo()
DECPoint.java52 protected Hashtable preCompTable = null; field in ECPoint