Lines Matching refs:arraycopy

894             System.arraycopy(H_A1, 0, keyBuffer, 0, H_A1.length);
895 System.arraycopy(cimagic, 0, keyBuffer, H_A1.length, cimagic.length);
901 System.arraycopy(simagic, 0, keyBuffer, H_A1.length, simagic.length);
945 System.arraycopy(outgoing, start, wrapped, 0, len);
961 System.arraycopy(mac, 0, wrapped, len, 10);
964 System.arraycopy(messageType, 0, wrapped, len+10, 2);
967 System.arraycopy(sequenceNum, 0, wrapped, len+12, 4);
1003 System.arraycopy(incoming, start, msg, 0, msg.length);
1004 System.arraycopy(incoming, start+msg.length, mac, 0, 10);
1005 System.arraycopy(incoming, start+msg.length+10, msgType, 0, 2);
1006 System.arraycopy(incoming, start+msg.length+12, seqNum, 0, 4);
1065 System.arraycopy(seqnum, 0, seqAndMsg, 0, 4);
1066 System.arraycopy(msg, start, seqAndMsg, 4, len);
1077 System.arraycopy(hMAC_MD5, 0, macBuffer, 0, 10);
1187 System.arraycopy(H_A1, 0, keyBuffer, 0, n); // H(A1)[0..n]
1190 System.arraycopy(ccmagic, 0, keyBuffer, n, ccmagic.length);
1196 System.arraycopy(scmagic, 0, keyBuffer, n, scmagic.length);
1345 System.arraycopy(outgoing, start, toBeEncrypted, 0, len);
1346 System.arraycopy(padding, 0, toBeEncrypted, len, padding.length);
1347 System.arraycopy(mac, 0, toBeEncrypted, len+padding.length, 10);
1370 System.arraycopy(cipherBlock, 0, wrapped, 0, cipherBlock.length);
1371 System.arraycopy(messageType, 0, wrapped, cipherBlock.length, 2);
1372 System.arraycopy(sequenceNum, 0, wrapped, cipherBlock.length+2, 4);
1407 System.arraycopy(incoming, start,
1409 System.arraycopy(incoming, start+encryptedMsg.length,
1411 System.arraycopy(incoming, start+encryptedMsg.length+2,
1442 System.arraycopy(decryptedMsg, 0,
1444 System.arraycopy(decryptedMsg, msgWithPadding.length,
1511 System.arraycopy(msgWithPadding, 0, clearMsg, 0, msgLength);
1548 System.arraycopy(input, offset, raw, 0, len);
1609 System.arraycopy(subkey1, 0, ede, 0, subkey1.length);
1610 System.arraycopy(subkey2, 0, ede, subkey1.length, subkey2.length);
1611 System.arraycopy(subkey1, 0, ede, subkey1.length+subkey2.length,