/external/openssl/crypto/des/ |
D | des3s.cpp | 39 des_key_schedule key1,key2,key3; in main() local 48 des_encrypt3(&data[0],key1,key2,key3); in main() 50 des_encrypt3(&data[0],key1,key2,key3); in main() 51 des_encrypt3(&data[0],key1,key2,key3); in main() 52 des_encrypt3(&data[0],key1,key2,key3); in main() 55 des_encrypt3(&data[0],key1,key2,key3); in main() 56 des_encrypt3(&data[0],key1,key2,key3); in main() 57 des_encrypt3(&data[0],key1,key2,key3); in main() 58 des_encrypt3(&data[0],key1,key2,key3); in main() 60 des_encrypt3(&data[0],key1,key2,key3); in main()
|
D | speed.c | 185 static DES_cblock key3={0x56,0x78,0x9a,0xbc,0xde,0xf0,0x12,0x34}; in main() local 198 DES_set_key_unchecked(&key3,&sch3); in main()
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
D | des3s.cpp | 39 des_key_schedule key1,key2,key3; in main() local 48 des_encrypt3(&data[0],key1,key2,key3); in main() 50 des_encrypt3(&data[0],key1,key2,key3); in main() 51 des_encrypt3(&data[0],key1,key2,key3); in main() 52 des_encrypt3(&data[0],key1,key2,key3); in main() 55 des_encrypt3(&data[0],key1,key2,key3); in main() 56 des_encrypt3(&data[0],key1,key2,key3); in main() 57 des_encrypt3(&data[0],key1,key2,key3); in main() 58 des_encrypt3(&data[0],key1,key2,key3); in main() 60 des_encrypt3(&data[0],key1,key2,key3); in main()
|
D | speed.c | 185 static DES_cblock key3={0x56,0x78,0x9a,0xbc,0xde,0xf0,0x12,0x34}; in main() local 198 DES_set_key_unchecked(&key3,&sch3); in main()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
D | DESedeEngine.java | 65 byte[] key3 = new byte[8]; in init() 66 System.arraycopy(keyMaster, 16, key3, 0, key3.length); in init() 67 workingKey3 = generateWorkingKey(encrypting, key3); in init()
|
/external/llvm/test/YAMLParser/ |
D | spec-10-10.data | 6 ? explicit key3, # Empty value 9 simple key3, # Empty value
|
D | spec-10-11.data | 6 ? explicit key3, # Implicit empty
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
D | resource_metadata_storage_unittest.cc | 82 const std::string key3 = "efgh"; in TEST_F() local 116 entry3.set_local_id(key3); in TEST_F() 122 EXPECT_EQ(FILE_ERROR_OK, storage_->GetEntry(key3, &result)); in TEST_F() 124 EXPECT_EQ(key3, child_id); in TEST_F() 133 EXPECT_EQ(key3, child_id); in TEST_F() 136 EXPECT_EQ(FILE_ERROR_OK, storage_->RemoveEntry(key3)); in TEST_F() 137 EXPECT_EQ(FILE_ERROR_NOT_FOUND, storage_->GetEntry(key3, &result)); in TEST_F() 569 const std::string key3 = "boo"; in TEST_F() local 597 PutChild(key2, name3, key3); in TEST_F() 601 entry.set_local_id(key3); in TEST_F() [all …]
|
/external/chromium_org/net/base/registry_controlled_domains/ |
D | registry_controlled_domain_unittest.cc | 437 const char* key3 = "a.b.bbl"; in TEST_F() local 449 EXPECT_EQ(0U, GetRegistryLengthFromHost(key3, EXCLUDE_UNKNOWN_REGISTRIES)); in TEST_F() 452 key3, EXCLUDE_UNKNOWN_REGISTRIES)); in TEST_F() 474 const char* key3 = "a.b.lbb"; in TEST_F() local 486 EXPECT_EQ(0U, GetRegistryLengthFromHost(key3, EXCLUDE_UNKNOWN_REGISTRIES)); in TEST_F() 489 key3, EXCLUDE_UNKNOWN_REGISTRIES)); in TEST_F()
|
/external/chromium_org/ui/base/ime/chromeos/ |
D | character_composer_unittest.cc | 76 uint key3, in ExpectCharacterComposed() argument 80 ExpectCharacterComposed(character_composer, key2, key3, flags, in ExpectCharacterComposed() 89 uint key3, in ExpectCharacterComposed() argument 94 ExpectCharacterComposed(character_composer, key2, key3, key4, flags, in ExpectCharacterComposed() 103 uint key3, in ExpectCharacterComposed() argument 109 ExpectCharacterComposed(character_composer, key2, key3, key4, key5, flags, in ExpectCharacterComposed() 118 uint key3, in ExpectCharacterComposed() argument 125 ExpectCharacterComposed(character_composer, key2, key3, key4, key5, key6, in ExpectCharacterComposed()
|
/external/chromium_org/net/dns/ |
D | host_cache_unittest.cc | 224 HostCache::Key key3("foobar.com", ADDRESS_FAMILY_IPV4, in TEST() local 243 EXPECT_FALSE(cache.Lookup(key3, now)); in TEST() 244 cache.Set(key3, entry, now, kTTL); in TEST() 245 EXPECT_TRUE(cache.Lookup(key3, now)); in TEST() 251 EXPECT_NE(cache.Lookup(key1, now), cache.Lookup(key3, now)); in TEST() 252 EXPECT_NE(cache.Lookup(key2, now), cache.Lookup(key3, now)); in TEST()
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
D | ClassWriter.java | 278 final Item key3; field in ClassWriter 541 key3 = new Item(); in ClassWriter() 977 key3.set(FIELD, owner, name, desc); in newFieldItem() 978 Item result = get(key3); in newFieldItem() 981 result = new Item(index++, key3); in newFieldItem() 1020 key3.set(type, owner, name, desc); in newMethodItem() 1021 Item result = get(key3); in newMethodItem() 1024 result = new Item(index++, key3); in newMethodItem()
|
/external/chromium_org/net/data/cache_tests/dirty_entry5/ |
D | contents.txt | 144 std::string key3("The third key"); 151 ASSERT_EQ(net::OK, CreateEntry(key3, &entry)); 164 ASSERT_EQ(net::OK, DoomEntry(key3));
|
/external/chromium_org/third_party/openssl/openssl/crypto/rsa/ |
D | rsa_test.c | 127 static int key3(RSA *key, unsigned char *c) in key3() function 243 clen = key3(key, ctext_ex); in main()
|
/external/openssl/crypto/rsa/ |
D | rsa_test.c | 127 static int key3(RSA *key, unsigned char *c) in key3() function 243 clen = key3(key, ctext_ex); in main()
|
/external/chromium_org/net/spdy/ |
D | hpack_huffman_aggregator_test.cc | 119 SpdySessionKey key3(HostPortPair("three.com", 443), ProxyServer::Direct(), in TEST_F() local 135 HpackEncoder* three = peer_.ObtainEncoder(key3); in TEST_F()
|
/external/stlport/test/unit/ |
D | map_test.cpp | 367 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local 370 cont.insert(value(&key3, 3)); in template_methods() 416 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local 419 cont.insert(value(&key3, 3)); in template_methods()
|
D | set_test.cpp | 422 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local 425 keySet.insert(&key3); in template_methods() 469 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local 472 keySet.insert(&key3); in template_methods()
|
D | unordered_test.cpp | 595 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local 598 cont.insert(&key3); in template_methods() 636 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local 639 cont.insert(&key3); in template_methods()
|
/external/chromium_org/content/browser/indexed_db/ |
D | indexed_db_backing_store_unittest.cc | 453 IndexedDBKey key3 = IndexedDBKey(ASCIIToUTF16("key3")); in TEST_F() local 461 IndexedDBKeyRange(key1, key3, false, true), in TEST_F() 462 IndexedDBKeyRange(key0, key3, true, true)}; in TEST_F() 507 key3, in TEST_F() 544 IndexedDBKey key3 = IndexedDBKey(ASCIIToUTF16("key3")); in TEST_F() local 550 IndexedDBKeyRange ranges[] = {IndexedDBKeyRange(key3, key4, true, false), in TEST_F() 597 key3, in TEST_F()
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
D | jspipe_test.cc | 184 PP_Var key3 = VarFromCStr(var_iface, "payload"); in VerifyPipeMessage() local 198 PP_Var payload_var = dict_iface->Get(message, key3); in VerifyPipeMessage() 207 var_iface->Release(key3); in VerifyPipeMessage()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | apicoll.cpp | 1125 CollationKey key3; in TestSortKey() local 1126 col->getCollationKey(test3, u_strlen(test3), key3, status); in TestSortKey() 1132 doAssert(key2.compareTo(key3) == Collator::EQUAL, in TestSortKey() 1151 tempkey = key3.getByteArray(keylength); in TestSortKey() 1165 tempkey = key3.getByteArray(keylength); in TestSortKey() 1182 tempkey = key3.getByteArray(keylength); in TestSortKey() 1191 col->getCollationKey(test3, u_strlen(test3), key3, status); in TestSortKey() 1195 doAssert(key2.compareTo(key3) == Collator::EQUAL, in TestSortKey() 1212 tempkey = key3.getByteArray(keylength); in TestSortKey() 1226 tempkey = key3.getByteArray(keylength); in TestSortKey() [all …]
|
/external/clang/test/ARCMT/ |
D | objcmt-subscripting-literals.m.result | 114 @"value3", @"key3", 137 @"key3"
|
D | objcmt-subscripting-literals.m | 114 @"value3", @"key3", 137 @"key3"
|
/external/icu/icu4c/source/test/intltest/ |
D | apicoll.cpp | 1112 CollationKey key3; in TestSortKey() local 1113 col->getCollationKey(test3, u_strlen(test3), key3, status); in TestSortKey() 1119 doAssert(key2.compareTo(key3) == Collator::EQUAL, in TestSortKey() 1138 tempkey = key3.getByteArray(keylength); in TestSortKey() 1152 tempkey = key3.getByteArray(keylength); in TestSortKey() 1169 tempkey = key3.getByteArray(keylength); in TestSortKey() 1178 col->getCollationKey(test3, u_strlen(test3), key3, status); in TestSortKey() 1182 doAssert(key2.compareTo(key3) == Collator::EQUAL, in TestSortKey() 1199 tempkey = key3.getByteArray(keylength); in TestSortKey() 1213 tempkey = key3.getByteArray(keylength); in TestSortKey() [all …]
|