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

/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DCipherCore.java183 unitBytes = getNumOfUnit(mode, "CFB".length(), blockSize);
188 unitBytes = getNumOfUnit(mode, "OFB".length(), blockSize);
201 private static int getNumOfUnit(String mode, int offset, int blockSize) method in class:CipherCore

Completed in 30 milliseconds