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

1 2 3

  /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/selinux/libsepol/cil/src/
cil_symtab.c 152 intptr_t sum = ckey->key1 + ckey->key2 + ckey->key3 + ckey->key4;
186 ckey->key3 == curr->ckey->key3 &&
198 ckey->key3 < curr->ckey->key3) {
204 ckey->key3 == curr->ckey->key3 &&
234 ckey->key3 == curr->ckey->key3 &&
247 ckey->key3 < curr->ckey->key3)
    [all...]
cil_symtab.h 52 intptr_t key3; member in struct:cil_complex_symtab_key
  /external/openssh/
hmac.c 182 u_char key3[16]; local
187 memset(key3, 0xaa, sizeof(key3));
192 hmac_test(key3, sizeof(key3), data3, sizeof(data3), dig3, sizeof(dig3));
  /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/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/libvncserver/libvncserver/
websockets.c 155 void webSocketsGenMd5(char * target, char *key1, char *key2, char *key3);
241 char *key1 = NULL, *key2 = NULL, *key3 = NULL; local
292 rfbLog("Got key3\n");
293 key3 = buf+len;
383 if (!(key1 && key2 && key3)) {
390 webSocketsGenMd5(trailer, key1, key2, key3);
424 webSocketsGenMd5(char * target, char *key1, char *key2, char *key3)
462 strncpy((char *)buf+8, key3, 8);
  /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/boringssl/src/crypto/rsa/
rsa_test.c 172 static int key3(RSA *key, unsigned char *c) { function
416 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);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardPINView.java 89 findViewById(R.id.key3)
KeyguardPinBasedInputView.java 209 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/jetty/src/java/org/eclipse/jetty/websocket/
WebSocketConnectionD00.java 326 public static byte[] doTheHixieHixieShake(long key1,long key2,byte[] key3)
341 System.arraycopy(key3, 0, fodder, 8, 8);
  /external/toybox/kconfig/lxdialog/
util.c 493 int key3; local
500 key3 = wgetch(win);
501 } while (key3 != ERR);
  /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);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cgi.py 272 'key3': 'value3',
276 data = "key2=value2x&key3=value3&key4=value4"
293 Content-Disposition: form-data; name="key3"
318 Content-Disposition: form-data; name="key3"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cgi.py 272 'key3': 'value3',
276 data = "key2=value2x&key3=value3&key4=value4"
293 Content-Disposition: form-data; name="key3"
318 Content-Disposition: form-data; name="key3"
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp 1096 CollationKey key3; local
    [all...]
  /cts/tests/tests/database/src/android/database/cts/
DatabaseUtilsTest.java 410 String key3 = DatabaseUtils.getCollationKey("bcd"); local
413 assertFalse(key1.equals(key3));
417 key3 = DatabaseUtils.getHexCollationKey("bcd");
420 assertFalse(key1.equals(key3));

Completed in 642 milliseconds

1 2 3