/external/chromium_org/third_party/openssl/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);
|
/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);
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
persistent_object_store_test.py | 23 mapping = {'key2': 'value2', 'key3': 'value3'}
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/ |
DESede.java | 40 private int[] key3 = null; field in class:DESede 66 key3 = generateWorkingKey(encrypting, key, 16); 95 desFunc(key3, out, outOff, out, outOff); 99 desFunc(key3, in, inOff, out, outOff);
|
/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/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 | 79 const std::string key3 = "efgh"; local 111 entry3.set_local_id(key3); 116 // key3 found. 117 EXPECT_TRUE(storage_->GetEntry(key3, &result)); 118 EXPECT_EQ(key3, storage_->GetChild(key2, name3)); 126 EXPECT_EQ(key3, storage_->GetChild(key1, name3)); 129 EXPECT_TRUE(storage_->RemoveEntry(key3)); 130 EXPECT_FALSE(storage_->GetEntry(key3, &result)); 535 const std::string key3 = "boo"; local 562 // Add parent-child relationship between key2 and key3 [all...] |
/external/chromium_org/third_party/openssl/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/ui/base/ime/chromeos/ |
character_composer_unittest.cc | 69 // Expects |expected_character| is composed after sequence [key1, key2, key3]. 73 uint key3, 77 ExpectCharacterComposed(character_composer, key2, key3, flags, 81 // Expects |expected_character| is composed after sequence [key1, key2, key3, 86 uint key3, 91 ExpectCharacterComposed(character_composer, key2, key3, key4, flags, 95 // Expects |expected_character| is composed after sequence [key1, key2, key3, 100 uint key3, 106 ExpectCharacterComposed(character_composer, key2, key3, key4, key5, flags, 110 // Expects |expected_character| is composed after sequence [key1, key2, key3, [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/jmonkeyengine/engine/src/test/jme3test/bullet/ |
TestBrickTower.java | 207 TextureKey key3 = new TextureKey("Textures/Terrain/Pond/Pond.jpg"); local 208 key3.setGenerateMips(true); 209 Texture tex3 = assetManager.loadTexture(key3);
|
TestBrickWall.java | 180 TextureKey key3 = new TextureKey("Textures/Terrain/Pond/Pond.jpg");
local 181 key3.setGenerateMips(true);
182 Texture tex3 = assetManager.loadTexture(key3);
|
/external/jmonkeyengine/engine/src/test/jme3test/helloworld/ |
HelloPhysics.java | 148 TextureKey key3 = new TextureKey("Textures/Terrain/Pond/Pond.jpg");
local 149 key3.setGenerateMips(true);
150 Texture tex3 = assetManager.loadTexture(key3);
|
/external/chromium_org/net/http/ |
http_pipelined_host_pool_unittest.cc | 230 HttpPipelinedHost::Key key3(HostPortPair("other", 456)); 234 MockHost* host3 = CreateDummyHost(key3); 249 EXPECT_TRUE(pool_->IsExistingPipelineAvailableForKey(key3));
|
/external/jmonkeyengine/engine/src/test/jme3test/batching/ |
TestBatchNodeTower.java | 221 TextureKey key3 = new TextureKey("Textures/Terrain/Pond/Pond.jpg"); local 222 key3.setGenerateMips(true); 223 Texture tex3 = assetManager.loadTexture(key3);
|
/external/chromium/net/base/ |
host_cache_unittest.cc | 318 HostCache::Key key3("foobar.com", ADDRESS_FAMILY_IPV4, 323 const HostCache::Entry* entry3 = NULL; // Entry for key3 342 EXPECT_TRUE(cache.Lookup(key3, base::TimeTicks()) == NULL); 343 cache.Set(key3, OK, AddressList(), now); 344 entry3 = cache.Lookup(key3, base::TimeTicks());
|
/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);
|
/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);
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/ |
SelectorTest.java | 118 SelectionKey key3 = sc.register(selector, SelectionKey.OP_READ); local 120 keySet2.add(key3); 126 keySet2.remove(key3);
|