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