Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/math/
DBigInteger.java2774 return montReduce(product, n, len, (int)inv); in montgomeryMultiply()
2785 return montReduce(product, n, len, (int)inv); in montgomerySquare()
2824 return montReduce(product, n, len, (int)inv); in implMontgomeryMultiply()
2829 return montReduce(product, n, len, (int)inv); in implMontgomerySquare()
3064 b = montReduce(t2, mod, modLen, (int)inv); in oddModPow()
3075 private static int[] montReduce(int[] n, int[] mod, int mlen, int inv) { in montReduce() method