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

  /external/icu/icu4c/source/test/intltest/
apicoll.cpp 1116 const uint8_t *tempkey = key1.getByteArray(keylength); local
    [all...]
  /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/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...]

Completed in 5509 milliseconds