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

/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DBlowfishCrypt.java140 cipherBlock(plain, plainOffset, cipher, cipherOffset);
164 cipherBlock(cipher, cipherOffset, plain, plainOffset);
170 private void cipherBlock(byte[] in, int inOffset, method in class:BlowfishCrypt
H A DDESCrypt.java565 cipherBlock(plain, plainOffset, cipher, cipherOffset);
592 cipherBlock(cipher, cipherOffset, plain, plainOffset);
596 void cipherBlock(byte[] in, int inOffset, byte[] out, int outOffset) { method in class:DESCrypt

Completed in 66 milliseconds