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

/openjdk9/jdk/src/java.base/share/classes/com/sun/crypto/provider/
H A DCipherTextStealing.java88 encryptFinal(byte[] plain, int plainOffset, int plainLen, byte[] cipher, int cipherOffset) argument
165 decryptFinal(byte[] cipher, int cipherOffset, int cipherLen, byte[] plain, int plainOffset) argument
[all...]
H A DSymmetricCipher.java100 abstract void decryptBlock(byte[] cipher, int cipherOffset, argument
84 encryptBlock(byte[] plain, int plainOffset, byte[] cipher, int cipherOffset) argument
H A DOutputFeedback.java149 encrypt(byte[] plain, int plainOffset, int plainLen, byte[] cipher, int cipherOffset) argument
190 encryptFinal(byte[] plain, int plainOffset, int plainLen, byte[] cipher, int cipherOffset) argument
209 decrypt(byte[] cipher, int cipherOffset, int cipherLen, byte[] plain, int plainOffset) argument
215 decryptFinal(byte[] cipher, int cipherOffset, int cipherLen, byte[] plain, int plainOffset) argument
[all...]
H A DPCBC.java136 encrypt(byte[] plain, int plainOffset, int plainLen, byte[] cipher, int cipherOffset) argument
176 decrypt(byte[] cipher, int cipherOffset, int cipherLen, byte[] plain, int plainOffset) argument
[all...]
H A DBlowfishCrypt.java161 void decryptBlock(byte[] cipher, int cipherOffset, argument
137 encryptBlock(byte[] plain, int plainOffset, byte[] cipher, int cipherOffset) argument
[all...]
H A DCipherFeedback.java150 encrypt(byte[] plain, int plainOffset, int plainLen, byte[] cipher, int cipherOffset) argument
190 encryptFinal(byte[] plain, int plainOffset, int plainLen, byte[] cipher, int cipherOffset) argument
226 decrypt(byte[] cipher, int cipherOffset, int cipherLen, byte[] plain, int plainOffset) argument
267 decryptFinal(byte[] cipher, int cipherOffset, int cipherLen, byte[] plain, int plainOffset) argument
[all...]
H A DDESedeCrypt.java143 void decryptBlock(byte[] cipher, int cipherOffset, argument
113 encryptBlock(byte[] plain, int plainOffset, byte[] cipher, int cipherOffset) argument
[all...]
H A DFeedbackCipher.java179 abstract int decrypt(byte[] cipher, int cipherOffset, in argument
138 encrypt(byte[] plain, int plainOffset, int plainLen, byte[] cipher, int cipherOffset) argument
156 encryptFinal(byte[] plain, int plainOffset, int plainLen, byte[] cipher, int cipherOffset) argument
198 decryptFinal(byte[] cipher, int cipherOffset, int cipherLen, byte[] plain, int plainOffset) argument
[all...]
H A DCipherBlockChaining.java143 encrypt(byte[] plain, int plainOffset, int plainLen, byte[] cipher, int cipherOffset) argument
156 implEncrypt(byte[] plain, int plainOffset, int plainLen, byte[] cipher, int cipherOffset) argument
194 decrypt(byte[] cipher, int cipherOffset, int cipherLen, byte[] plain, int plainOffset) argument
206 implDecrypt(byte[] cipher, int cipherOffset, int cipherLen, byte[] plain, int plainOffset) argument
[all...]
H A DDESCrypt.java589 void decryptBlock(byte[] cipher, int cipherOffset, argument
562 encryptBlock(byte[] plain, int plainOffset, byte[] cipher, int cipherOffset) argument
[all...]

Completed in 111 milliseconds