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

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DCipherBox.java604 private static int[] checkPadding( method in class:CipherBox
634 private static int[] checkPadding(ByteBuffer bb, byte pad) { method in class:CipherBox
682 checkPadding(buf, offset, len, (byte)(padLen & 0xFF));
688 int[] results = checkPadding(buf, offset + newLen,
727 checkPadding(bb.duplicate(), (byte)(padLen & 0xFF));
733 int[] results = checkPadding(

Completed in 25 milliseconds