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

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DCipherBox.java257 len = addPadding(buf, offset, len, blockSize);
335 // addPadding adjusts pos/limit
336 len = addPadding(bb, blockSize);
533 private static int addPadding(byte[] buf, int offset, int len, method in class:CipherBox
564 private static int addPadding(ByteBuffer bb, int blockSize) { method in class:CipherBox

Completed in 31 milliseconds