HomeSort by relevance Sort by last modified time
    Searched refs:key3 (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/openssl/crypto/des/
des3s.cpp 39 des_key_schedule key1,key2,key3; local
48 des_encrypt3(&data[0],key1,key2,key3);
50 des_encrypt3(&data[0],key1,key2,key3);
51 des_encrypt3(&data[0],key1,key2,key3);
52 des_encrypt3(&data[0],key1,key2,key3);
55 des_encrypt3(&data[0],key1,key2,key3);
56 des_encrypt3(&data[0],key1,key2,key3);
57 des_encrypt3(&data[0],key1,key2,key3);
58 des_encrypt3(&data[0],key1,key2,key3);
60 des_encrypt3(&data[0],key1,key2,key3);
    [all...]
speed.c 185 static DES_cblock key3={0x56,0x78,0x9a,0xbc,0xde,0xf0,0x12,0x34}; local
198 DES_set_key_unchecked(&key3,&sch3);
des_opts.c 424 static DES_cblock key3={0x56,0x78,0x9a,0xbc,0xde,0xf0,0x12,0x34}; local
447 DES_set_key_unchecked(&key3,&sch3);
  /external/chromium_org/chrome/common/extensions/docs/server2/
persistent_object_store_test.py 23 mapping = {'key2': 'value2', 'key3': 'value3'}
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DESedeEngine.java 65 byte[] key3 = new byte[8];
66 System.arraycopy(keyMaster, 16, key3, 0, key3.length);
67 workingKey3 = generateWorkingKey(encrypting, key3);
  /external/chromium_org/net/base/registry_controlled_domains/
registry_controlled_domain_unittest.cc 437 const char* key3 = "a.b.bbl"; local
449 EXPECT_EQ(0U, GetRegistryLengthFromHost(key3, EXCLUDE_UNKNOWN_REGISTRIES));
452 key3, EXCLUDE_UNKNOWN_REGISTRIES));
474 const char* key3 = "a.b.lbb"; local
486 EXPECT_EQ(0U, GetRegistryLengthFromHost(key3, EXCLUDE_UNKNOWN_REGISTRIES));
489 key3, EXCLUDE_UNKNOWN_REGISTRIES));
  /external/chromium_org/net/dns/
