HomeSort by relevance Sort by last modified time
    Searched refs:tempkey (Results 1 - 3 of 3) 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 469 FX_BYTE tempkey[32]; local
470 FXSYS_memset32(tempkey, 0, sizeof(tempkey));
472 tempkey[j] = enckey[j] ^ i;
474 CRYPT_ArcFourCryptBlock(okeybuf, okeylen, tempkey, key_len);
546 FX_BYTE tempkey[32];
550 tempkey[j] = enckey[j] ^ (FX_BYTE)i;
552 CRYPT_ArcFourCryptBlock(passcode, 32, tempkey, key_len);
574 FX_BYTE tempkey[32]; local
577 tempkey[j] = m_EncryptKey[j] ^ (FX_BYTE)i
    [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 728 milliseconds