HomeSort by relevance Sort by last modified time
    Searched defs:bytes1 (Results 1 - 6 of 6) sorted by null

  /libcore/crypto/src/main/java/org/conscrypt/
ServerKeyExchange.java 37 final byte[] bytes1; field in class:ServerKeyExchange
66 bytes1 = toUnsignedByteArray(this.par1);
70 length = 4 + bytes1.length + bytes2.length;
166 bytes1 = in.read(size);
167 par1 = new BigInteger(1, bytes1);
168 this.length = 2 + bytes1.length;
202 out.writeUint16(bytes1.length);
203 out.write(bytes1);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
SHA1withDSA_SignatureTest.java 100 private static byte bytes1[] = new byte[1000]; field in class:SHA1withDSA_SignatureTest
129 mySecureRandom.nextBytes(bytes1); typedefs
346 signingSigns[i].update(bytes1, 0, bytes1.length);
382 signingSigns[i].update(bytes1, 0, bytes1.length);
448 signingSigns[0].update(bytes1, 0, bytes1.length);
452 verifyingSign.update(bytes1, 0, bytes1.length)
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
udatatst.c 1178 MappedData bytes1; member in struct:__anon11545
    [all...]
  /external/icu4c/test/cintltst/
udatatst.c 1181 MappedData bytes1; member in struct:__anon19058
    [all...]
  /external/chromium_org/third_party/libxml/src/
runtest.c 614 char bytes1[4096]; local
626 res1 = read(fd1, bytes1, 4096);
635 if (memcmp(bytes1, bytes2, res1) != 0) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 

Completed in 546 milliseconds