/external/boringssl/src/util/fipstools/acvp/acvptool/test/expected/ |
D | ACVP-TDES-ECB.bz2 | ... 68a720f1c146d3c1",
127 "key2": "2c6be56231a48626",
128 "key3": "49e6df91ea9804f8"
129 },
130 {
131 "pt ... |
D | ACVP-TDES-CBC.bz2 | ... : "9de55e7a20f129ce",
128 "key2": "d998a21f1091bc10",
129 "key3": "4ada673415238f13"
130 },
131 {
132 "pt ... |
/external/boringssl/src/util/fipstools/acvp/acvptool/test/vectors/ |
D | ACVP-TDES-ECB.bz2 | ... : "10079119981A0801",
21 "key2": "0101010101010101",
22 "key3": "1007921098190101",
23 "pt": "0000000000000000",
24 "tcId ... |
D | ACVP-TDES-CBC.bz2 | ... key1": "0107910491190101",
22 "key2": "0101010101010101",
23 "key3": "0107940491190401",
24 "pt": "0000000000000000",
25 "tcId ... |
/external/curl/tests/unit/ |
D | unit1603.c | 54 char key3[] = "key3"; variable 65 Curl_hash_str(key3, strlen(key3), slots) != 2 || 80 nodep = Curl_hash_add(&hash_static, &key3, strlen(key3), &key3); 82 nodep = Curl_hash_pick(&hash_static, &key3, strlen(key3)); 83 fail_unless(nodep == key3, "hash retrieval failed"); 96 nodep = Curl_hash_pick(&hash_static, &key3, strlen(key3)); 97 fail_unless(nodep == key3, "hash retrieval failed"); 144 nodep = Curl_hash_pick(&hash_static, &key3, strlen(key3)); 145 fail_unless(nodep == key3, "hash retrieval failed");
|
/external/python/cryptography/tests/hazmat/primitives/ |
D | test_3des.py | 53 lambda key1, key2, key3, **kwargs: algorithms.TripleDES( 54 binascii.unhexlify(key1 + key2 + key3) 90 lambda key1, key2, key3, **kwargs: algorithms.TripleDES( 91 binascii.unhexlify(key1 + key2 + key3) 127 lambda key1, key2, key3, **kwargs: algorithms.TripleDES( 128 binascii.unhexlify(key1 + key2 + key3) 164 lambda key1, key2, key3, **kwargs: algorithms.TripleDES( 165 binascii.unhexlify(key1 + key2 + key3) 201 lambda key1, key2, key3, **kwargs: algorithms.TripleDES( 202 binascii.unhexlify(key1 + key2 + key3)
|
/external/selinux/libsepol/cil/src/ |
D | cil_symtab.c | 152 intptr_t sum = ckey->key1 + ckey->key2 + ckey->key3 + ckey->key4; in cil_complex_symtab_hash() 186 ckey->key3 == curr->ckey->key3 && in cil_complex_symtab_insert() 199 ckey->key3 < curr->ckey->key3) { in cil_complex_symtab_insert() 205 ckey->key3 == curr->ckey->key3 && in cil_complex_symtab_insert() 235 ckey->key3 == curr->ckey->key3 && in cil_complex_symtab_search() 248 ckey->key3 < curr->ckey->key3) { in cil_complex_symtab_search() 254 ckey->key3 == curr->ckey->key3 && in cil_complex_symtab_search()
|
/external/perfetto/test/trace_processor/track_event/ |
D | track_event_merged_debug_annotations_args.out | 14 "debug.debug1.key3","debug.debug1.key3",30,"[NULL]" 20 "debug.debug2.key3.key31","debug.debug2.key3.key31",31,"[NULL]" 21 "debug.debug2.key3.key32","debug.debug2.key3.key32",32,"[NULL]"
|
D | track_event_merged_debug_annotations.textproto | 61 " \"key3\": {\"key31\": 31}}" 100 dict_keys: "key3" 122 " \"key3\": {\"key32\": 32}}"
|
/external/rust/crates/quiche/deps/boringssl/src/util/fipstools/cavp/ |
D | cavp_tdes_test.cc | 90 std::vector<uint8_t> keys, key1, key2, key3, iv, in, result; in TestKAT() local 99 !t->GetBytes(&key3, "KEY3"))) || in TestKAT() 110 key.insert(key.end(), key3.begin(), key3.end()); in TestKAT() 138 EncodeHex(key2).c_str(), EncodeHex(key3).c_str()); in TestKAT() 209 std::vector<uint8_t> key1, key2, key3, iv, in, result; in TestMCT() local 215 !t->GetBytes(&key3, "KEY3") || in TestMCT() 228 key.insert(key.end(), key3.begin(), key3.end()); in TestMCT() 266 EncodeHex(key3).c_str()); in TestMCT() 277 XORKeyWithOddParityLSB(&key3, prev_prev_result); in TestMCT() 279 XORKeyWithOddParityLSB(&key3, result); in TestMCT()
|
/external/boringssl/src/util/fipstools/cavp/ |
D | cavp_tdes_test.cc | 90 std::vector<uint8_t> keys, key1, key2, key3, iv, in, result; in TestKAT() local 99 !t->GetBytes(&key3, "KEY3"))) || in TestKAT() 110 key.insert(key.end(), key3.begin(), key3.end()); in TestKAT() 138 EncodeHex(key2).c_str(), EncodeHex(key3).c_str()); in TestKAT() 209 std::vector<uint8_t> key1, key2, key3, iv, in, result; in TestMCT() local 215 !t->GetBytes(&key3, "KEY3") || in TestMCT() 228 key.insert(key.end(), key3.begin(), key3.end()); in TestMCT() 266 EncodeHex(key3).c_str()); in TestMCT() 277 XORKeyWithOddParityLSB(&key3, prev_prev_result); in TestMCT() 279 XORKeyWithOddParityLSB(&key3, result); in TestMCT()
|
/external/openscreen/discovery/dnssd/impl/ |
D | instance_key_unittest.cc | 67 InstanceKey key3{"instance2", "_service._udp", "domain"}; in TEST() local 75 map[key3] = 3; in TEST() 77 EXPECT_EQ(map[key3], 3); in TEST() 81 EXPECT_EQ(map[key3], 3); in TEST() 86 EXPECT_EQ(map[key3], 3); in TEST()
|
/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/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/engines/ |
D | DESedeEngine.java | 67 byte[] key3 = new byte[8]; in init() 68 System.arraycopy(keyMaster, 16, key3, 0, key3.length); in init() 69 workingKey3 = generateWorkingKey(encrypting, key3); in init()
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/engines/ |
D | DESedeEngine.java | 67 byte[] key3 = new byte[8]; in init() 68 System.arraycopy(keyMaster, 16, key3, 0, key3.length); in init() 69 workingKey3 = generateWorkingKey(encrypting, key3); in init()
|
/external/ltp/testcases/kernel/syscalls/request_key/ |
D | request_key02.c | 30 static int key3; variable 39 {"ltp3", EKEYEXPIRED, &key3} 92 key3 = init_key("ltp3", KEYCTL_SET_TIMEOUT); in setup()
|
/external/openssh/ |
D | hmac.c | 183 u_char key3[16]; in main() local 188 memset(key3, 0xaa, sizeof(key3)); in main() 193 hmac_test(key3, sizeof(key3), data3, sizeof(data3), dig3, sizeof(dig3)); in main()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | ChainedMap.java | 82 public V get(K3 key3, K2 key2, K1 key1) { in get() argument 83 return (V) super.handleGet(key3, key2, key1); in get() 86 public M3<K2, K1, V> get(K3 key3) { in get() argument 87 final Map<?, ?> submap = (Map<?, ?>) super.handleGet(key3); in get() 92 public V put(K3 key3, K2 key2, K1 key1, V value) { in put() argument 93 return (V) super.handlePut(value, key3, key2, key1); in put() 129 public V get(K4 key4, K3 key3, K2 key2, K1 key1) { in get() argument 130 return (V) super.handleGet(key4, key3, key2, key1); in get() 140 public V put(K4 key4, K3 key3, K2 key2, K1 key1, V value) { in put() argument 141 return (V) super.handlePut(value, key4, key3, key2, key1); in put()
|
/external/perfetto/src/traced/probes/filesystem/ |
D | lru_inode_cache_unittest.cc | 35 const std::pair<BlockDeviceID, Inode> key3{0, 2}; variable 69 cache.Insert(key3, val3()); in TEST() 73 EXPECT_THAT(cache.Get(key3), Pointee(Eq(val3()))); in TEST()
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | spec-10-10.data | 4 ? explicit key3, # Empty value 7 simple key3, # Empty value
|
D | spec-10-10.canonical | 8 ? !!str "explicit key3" 14 ? !!str "simple key3"
|
/external/llvm/test/YAMLParser/ |
D | spec-10-10.test | 6 ? explicit key3, # Empty value 9 simple key3, # Empty value
|
/external/llvm-project/llvm/test/YAMLParser/ |
D | spec-10-10.test | 6 ? explicit key3, # Empty value 9 simple key3, # Empty value
|
/external/google-breakpad/src/client/mac/testapp/ |
D | Controller.m | 175 BreakpadSetKeyValue(breakpad_,@"key3", @"value3"); 209 test = BreakpadKeyValue(breakpad_, @"key3"); 211 NSLog(@"Can't find BreakpadKeyValue (key3)"); 219 BreakpadRemoveKeyValue(breakpad_, @"key3"); 222 test = BreakpadKeyValue(breakpad_, @"key3"); 224 NSLog(@"Shouldn't find BreakpadKeyValue (key3)"); 228 BreakpadRemoveKeyValue(breakpad_, @"key3");
|
/external/grpc-grpc-java/context/src/test/java/io/grpc/ |
D | PersistentHashArrayMappedTrieTest.java | 148 Key key3 = new Key(key1.hashCode()); in collisionLeaf_collision() local 155 Node<Key, Object> ret = leaf.put(key3, value3, key3.hashCode(), 0); in collisionLeaf_collision() 159 assertSame(value3, ret.get(key3, key3.hashCode(), 0)); in collisionLeaf_collision() 163 assertSame(null, leaf.get(key3, key3.hashCode(), 0)); in collisionLeaf_collision()
|