Searched defs:paddedSize (Results 1 - 2 of 2) sorted by relevance

/openjdk9/hotspot/test/compiler/c2/
H A DIVTest.java35 static int paddedSize; field in class:IVTest
45 static void padV15_2(int paddedSize) { argument
[all...]
/openjdk9/jdk/src/java.base/share/classes/sun/security/rsa/
H A DRSAPadding.java100 private final int paddedSize; field in class:RSAPadding
121 public static RSAPadding getInstance(int type, int paddedSize) argument
130 public static RSAPadding getInstance(int type, int paddedSize, argument
140 public static RSAPadding getInstance(int type, int paddedSize, argument
147 RSAPadding(int type, int paddedSize, SecureRandom random, OAEPParameterSpec spec) argument
[all...]

Completed in 77 milliseconds