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

/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/crypto/dk/
H A DDes3DkCrypto.java88 * bits, which are expanded individually into 64 bits as in des3Expand().
96 byte[] one = keyCorrection(des3Expand(in, 0, 7));
97 byte[] two = keyCorrection(des3Expand(in, 7, 14));
98 byte[] three = keyCorrection(des3Expand(in, 14, 21));
141 private static byte[] des3Expand(byte[] input, int start, int end) { method in class:Des3DkCrypto

Completed in 137 milliseconds