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

/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DPBECipherCore.java48 private int blkSize; field in class:PBECipherCore
H A DCipherCore.java129 CipherCore(SymmetricCipher impl, int blkSize) { argument
130 blockSize = blkSize;
131 unitBytes = blkSize;
132 diffBlocksize = blkSize;

Completed in 33 milliseconds