Lines Matching refs:arraycopy

203                     System.arraycopy(header, 0, buf, 0, header.length);
206 System.arraycopy(data, start, buf, pos, len);
209 System.arraycopy(trailer, 0, buf, pos, trailer.length);
258 System.arraycopy(header, 0, buffer, 0, header.length);
261 System.arraycopy(data, start, buffer, pos, len);
264 System.arraycopy(trailer, 0, buffer, pos, trailer.length);
300 System.arraycopy(answer, 0, output, 0, output.length);
329 System.arraycopy(data, start, buf, 0, len);
333 System.arraycopy(header, 0, buf, len, header.length);
399 System.arraycopy(ivec, 0, iv, 0, DES_IV_SIZE);
420 System.arraycopy(ivec, 0, checksum, 0, HMAC_CHECKSUM_SIZE);
464 System.arraycopy(ivec, 0, iv, 0, DES_IV_SIZE);
486 System.arraycopy(ivec, 0, checksum, 0, HMAC_CHECKSUM_SIZE);
762 System.arraycopy(ctext, 0, ciphertext, cStart, ctext.length);
768 System.arraycopy(ctext2, 0, ciphertext, cStart, ctext2.length);
804 System.arraycopy(ctext, 0, ciphertext, cStart, ctext.length);
846 System.arraycopy(data, offset + numBlocks*blockSize,
849 System.arraycopy(data, offset + numBlocks*blockSize,
994 System.arraycopy(finalBlock, 0, dataOutBuf, dataOffset,
1103 System.arraycopy(finalBlock, 0, dataOutBuf, dataOffset,
1164 System.arraycopy(ptext, WrapToken.CONFOUNDER_SIZE,
1168 System.arraycopy(ptext, 0, token.confounder,
1178 System.arraycopy(confounder, 0, all, 0, confounder.length);
1179 System.arraycopy(plaintext, start, all, confounder.length, len);
1180 System.arraycopy(padding, 0, all, confounder.length + len,
1242 System.arraycopy(ptext, WrapToken.CONFOUNDER_SIZE,
1249 System.arraycopy(ptext, 0, token.confounder,
1259 System.arraycopy(confounder, 0, all, 0, confounder.length);
1260 System.arraycopy(plaintext, start, all, confounder.length, len);
1261 System.arraycopy(padding, 0, all, confounder.length + len,
1299 System.arraycopy(confounder, 0, all, 0, confounder.length);
1300 System.arraycopy(plaintext, start, all, confounder.length, len);
1301 System.arraycopy(tokenHeader, 0, all, confounder.length+len,
1349 System.arraycopy(ptext, WrapToken_v2.CONFOUNDER_SIZE,
1368 System.arraycopy(confounder, 0, all, 0, confounder.length);
1369 System.arraycopy(plaintext, start, all, confounder.length, len);
1370 System.arraycopy(tokenHeader, 0, all, confounder.length+len,
1417 System.arraycopy(ptext, WrapToken_v2.CONFOUNDER_SIZE,