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

  /libcore/crypto/src/main/java/org/conscrypt/
ServerKeyExchange.java 40 final byte[] bytes2; field in class:ServerKeyExchange
68 bytes2 = toUnsignedByteArray(this.par2);
70 length = 4 + bytes1.length + bytes2.length;
170 bytes2 = in.read(size);
171 par2 = new BigInteger(1, bytes2);
172 this.length += 2 + bytes2.length;
204 out.writeUint16(bytes2.length);
205 out.write(bytes2);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
SHA1withDSA_SignatureTest.java 102 private static byte bytes2[] = new byte[10]; field in class:SHA1withDSA_SignatureTest
130 mySecureRandom.nextBytes(bytes2); typedefs
350 signingSigns[i].update(bytes2, 0, bytes2.length);
353 // it is expected that "signature" is one generated only for "bytes2" update
355 verifyingSign.update(bytes2, 0, bytes2.length);
386 signingSigns[i].update(bytes2, 0, bytes2.length);
389 // it is expected that "signature" is one generated only for "bytes2" updat
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
favicon_cache_unittest.cc 505 std::string bytes2 = "bytes2"; local
513 TriggerSyncFaviconReceived(GURL(page_url), GURL(fav_url), bytes2, 0); local
516 EXPECT_FALSE(ExpectFaviconEquals(page_url, bytes2));
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
udatatst.c 1179 UDataInfo bytes2; member in struct:__anon13514
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun_unittest.cc 1388 StunByteStringAttribute* bytes2 = local
    [all...]
  /external/icu4c/test/cintltst/
udatatst.c 1182 UDataInfo bytes2; member in struct:__anon20860
    [all...]
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
compact_lang_det_impl.cc 1165 int bytes2 = doc_tote->Value(altsub); local
    [all...]
  /external/chromium_org/third_party/libxml/src/
runtest.c 615 char bytes2[4096]; local
627 res2 = read(fd2, bytes2, 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 923 milliseconds