Searched refs:IBUFFER_SIZE (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11SecureRandom.java75 private static final int IBUFFER_SIZE = 32; field in class:P11SecureRandom
78 private transient byte[] iBuffer = new byte[IBUFFER_SIZE];
126 if (bytes.length <= IBUFFER_SIZE) {
136 ibuffered = IBUFFER_SIZE;
140 bytes[ofs++] = iBuffer[IBUFFER_SIZE - ibuffered--];
196 iBuffer = new byte[IBUFFER_SIZE];

Completed in 28 milliseconds