Searched refs:reduceInPlace (Results 1 – 1 of 1) sorted by relevance
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | LongArray.java | 1342 int rLen = reduceInPlace(buf, 0, buf.length, m, ks); in modReduce() 1483 int rLen = reduceInPlace(buf, 0, buf.length, m, ks); in reduce() 1493 int rLen = reduceInPlace(buf, off, len, m, ks); in reduceResult() 1524 private static int reduceInPlace(long[] buf, int off, int len, int m, int[] ks) in reduceInPlace() method in LongArray 1678 return new LongArray(r, 0, reduceInPlace(r, 0, r.length, m, ks)); in modSquare() 1696 len = reduceInPlace(r, 0, r.length, m, ks); in modSquareN()
|