| /external/bouncycastle/src/main/java/org/bouncycastle/asn1/ |
| DERBitString.java | 205 System.arraycopy(getBytes(), 0, bytes, 1, bytes.length - 1); 272 System.arraycopy(bytes, 1, data, 0, bytes.length - 1);
|
| /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x500/ |
| X500Name.java | 146 System.arraycopy(rdns, 0, tmp, 0, tmp.length); 189 System.arraycopy(res, 0, tmp, 0, tmp.length);
|
| /external/bouncycastle/src/main/java/org/bouncycastle/crypto/ |
| BufferedBlockCipher.java | 213 System.arraycopy(in, inOff, buf, bufOff, gapLen); 230 System.arraycopy(in, inOff, buf, bufOff, len); 281 System.arraycopy(buf, 0, out, outOff, resultLen);
|
| /external/bouncycastle/src/main/java/org/bouncycastle/crypto/encodings/ |
| ISO9796d1Encoding.java | 161 System.arraycopy(in, inOff + inLen - (t - i), 166 System.arraycopy(in, inOff, block, block.length - (i + z), z); 282 System.arraycopy(output, 1, tmp, 0, tmp.length);
|
| OAEPEncoding.java | 146 System.arraycopy(in, inOff, block, block.length - inLen, inLen); 160 System.arraycopy(defHash, 0, block, defHash.length, defHash.length); 182 System.arraycopy(seed, 0, block, 0, defHash.length); 220 System.arraycopy(data, 0, block, block.length - data.length, data.length); 289 System.arraycopy(block, start, output, 0, output.length); 331 System.arraycopy(hashBuf, 0, mask, counter * hashBuf.length, hashBuf.length); 343 System.arraycopy(hashBuf, 0, mask, counter * hashBuf.length, mask.length - (counter * hashBuf.length));
|
| PKCS1Encoding.java | 22 * work with one of these set the system property org.bouncycastle.pkcs1.strict to false. 24 * The system property is checked during construction of the encoding object, it is set to 59 return System.getProperty(STRICT_LENGTH_ENABLED_PROPERTY); 182 System.arraycopy(in, inOff, block, block.length - inLen, inLen); 243 System.arraycopy(block, start, result, 0, result.length);
|
| /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/ |
| DESedeWrapEngine.java | 145 System.arraycopy(in, inOff, keyToBeWrapped, 0, inLen); 153 System.arraycopy(keyToBeWrapped, 0, WKCKS, 0, keyToBeWrapped.length); 154 System.arraycopy(CKS, 0, WKCKS, keyToBeWrapped.length, CKS.length); 178 System.arraycopy(this.iv, 0, TEMP2, 0, this.iv.length); 179 System.arraycopy(TEMP1, 0, TEMP2, this.iv.length, TEMP1.length); 264 System.arraycopy(TEMP2, 0, this.iv, 0, 8); 265 System.arraycopy(TEMP2, 8, TEMP1, 0, TEMP2.length - 8); 285 System.arraycopy(WKCKS, 0, result, 0, WKCKS.length - 8); 286 System.arraycopy(WKCKS, WKCKS.length - 8, CKStoBeVerified, 0, 8); 321 System.arraycopy(digest, 0, result, 0, 8) [all...] |
| /external/bouncycastle/src/main/java/org/bouncycastle/crypto/macs/ |
| CBCBlockCipherMac.java | 150 System.arraycopy(in, inOff, buf, bufOff, gapLen); 167 System.arraycopy(in, inOff, buf, bufOff, len); 202 System.arraycopy(mac, 0, out, outOff, macSize);
|
| HMac.java | 125 System.arraycopy(key, 0, inputPad, 0, key.length); 133 System.arraycopy(inputPad, 0, outputPad, 0, inputPad.length);
|
| /external/bouncycastle/src/main/java/org/bouncycastle/crypto/modes/ |
| CBCBlockCipher.java | 76 System.arraycopy(iv, 0, IV, 0, iv.length); 139 System.arraycopy(IV, 0, cbcV, 0, IV.length); 183 System.arraycopy(out, outOff, cbcV, 0, cbcV.length); 212 System.arraycopy(in, inOff, cbcNextV, 0, blockSize);
|
| GOFBBlockCipher.java | 88 System.arraycopy(iv, 0, IV, IV.length - iv.length, iv.length); 96 System.arraycopy(iv, 0, IV, 0, IV.length); 189 System.arraycopy(ofbV, blockSize, ofbV, 0, ofbV.length - blockSize); 190 System.arraycopy(ofbOutV, 0, ofbV, ofbV.length - blockSize, blockSize); 201 System.arraycopy(IV, 0, ofbV, 0, IV.length);
|
| /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/asymmetric/ec/ |
| Signature.java | 303 System.arraycopy(first, 0, res, res.length / 2 - first.length, first.length); 304 System.arraycopy(second, 0, res, res.length - second.length, second.length); 318 System.arraycopy(res, 1, tmp, 0, tmp.length); 335 System.arraycopy(encoding, 0, first, 0, first.length); 336 System.arraycopy(encoding, first.length, second, 0, second.length);
|
| /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/symmetric/ |
| DESede.java | 177 System.arraycopy(k, 0, k, 16, 8); 236 System.arraycopy(bytes, 0, longKey, 0, 16); 237 System.arraycopy(bytes, 0, longKey, 16, 8);
|
| /external/javassist/src/main/javassist/bytecode/ |
| ByteStream.java | 46 System.arraycopy(data, off, buf, count, len); 176 System.arraycopy(buf, 0, buf2, 0, count); 189 System.arraycopy(buf, 0, newBuf, 0, count);
|
| /external/javassist/src/main/javassist/bytecode/analysis/ |
| Frame.java | 152 System.arraycopy(locals, 0, frame.locals, 0, locals.length); 153 System.arraycopy(stack, 0, frame.stack, 0, stack.length); 166 System.arraycopy(stack, 0, frame.stack, 0, stack.length);
|
| /external/javassist/src/main/javassist/tools/web/ |
| Viewer.java | 36 * on a local file system at the client side; even other 61 System.arraycopy(args, 3, args2, 0, args.length - 3); 65 System.err.println( 197 System.arraycopy(buf, 0, newbuf, 0, size); 205 System.arraycopy(buf, 0, result, 0, size);
|
| /external/proguard/src/proguard/classfile/attribute/visitor/ |
| MultiAttributeVisitor.java | 68 System.arraycopy(attributeVisitors, 0,
|
| /external/proguard/src/proguard/classfile/editor/ |
| ConstantPoolEditor.java | 640 System.arraycopy(constantPool, 0, 648 System.out.println(targetClass.getName()+": adding ["+constant.getClass().getName()+"] at index "+targetClass.u2constantPoolCount);
|
| /external/proguard/src/proguard/evaluation/ |
| Variables.java | 101 System.arraycopy(other.values, 0, this.values, 0, other.size);
|
| /external/proguard/src/proguard/optimize/ |
| DuplicateInitializerFixer.java | 110 System.out.println("DuplicateInitializerFixer:"); 111 System.out.println(" ["+programClass.getName()+"]: "+name+descriptor+" -> "+newDescriptor); 191 System.arraycopy(parameterAnnotationsAttribute.u2parameterAnnotationsCount, 197 System.arraycopy(parameterAnnotationsAttribute.parameterAnnotations,
|
| /external/proguard/src/proguard/optimize/info/ |
| ParameterUsageMarker.java | 141 System.out.print("ParameterUsageMarker: ["+programClass.getName() +"."+programMethod.getName(programClass)+programMethod.getDescriptor(programClass)+"]: "); 144 System.out.print(isParameterUsed(programMethod, index) ? '+' : '-'); 146 System.out.println();
|
| /external/protobuf/java/src/main/java/com/google/protobuf/ |
| ByteString.java | 91 System.arraycopy(bytes, offset, copy, 0, size); 163 System.arraycopy(str.bytes, 0, bytes, pos, str.size()); 179 System.arraycopy(bytes, 0, target, offset, bytes.length); 193 System.arraycopy(bytes, sourceOffset, target, targetOffset, size); 202 System.arraycopy(bytes, 0, copy, 0, size);
|
| /external/tagsoup/src/org/ccil/cowan/tagsoup/ |
| AttributesImpl.java | 451 System.arraycopy(data, (index+1)*5, data, index*5, 598 System.arraycopy(data, 0, newData, 0, length*5);
|
| /frameworks/base/core/java/android/content/pm/ |
| Signature.java | 139 System.arraycopy(mSignature, 0, bytes, 0, mSignature.length);
|
| /frameworks/base/core/java/android/database/ |
| MatrixCursor.java | 111 System.arraycopy(columnValues, 0, data, start, columnCount); 178 System.arraycopy(oldData, 0, this.data, 0, oldData.length);
|