Searched refs:arraycopy (Results 1 - 25 of 890) sorted by relevance

1234567891011>>

/openjdk7/hotspot/test/compiler/6769124/
H A DTestArrayCopy6769124.java28 * @summary arraycopy may crash the VM with c1 on 64 bit
49 System.arraycopy(O1, i, O2, i, 1); //will crash on amd64
50 System.arraycopy(O1, m, O2, m, 1); //will crash on sparcv9
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DOutputFeedback.java110 System.arraycopy(iv, 0, register, 0, blockSize);
120 System.arraycopy(register, 0, registerSave, 0, blockSize);
127 System.arraycopy(registerSave, 0, register, 0, blockSize);
169 System.arraycopy(k, 0, register, 0, numBytes);
176 System.arraycopy(k, 0, register, 0, numBytes);
186 System.arraycopy(register, numBytes, register, 0, len);
187 System.arraycopy(k, 0, register, len, numBytes);
194 System.arraycopy(register, numBytes, register, 0, len);
195 System.arraycopy(k, 0, register, len, numBytes);
H A DCipherBlockChaining.java100 System.arraycopy(iv, 0, r, 0, blockSize);
110 System.arraycopy(r, 0, rSave, 0, blockSize);
117 System.arraycopy(rSave, 0, r, 0, blockSize);
151 System.arraycopy(cipher, cipherOffset, r, 0, blockSize);
206 System.arraycopy(cipher, cipherOffset, r, 0, blockSize);
208 System.arraycopy(cipherOrig, cipherOffset, r, 0, blockSize);
H A DDESedeCrypt.java76 System.arraycopy(keys, 0, keybuf, 0, DES_BLOCK_SIZE);
78 System.arraycopy(expandedKey, 0, key1, 0, 128);
85 System.arraycopy(keys, DES_BLOCK_SIZE*2, keybuf, 0,
88 System.arraycopy(expandedKey, 0, key3, 0, 128);
93 System.arraycopy(keys, DES_BLOCK_SIZE, keybuf, 0, DES_BLOCK_SIZE);
95 System.arraycopy(expandedKey, 0, key2, 0, 128);
H A DCounterMode.java79 System.arraycopy(iv, 0, counter, 0, blockSize);
91 System.arraycopy(counter, 0, counterSave, 0, blockSize);
92 System.arraycopy(encryptedCounter, 0, encryptedCounterSave, 0,
101 System.arraycopy(counterSave, 0, counter, 0, blockSize);
102 System.arraycopy(encryptedCounterSave, 0, encryptedCounter, 0,
H A DAESWrapCipher.java382 System.arraycopy(IV, 0, out, 0, IV.length);
383 System.arraycopy(keyVal, 0, out, IV.length, 8);
390 System.arraycopy(IV, 0, out, 0, IV.length);
391 System.arraycopy(keyVal, 0, out, IV.length, keyVal.length);
397 System.arraycopy(out, 0, buffer, 0, IV.length);
398 System.arraycopy(out, i*8, buffer, IV.length, 8);
405 System.arraycopy(buffer, 0, out, 0, IV.length);
406 System.arraycopy(buffer, 8, out, 8*i, 8);
456 System.arraycopy(buffer, IV.length, out, 0, out.length);
458 System.arraycopy(wrappedKe
[all...]
H A DTlsKeyMaterialGenerator.java161 System.arraycopy(tmp, 0, keyBlock, i << 4, remaining);
172 System.arraycopy(keyBlock, ofs, tmp, 0, macLength);
176 System.arraycopy(keyBlock, ofs, tmp, 0, macLength);
188 System.arraycopy(keyBlock, ofs, clientKeyBytes, 0, keyLength);
192 System.arraycopy(keyBlock, ofs, serverKeyBytes, 0, keyLength);
204 System.arraycopy(keyBlock, ofs, tmp, 0, ivLength);
208 System.arraycopy(keyBlock, ofs, tmp, 0, ivLength);
236 System.arraycopy(block, 0, tmp, 0, ivLength);
238 System.arraycopy(block, ivLength, tmp, 0, ivLength);
248 System.arraycopy(md
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaNamespaceSupport.java47 System.arraycopy(nSupport.fNamespace, 0, fNamespace, 0, fNamespaceSize);
51 System.arraycopy(nSupport.fContext, 0, fContext, 0, fCurrentContext+1);
72 System.arraycopy(fNamespace, 0, tempNSArray, 0, fNamespace.length);
75 System.arraycopy(namespaceDecls, 0, fNamespace, fNamespaceSize,
97 System.arraycopy(fNamespace, bottomLocalContext, returnVal, 0,
/openjdk7/hotspot/test/compiler/6892265/
H A DTest.java28 * @summary System.arraycopy unable to reference elements beyond Integer.MAX_VALUE bytes
44 System.arraycopy(src2, 0, dst2, N, NCOPY);
45 System.arraycopy(dst2, N, src2, 0, NCOPY);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DUnsyncByteArrayOutputStream.java51 System.arraycopy(arg0, 0, buf, pos, arg0.length);
60 System.arraycopy(arg0, arg1, buf, pos, arg2);
74 System.arraycopy(buf, 0, result, 0, pos);
88 System.arraycopy(buf, 0, newBuf, 0, pos);
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/common/
H A DBogusColorSpace.java89 System.arraycopy(colorvalue, 0, rgbvalue, 0,
103 System.arraycopy(rgbvalue, 0, colorvalue, 0,
117 System.arraycopy(colorvalue, 0, xyzvalue, 0,
131 System.arraycopy(xyzvalue, 0, colorvalue, 0,
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DObjectVector.java99 System.arraycopy(v.m_map, 0, m_map, 0, m_firstFree);
137 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
161 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
187 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
214 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
221 System.arraycopy(m_map, at, m_map, at + 1, m_firstFree - at);
262 System.arraycopy(m_map, i + 1, m_map, i - 1, m_firstFree - i);
287 System.arraycopy(m_map, i + 1, m_map, i, m_firstFree);
416 System.arraycopy(m_map, 0, newMap, 0, m_firstFree);
H A DIntVector.java99 System.arraycopy(v.m_map, 0, m_map, 0, m_firstFree);
137 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
161 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
187 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
214 System.arraycopy(m_map, 0, newMap, 0, m_firstFree + 1);
221 System.arraycopy(m_map, at, m_map, at + 1, m_firstFree - at);
265 System.arraycopy(m_map, i + 1, m_map, i - 1, m_firstFree - i);
290 System.arraycopy(m_map, i + 1, m_map, i, m_firstFree);
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/crypto/
H A DDesMacCksumType.java85 System.arraycopy(conf, 0, new_data, 0, confounderSize());
86 System.arraycopy(data, 0, new_data, confounderSize(), size);
99 System.arraycopy(conf, 0, cksum, 0, confounderSize());
100 System.arraycopy(residue, 0, cksum, confounderSize(),
104 System.arraycopy(key, 0, new_key, 0, key.length);
138 System.arraycopy(cksum, 0, new_data, 0, confounderSize());
139 System.arraycopy(data, 0, new_data, confounderSize(), size);
152 System.arraycopy(cksum, confounderSize(), orig_cksum, 0,
167 System.arraycopy(key, 0, new_key, 0, key.length);
H A DRsaMd5DesCksumType.java87 System.arraycopy(conf, 0, new_data, 0, confounderSize());
88 System.arraycopy(data, 0, new_data, confounderSize(), size);
93 System.arraycopy(conf, 0, cksum, 0, confounderSize());
94 System.arraycopy(mdc_cksum, 0, cksum, confounderSize(),
99 System.arraycopy(key, 0, new_key, 0, key.length);
135 System.arraycopy(cksum, 0, new_data, 0, confounderSize());
136 System.arraycopy(data, 0, new_data, confounderSize(), size);
141 System.arraycopy(cksum, confounderSize(), orig_cksum, 0,
158 System.arraycopy(key, 0, new_key, 0, key.length);
H A DNullEType.java75 System.arraycopy(data, 0, cipher, 0, data.length);
81 System.arraycopy(data, 0, cipher, 0, data.length);
/openjdk7/hotspot/test/runtime/7100935/
H A DTestShortArraycopy.java65 System.arraycopy(a2, 5, a1, 3, 3);
66 System.arraycopy(a3, 5, a1, 3, 3);
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DOpMapVector.java93 System.arraycopy(m_map, 0, newMap, 0, oldSize);
111 System.arraycopy(m_map, 0, newMap, 0, m_map[m_lengthPos]);
/openjdk7/jdk/src/share/classes/javax/sound/midi/
H A DMidiMessage.java131 System.arraycopy(data, 0, this.data, 0, length);
147 System.arraycopy(data, 0, returnedArray, 0, length);
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DMuxingAttributeSet.java81 System.arraycopy(attrs, 0, newAttrs, 0, index);
82 System.arraycopy(attrs, index, newAttrs, index + 1,
86 System.arraycopy(attrs, 0, newAttrs, 1, numAttrs);
90 System.arraycopy(attrs, 0, newAttrs, 0, numAttrs);
107 System.arraycopy(attrs, 1, newAttrs, 0, numAttrs - 1);
111 System.arraycopy(attrs, 0, newAttrs, 0, index);
112 System.arraycopy(attrs, index + 1, newAttrs, index,
117 System.arraycopy(attrs, 0, newAttrs, 0, numAttrs - 1);
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DKernel.java78 System.arraycopy(data, 0, this.data, 0, len);
136 System.arraycopy(this.data, 0, data, 0, this.data.length);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/util/
H A DContiguousCharArrayArray.java111 System.arraycopy(ra, 0, a, 0, _readOnlyArrayIndex);
122 System.arraycopy(ra, 0, a, 0, _readOnlyArraySize);
133 System.arraycopy(ra, 0, a, 0, _readOnlyArraySize);
146 System.arraycopy(_cachedStrings, 0, newCachedStrings, 0, _cachedStrings.length);
187 System.arraycopy(c, 0, _array, oldArrayIndex, l);
204 System.arraycopy(_offset, 0, offset, 0, _size);
208 System.arraycopy(_length, 0, length, 0, _size);
223 System.arraycopy(_array, 0, array, 0, _arrayIndex);
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11Util.java106 System.arraycopy(input, offset, t, 0, len);
113 System.arraycopy(b, ofs, out, 0, len);
119 System.arraycopy(b1, 0, b, 0, b1.length);
120 System.arraycopy(b2, 0, b, b1.length, b2.length);
129 System.arraycopy(b1, 0, b, 0, b1.length);
130 System.arraycopy(b2, 0, b, b1.length, b2.length);
144 System.arraycopy(b, i, t, 0, t.length);
153 System.arraycopy(b, 1, newarray, 0, n);
/openjdk7/jdk/src/share/classes/sun/reflect/
H A DByteVectorImpl.java71 System.arraycopy(data, 0, newData, 0, pos + 1);
85 System.arraycopy(data, 0, newData, 0, data.length);
/openjdk7/jdk/src/share/classes/javax/crypto/spec/
H A DIvParameterSpec.java87 System.arraycopy(iv, offset, this.iv, 0, len);

Completed in 1541 milliseconds

1234567891011>>