HomeSort by relevance Sort by last modified time
    Searched full:tempkey (Results 1 - 12 of 12) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_encrypt.cpp 499 uint8_t tempkey[32]; local
500 FXSYS_memset(tempkey, 0, sizeof(tempkey));
502 tempkey[j] = enckey[j] ^ i;
504 CRYPT_ArcFourCryptBlock(okeybuf, okeylen, tempkey, key_len);
586 uint8_t tempkey[32];
590 tempkey[j] = enckey[j] ^ (uint8_t)i;
592 CRYPT_ArcFourCryptBlock(passcode, 32, tempkey, key_len);
615 uint8_t tempkey[32]; local
618 tempkey[j] = m_EncryptKey[j] ^ (uint8_t)i
    [all...]
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp 1116 const uint8_t *tempkey = key1.getByteArray(keylength); local
    [all...]
  /external/skia/src/gpu/
GrLayerCache.h 93 int* tempKey = new int[keySize];
94 memcpy(tempKey, key, keySize*sizeof(int));
95 fKey = tempKey;
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
ArrayMap.java 367 K tempKey = keys[i];
369 keys[ii] = tempKey;
380 K tempKey = keys[i];
382 keys[ii] = tempKey;
  /external/icu/icu4c/source/i18n/
coll.cpp 239 const char *tempKey = NULL;
240 ures_getNextString(&installed, NULL, &tempKey, &status);
241 availableLocaleList[i++] = Locale(tempKey);
  /external/wpa_supplicant_8/src/eap_server/
eap_server_peap.c 355 * TempKey = First 40 octets of TK
356 * IPMK|CMK = PRF+(TempKey, IPMK Seed, 60)
360 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: TempKey", tk, 40);
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_peap.c 289 * TempKey = First 40 octets of TK
290 * IPMK|CMK = PRF+(TempKey, IPMK Seed, 60)
294 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: TempKey", tk, 40);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationAPITest.java 133 byte tempkey[] = key2.toByteArray();
134 byte subkey2compat[] = new byte[tempkey.length];
135 System.arraycopy(key2identical, 0, subkey2compat, 0, tempkey.length);
137 doAssert(Arrays.equals(tempkey, subkey2compat),
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationAPITest.java 129 byte tempkey[] = key2.toByteArray();
130 byte subkey2compat[] = new byte[tempkey.length];
131 System.arraycopy(key2identical, 0, subkey2compat, 0, tempkey.length);
133 doAssert(Arrays.equals(tempkey, subkey2compat),
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiConfigManagerTest.java     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/
org.eclipse.sisu.inject-0.0.0.M5.jar 

Completed in 1795 milliseconds