Searched refs:outOff (Results 1 - 25 of 42) sorted by relevance

12

/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DElectronicCodeBook.java117 * @param outOff the offset in <code>cipher</code>
119 void encrypt(byte[] in, int inOff, int len, byte[] out, int outOff) { argument
121 embeddedCipher.encryptBlock(in, inOff, out, outOff);
124 outOff += blockSize;
149 * @param outOff the offset in <code>plain</code>
151 void decrypt(byte[] in, int inOff, int len, byte[] out, int outOff) { argument
153 embeddedCipher.decryptBlock(in, inOff, out, outOff);
156 outOff += blockSize;
H A DCounterMode.java151 * @param outOff the offset in <code>cipher</code>
153 void encrypt(byte[] in, int inOff, int len, byte[] out, int outOff) { argument
154 crypt(in, inOff, len, out, outOff);
178 * @param outOff the offset in <code>plain</code>
180 void decrypt(byte[] in, int inOff, int len, byte[] out, int outOff) { argument
181 crypt(in, inOff, len, out, outOff);
200 private void crypt(byte[] in, int inOff, int len, byte[] out, int outOff) { argument
207 out[outOff++] = (byte)(in[inOff++] ^ encryptedCounter[used++]);
/openjdk7/jdk/src/share/classes/sun/io/
H A DByteToCharISO8859_1.java51 char[] output, int outOff, int outEnd)
55 int bound = inOff + (outEnd - outOff);
65 output[outOff++] = (char) (0xff & input[inOff++]);
68 charOff = outOff;
50 convert(byte[] input, int inOff, int inEnd, char[] output, int outOff, int outEnd) argument
H A DByteToCharASCII.java51 char[] output, int outOff, int outEnd)
56 charOff = outOff;
82 return charOff-outOff;
50 convert(byte[] input, int inOff, int inEnd, char[] output, int outOff, int outEnd) argument
H A DByteToCharSingleByte.java76 char[] output, int outOff, int outEnd)
84 charOff = outOff;
119 return charOff-outOff;
75 convert(byte[] input, int inOff, int inEnd, char[] output, int outOff, int outEnd) argument
H A DCharToByteUnicode.java82 byte out[], int outOff, int outEnd)
86 byteOff = outOff;
92 outI = outOff,
136 return outI - outOff;
81 convert(char in[], int inOff, int inEnd, byte out[], int outOff, int outEnd) argument
H A DByteToCharDBCS_ASCII.java69 char[] output, int outOff, int outEnd)
76 charOff = outOff;
123 return charOff - outOff;
68 convert(byte[] input, int inOff, int inEnd, char[] output, int outOff, int outEnd) argument
H A DByteToCharEUC.java76 char[] output, int outOff, int outEnd)
85 charOff = outOff;
146 return charOff - outOff;
75 convert(byte[] input, int inOff, int inEnd, char[] output, int outOff, int outEnd) argument
H A DCharToByteASCII.java54 byte[] output, int outOff, int outEnd)
67 byteOff = outOff;
160 return byteOff-outOff;
53 convert(char[] input, int inOff, int inEnd, byte[] output, int outOff, int outEnd) argument
H A DCharToByteEUC_TW.java57 byte[] output, int outOff, int outEnd)
64 byteOff = outOff;
95 return byteOff - outOff;
56 convert(char[] input, int inOff, int inEnd, byte[] output, int outOff, int outEnd) argument
H A DByteToCharDoubleByte.java96 char[] output, int outOff, int outEnd)
104 charOff = outOff;
154 return charOff - outOff;
95 convert(byte[] input, int inOff, int inEnd, char[] output, int outOff, int outEnd) argument
H A DByteToCharEUC2.java83 char[] output, int outOff, int outEnd)
90 charOff = outOff;
136 return charOff - outOff;
82 convert(byte[] input, int inOff, int inEnd, char[] output, int outOff, int outEnd) argument
H A DByteToCharEUC_JP_LINUX.java107 char[] output, int outOff, int outEnd)
115 charOff = outOff;
188 return charOff - outOff;
106 convert(byte[] input, int inOff, int inEnd, char[] output, int outOff, int outEnd) argument
H A DCharToByteDBCS_ASCII.java68 byte[] output, int outOff, int outEnd)
75 byteOff = outOff;
170 return byteOff - outOff;
67 convert(char[] input, int inOff, int inEnd, byte[] output, int outOff, int outEnd) argument
H A DCharToByteDoubleByte.java81 byte[] output, int outOff, int outEnd)
93 byteOff = outOff;
177 return byteOff - outOff;
80 convert(char[] input, int inOff, int inEnd, byte[] output, int outOff, int outEnd) argument
H A DCharToByteEUC_JP_LINUX.java86 byte[] output, int outOff, int outEnd)
98 byteOff = outOff;
182 return byteOff - outOff;
85 convert(char[] input, int inOff, int inEnd, byte[] output, int outOff, int outEnd) argument
H A DCharToByteISO8859_1.java53 byte[] output, int outOff, int outEnd)
68 byteOff = outOff;
170 return byteOff-outOff;
52 convert(char[] input, int inOff, int inEnd, byte[] output, int outOff, int outEnd) argument
H A DCharToByteSingleByte.java110 byte[] output, int outOff, int outEnd)
124 byteOff = outOff;
224 return byteOff - outOff;
109 convert(char[] input, int inOff, int inEnd, byte[] output, int outOff, int outEnd) argument
H A DByteToCharUnicode.java99 char[] out, int outOff, int outEnd)
103 charOff = outOff;
110 int inI = inOff, outI = outOff;
199 return outI - outOff;
98 convert(byte[] in, int inOff, int inEnd, char[] out, int outOff, int outEnd) argument
H A DByteToCharCp33722.java95 char[] output, int outOff, int outEnd)
104 charOff = outOff;
188 return charOff - outOff;
94 convert(byte[] input, int inOff, int inEnd, char[] output, int outOff, int outEnd) argument
H A DByteToCharCp964.java100 char[] output, int outOff, int outEnd)
109 charOff = outOff;
204 return charOff - outOff;
99 convert(byte[] input, int inOff, int inEnd, char[] output, int outOff, int outEnd) argument
H A DByteToCharDBCS_EBCDIC.java78 char[] output, int outOff, int outEnd)
85 charOff = outOff;
184 return charOff - outOff;
77 convert(byte[] input, int inOff, int inEnd, char[] output, int outOff, int outEnd) argument
H A DByteToCharEUC_JP.java109 char[] output, int outOff, int outEnd)
117 charOff = outOff;
189 return charOff - outOff;
108 convert(byte[] input, int inOff, int inEnd, char[] output, int outOff, int outEnd) argument
H A DByteToCharEUC_JP_Solaris.java126 char[] output, int outOff, int outEnd)
134 charOff = outOff;
206 return charOff - outOff;
125 convert(byte[] input, int inOff, int inEnd, char[] output, int outOff, int outEnd) argument
H A DByteToCharEUC_TW.java75 char[] output, int outOff, int outEnd)
83 charOff = outOff;
166 return charOff - outOff;
74 convert(byte[] input, int inOff, int inEnd, char[] output, int outOff, int outEnd) argument

Completed in 64 milliseconds

12