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

  /external/chromium_org/third_party/icu/source/test/intltest/
apicoll.cpp 1147 const uint8_t *tempkey = key1.getByteArray(keylength); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp 1132 const uint8_t *tempkey = key1.getByteArray(keylength); local
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_encrypt.cpp 468 FX_BYTE tempkey[32]; local
470 tempkey[j] = enckey[j] ^ i;
472 CRYPT_ArcFourCryptBlock(okeybuf, okeylen, tempkey, key_len);
544 FX_BYTE tempkey[32];
548 tempkey[j] = enckey[j] ^ (FX_BYTE)i;
550 CRYPT_ArcFourCryptBlock(passcode, 32, tempkey, key_len);
572 FX_BYTE tempkey[32]; local
575 tempkey[j] = m_EncryptKey[j] ^ (FX_BYTE)i;
577 CRYPT_ArcFourCryptBlock(digest, 16, tempkey, key_len);
    [all...]

Completed in 88 milliseconds