Searched refs:oddModPow (Results 1 – 1 of 1) sorted by relevance
2718 result = base.oddModPow(exponent, m); in modPow()2738 base2.oddModPow(exponent, m1)); in modPow()2839 @NonNull private BigInteger oddModPow(@NonNull BigInteger y, @NonNull BigInteger z) { in oddModPow() method