host_cache_unittest.cc 224 HostCache::Key key3("foobar.com", ADDRESS_FAMILY_IPV4,
243 EXPECT_FALSE(cache.Lookup(key3, now));
244 cache.Set(key3, entry, now, kTTL);
245 EXPECT_TRUE(cache.Lookup(key3, now));
251 EXPECT_NE(cache.Lookup(key1, now), cache.Lookup(key3, now));
252 EXPECT_NE(cache.Lookup(key2, now), cache.Lookup(key3, now));
  /external/chromium_org/chrome/browser/chromeos/drive/
resource_metadata_storage_unittest.cc 82 const std::string key3 = "efgh"; local
116 entry3.set_local_id(key3);
121 // key3 found.
122 EXPECT_EQ(FILE_ERROR_OK, storage_->GetEntry(key3, &result));
124 EXPECT_EQ(key3, child_id);
133 EXPECT_EQ(key3, child_id);
136 EXPECT_EQ(FILE_ERROR_OK, storage_->RemoveEntry(key3));
137 EXPECT_EQ(FILE_ERROR_NOT_FOUND, storage_->GetEntry(key3, &result));
563 const std::string key3 = "boo"; local
590 // Add parent-child relationship between key2 and key3
    [all...]
  /external/chromium_org/net/spdy/
hpack_huffman_aggregator_test.cc 119 SpdySessionKey key3(HostPortPair("three.com", 443), ProxyServer::Direct(),
135 HpackEncoder* three = peer_.ObtainEncoder(key3);
  /external/chromium_org/ui/base/ime/chromeos/
character_composer_unittest.cc 72 // Expects |expected_character| is composed after sequence [key1, key2, key3].
76 uint key3,
80 ExpectCharacterComposed(character_composer, key2, key3, flags,
84 // Expects |expected_character| is composed after sequence [key1, key2, key3,
89 uint key3,
94 ExpectCharacterComposed(character_composer, key2, key3, key4, flags,
98 // Expects |expected_character| is composed after sequence [key1, key2, key3,
103 uint key3,
109 ExpectCharacterComposed(character_composer, key2, key3, key4, key5, flags,
113 // Expects |expected_character| is composed after sequence [key1, key2, key3,
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
ClassWriter.java 278 final Item key3; field in class:ClassWriter
541 key3 = new Item();
    [all...]
  /external/openssl/crypto/rsa/
rsa_test.c 127 static int key3(RSA *key, unsigned char *c) function
243 clen = key3(key, ctext_ex);
  /external/chromium_org/third_party/boringssl/src/crypto/rsa/
rsa_test.c 170 static int key3(RSA *key, unsigned char *c) { function
412 clen = key3(key, ctext_ex);
  /frameworks/base/services/tests/servicestests/src/com/android/server/location/
LocationRequestStatisticsTest.java 143 PackageProviderKey key3 = new PackageProviderKey(PACKAGE2, PROVIDER1); local
144 PackageStatistics stats3 = mStatistics.statistics.get(key3);
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
jspipe_test.cc 185 PP_Var key3 = VarFromCStr(var_iface, "payload"); local
199 PP_Var payload_var = dict_iface->Get(message, key3);
208 var_iface->Release(key3);
  /external/stlport/test/unit/
map_test.cpp 367 Key key1(1), key2(2), key3(3), key4(4);
370 cont.insert(value(&key3, 3));
416 Key key1(1), key2(2), key3(3), key4(4);
419 cont.insert(value(&key3, 3));
set_test.cpp 422 Key key1(1), key2(2), key3(3), key4(4);
425 keySet.insert(&key3);
469 Key key1(1), key2(2), key3(3), key4(4);
472 keySet.insert(&key3);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardPINView.java 86 findViewById(R.id.key3)
KeyguardPinBasedInputView.java 194 mButton3 = findViewById(R.id.key3);
  /ndk/tests/device/test-gnustl-full/unit/
map_test.cpp 367 Key key1(1), key2(2), key3(3), key4(4);
370 cont.insert(value(&key3, 3));
416 Key key1(1), key2(2), key3(3), key4(4);
419 cont.insert(value(&key3, 3));
set_test.cpp 422 Key key1(1), key2(2), key3(3), key4(4);
425 keySet.insert(&key3);
469 Key key1(1), key2(2), key3(3), key4(4);
472 keySet.insert(&key3);
  /ndk/tests/device/test-stlport/unit/
map_test.cpp 367 Key key1(1), key2(2), key3(3), key4(4);
370 cont.insert(value(&key3, 3));
416 Key key1(1), key2(2), key3(3), key4(4);
419 cont.insert(value(&key3, 3));
set_test.cpp 422 Key key1(1), key2(2), key3(3), key4(4);
425 keySet.insert(&key3);
469 Key key1(1), key2(2), key3(3), key4(4);
472 keySet.insert(&key3);
  /external/chromium_org/content/browser/indexed_db/
indexed_db_backing_store_unittest.cc 261 m_key3 = IndexedDBKey(ASCIIToUTF16("key3"));
469 IndexedDBKey key3 = IndexedDBKey(ASCIIToUTF16("key3")); local
477 IndexedDBKeyRange(key1, key3, false, true),
478 IndexedDBKeyRange(key0, key3, true, true)};
523 key3,
560 IndexedDBKey key3 = IndexedDBKey(ASCIIToUTF16("key3")); local
566 IndexedDBKeyRange ranges[] = {IndexedDBKeyRange(key3, key4, true, false),
613 key3,
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SelectorTest.java 118 SelectionKey key3 = sc.register(selector, SelectionKey.OP_READ); local
120 keySet2.add(key3);
126 keySet2.remove(key3);

Completed in 1524 milliseconds

1 2 3