Searched defs:montgomeryMultiply (Results 1 - 3 of 3) sorted by relevance

/openjdk9/hotspot/test/compiler/intrinsics/bigInteger/
H A DMontgomeryMultiplyTest.java127 int[] montgomeryMultiply(int[] a, int[] b, int[] n, int len, long inv, method in class:MontgomeryMultiplyTest
160 BigInteger montgomeryMultiply(BigInteger a, BigInteger b, BigInteger N, method in class:MontgomeryMultiplyTest
177 BigInteger montgomeryMultiply(int[] a_words, int[] b_words, int[] n_words, method in class:MontgomeryMultiplyTest
/openjdk9/hotspot/src/share/vm/runtime/
H A DstubRoutines.hpp372 static address montgomeryMultiply() { return _montgomeryMultiply; } function in class:StubRoutines
/openjdk9/jdk/src/java.base/share/classes/java/math/
H A DBigInteger.java2693 private static int[] montgomeryMultiply(int[] a, int[] b, int[] n, int len, long inv, method in class:BigInteger

Completed in 56 milliseconds