Searched refs:key2 (Results 126 - 150 of 218) sorted by relevance

123456789

/external/openssl/crypto/des/
H A Ddes_opts.c423 static DES_cblock key2={0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0,0x12}; local
446 DES_set_key_unchecked(&key2,&sch2);
/external/chromium_org/third_party/openssl/openssl/crypto/modes/
H A Dxts128.c73 (*ctx->block2)(tweak.c,tweak.c,ctx->key2);
/external/chromium_org/third_party/usrsctp/overrides/usrsctplib/netinet/
H A Dsctp_auth.h140 extern sctp_key_t *sctp_compute_hashkey(sctp_key_t *key1, sctp_key_t *key2,
/external/openssl/crypto/modes/
H A Dxts128.c73 (*ctx->block2)(tweak.c,tweak.c,ctx->key2);
/external/stlport/test/unit/
H A Dunordered_test.cpp595 Key key1(1), key2(2), key3(3), key4(4);
597 cont.insert(&key2);
636 Key key1(1), key2(2), key3(3), key4(4);
638 cont.insert(&key2);
/external/v8/src/
H A Dhashmap.h41 typedef bool (*MatchFun) (void* key1, void* key2);
H A Dd8.h113 static bool Match(void* key1, void* key2);
/external/chromium/net/disk_cache/
H A Dbackend_unittest.cc990 std::string key2("Another key");
991 ASSERT_EQ(net::OK, CreateEntry(key2, &entry2));
1001 EXPECT_EQ(key2, entry->GetKey());
1750 char key2[2000]; local
1752 CacheTestFillBuffer(key2, sizeof(key2), true);
1754 key2[sizeof(key2) - 1] = '\0';
1756 ASSERT_EQ(net::OK, CreateEntry(key2, &entry2));
1780 EXPECT_EQ(sizeof(key2)
[all...]
/external/chromium_org/net/disk_cache/
H A Dentry_unittest.cc850 std::string key2("Second key");
851 ASSERT_EQ(net::OK, CreateEntry(key2, &entry));
857 ASSERT_EQ(net::OK, OpenEntry(key2, &entry));
866 ASSERT_EQ(net::OK, OpenEntry(key2, &entry));
874 ASSERT_EQ(net::OK, OpenEntry(key2, &entry));
882 ASSERT_EQ(net::OK, OpenEntry(key2, &entry));
1248 std::string key2("the second key");
1249 ASSERT_EQ(net::OK, CreateEntry(key2, &entry));
1258 ASSERT_EQ(net::OK, OpenEntry(key2, &entry));
1953 std::string key2("th
[all...]
/external/chromium/chrome/browser/chromeos/input_method/
H A Dinput_method_util.cc292 const string16 key2 = local
294 return l10n_util::StringComparator<string16>(collator_)(key1, key2);
/external/chromium_org/net/spdy/
H A Dspdy_session_pool_unittest.cc172 SpdySessionKey key2(test_host_port_pair2, ProxyServer::Direct(),
175 CreateInsecureSpdySession(http_session_, key2, BoundNetLog());
/external/icu4c/common/
H A Dstringtriebuilder.cpp29 equalStringTrieNodes(const UHashTok key1, const UHashTok key2) { argument
30 return icu::StringTrieBuilder::equalNodes(key1.pointer, key2.pointer);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DDatabaseTestBase.java465 long key2 = database.insert("auto_table", null, values);
466 assertThat(key2, not(equalTo(key)));
/external/chromium_org/third_party/openssl/openssl/crypto/aes/
H A Daes_ige.c215 const AES_KEY *key2, const unsigned char *ivec,
213 AES_bi_ige_encrypt(const unsigned char *in, unsigned char *out, size_t length, const AES_KEY *key, const AES_KEY *key2, const unsigned char *ivec, const int enc) argument
/external/chromium_org/v8/src/
H A Dhashmap.h41 typedef bool (*MatchFun) (void* key1, void* key2);
/external/libsepol/src/
H A Dhashtab.c39 const hashtab_key_t key2),
35 hashtab_create(unsigned int (*hash_value) (hashtab_t h, const hashtab_key_t key), int (*keycmp) (hashtab_t h, const hashtab_key_t key1, const hashtab_key_t key2), unsigned int size) argument
/external/libvpx/libvpx/examples/includes/HTML-Toc-0.91/
H A DTocUpdator.pm90 my ($key1, $value1, $key2, $value2, $result);
H A DTocGenerator.pm148 my ($key1, $value1, $key2, $value2, $result);
152 HASH2: while (($key2, $value2) = each %$aHash2) {
155 $value1 = $aHash1->{$key2};
/external/openssl/crypto/aes/
H A Daes_ige.c215 const AES_KEY *key2, const unsigned char *ivec,
213 AES_bi_ige_encrypt(const unsigned char *in, unsigned char *out, size_t length, const AES_KEY *key, const AES_KEY *key2, const unsigned char *ivec, const int enc) argument
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DHashMapTest.java243 map2.put("key2", "value3");
244 Set key2 = map2.keySet();
245 assertTrue("keySet() is identical", key2 != keys);
247 "key2", key2.iterator().next());
H A DLinkedHashMapTest.java368 map2.put("key2", "value3");
369 Set key2 = map2.keySet();
370 assertTrue("keySet() is identical", key2 != keys);
372 "key2", key2.iterator().next());
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_cache_unittest.cc927 const std::string key2 = "key2"; local
940 old_metadata.AddOrUpdateCacheEntry(key2, entry);
954 EXPECT_TRUE(cache_->GetCacheEntry(key2, &entry));
/external/chromium_org/third_party/bintrees/bintrees/
H A Dctrees.c79 ct_compare(PyObject *key1, PyObject *key2) argument
83 res = PyObject_RichCompareBool(key1, key2, Py_LT);
91 +1 if key1 > key2
95 return PyObject_RichCompareBool(key1, key2, Py_GT);
/external/smack/src/org/jivesoftware/smack/util/collections/
H A DAbstractHashedMap.java377 * @param key2 the second key extracted from the entry via <code>entry.key</code>
380 protected boolean isEqualKey(Object key1, Object key2) { argument
381 return (key1 == key2 || ((key1 != null) && key1.equals(key2)));
/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url_service_sync_unittest.cc359 turl.reset(CreateTestTemplateURL(ASCIIToUTF16("key2"), "http://key2.com",
360 "key2", 90));
406 model()->Add(CreateTestTemplateURL(ASCIIToUTF16("key2"), "http://key2.com"));
424 model()->Add(CreateTestTemplateURL(ASCIIToUTF16("key2"), "http://key2.com"));
443 model()->Add(CreateTestTemplateURL(ASCIIToUTF16("key2"), "http://key2.com"));
780 model()->Add(CreateTestTemplateURL(ASCIIToUTF16("key2"),
810 const TemplateURL* key2 = model()->GetTemplateURLForGUID("key2"); local
1146 TemplateURL* key2 = model()->GetTemplateURLForHost(google_url.host()); local
[all...]

Completed in 571 milliseconds

123456789