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

/openjdk10/jdk/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/
H A DTIFFPackBitsCompressor.java41 packBits(byte[] input, int inOffset, int inCount, byte[] output, int outOffset) argument
[all...]
H A DTIFFDecompressor.java627 reformatData(byte[] buf, int bytesPerRow, int numRows, short[] shortData, int[] intData, int outOffset, int outStride) argument
/openjdk10/jdk/src/java.base/share/classes/com/sun/crypto/provider/
H A DBlowfishCrypt.java170 cipherBlock(byte[] in, int inOffset, byte[] out, int outOffset) argument
H A DAESCrypt.java352 encryptBlock(byte[] in, int inOffset, byte[] out, int outOffset) argument
361 implEncryptBlock(byte[] in, int inOffset, byte[] out, int outOffset) argument
431 decryptBlock(byte[] in, int inOffset, byte[] out, int outOffset) argument
440 implDecryptBlock(byte[] in, int inOffset, byte[] out, int outOffset) argument
[all...]
H A DAESWrapCipher.java304 engineUpdate(byte[] in, int inOffset, int inLen, byte[] out, int outOffset) argument
349 engineDoFinal(byte[] in, int inOffset, int inLen, byte[] out, int outOffset) argument
H A DDESedeWrapCipher.java328 engineUpdate(byte[] in, int inOffset, int inLen, byte[] out, int outOffset) argument
H A DDESCrypt.java596 void cipherBlock(byte[] in, int inOffset, byte[] out, int outOffset) { argument
/openjdk10/jdk/test/com/sun/crypto/provider/Cipher/AES/
H A DTestShortBuffer.java56 private int outOffset = 0; field in class:TestShortBuffer
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/replacements/
H A DCipherBlockChainingSubstitutions.java84 static int encrypt(Object rcvr, byte[] in, int inOffset, int inLength, byte[] out, int outOffset) { argument
97 static int implEncrypt(Object rcvr, byte[] in, int inOffset, int inLength, byte[] out, int outOffset) { argument
110 static int decrypt(Object rcvr, byte[] in, int inOffset, int inLength, byte[] out, int outOffset) { argument
123 static int implDecrypt(Object rcvr, byte[] in, int inOffset, int inLength, byte[] out, int outOffset) { argument
140 decryptWithOriginalKey(Object rcvr, byte[] in, int inOffset, int inLength, byte[] out, int outOffset) argument
156 implDecryptWithOriginalKey(Object rcvr, byte[] in, int inOffset, int inLength, byte[] out, int outOffset) argument
168 crypt(Object rcvr, byte[] in, int inOffset, int inLength, byte[] out, int outOffset, Object embeddedCipher, boolean encrypt, boolean withOriginalKey) argument
[all...]
H A DAESCryptSubstitutions.java85 static void encryptBlock(Object rcvr, byte[] in, int inOffset, byte[] out, int outOffset) { argument
90 static void implEncryptBlock(Object rcvr, byte[] in, int inOffset, byte[] out, int outOffset) { argument
95 static void decryptBlock(Object rcvr, byte[] in, int inOffset, byte[] out, int outOffset) { argument
100 static void implDecryptBlock(Object rcvr, byte[] in, int inOffset, byte[] out, int outOffset) { argument
109 static void decryptBlockWithOriginalKey(Object rcvr, byte[] in, int inOffset, byte[] out, int outOffset) { argument
117 implDecryptBlockWithOriginalKey(Object rcvr, byte[] in, int inOffset, byte[] out, int outOffset) argument
121 crypt(Object rcvr, byte[] in, int inOffset, byte[] out, int outOffset, boolean encrypt, boolean withOriginalKey) argument
144 checkArgs(byte[] in, int inOffset, byte[] out, int outOffset) argument
[all...]
/openjdk10/jdk/src/java.base/share/classes/javax/crypto/
H A DMac.java612 public final void doFinal(byte[] output, int outOffset) argument
/openjdk10/jdk/src/java.security.jgss/share/classes/sun/security/jgss/wrapper/
H A DNativeGSSContext.java385 wrap(byte[] inBuf, int inOffset, int len, byte[] outBuf, int outOffset, MessageProp msgProp) argument
415 unwrap(byte[] inBuf, int inOffset, int len, byte[] outBuf, int outOffset, MessageProp msgProp) argument
442 unwrap(InputStream inStream, byte[] outBuf, int outOffset, MessageProp msgProp) argument
/openjdk10/jdk/src/java.security.jgss/share/classes/sun/security/jgss/krb5/
H A DKrb5Context.java946 wrap(byte[] inBuf, int inOffset, int len, byte[] outBuf, int outOffset, MessageProp msgProp) argument
1072 unwrap(byte[] inBuf, int inOffset, int len, byte[] outBuf, int outOffset, MessageProp msgProp) argument
1094 unwrap(InputStream is, byte[] outBuf, int outOffset, MessageProp msgProp) argument
1169 getMIC(byte[] inMsg, int offset, int len, byte[] outBuf, int outOffset, MessageProp msgProp) argument
[all...]

Completed in 80 milliseconds