Searched refs:CRYPT_ArcFourCryptBlock (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_encrypt.cpp | 427 CRYPT_ArcFourCryptBlock(ukeybuf, 32, key, key_len); in CheckUserPassword() 441 CRYPT_ArcFourCryptBlock(test, 32, tmpkey, key_len); in CheckUserPassword() 496 CRYPT_ArcFourCryptBlock(okeybuf, okeylen, enckey, key_len); in GetUserPassword() 504 CRYPT_ArcFourCryptBlock(okeybuf, okeylen, tempkey, key_len); in GetUserPassword() 585 CRYPT_ArcFourCryptBlock(passcode, 32, enckey, key_len); in OnCreate() 592 CRYPT_ArcFourCryptBlock(passcode, 32, tempkey, key_len); in OnCreate() 602 CRYPT_ArcFourCryptBlock(tempbuf, 32, m_EncryptKey, key_len); in OnCreate() 614 CRYPT_ArcFourCryptBlock(digest, 16, m_EncryptKey, key_len); in OnCreate() 620 CRYPT_ArcFourCryptBlock(digest, 16, tempkey, key_len); in OnCreate() 782 CRYPT_ArcFourCryptBlock(dest_buf, dest_size, realkey, realkeylen); in CryptBlock()
|
/external/pdfium/core/include/fdrm/ |
D | fx_crypt.h | 16 void CRYPT_ArcFourCryptBlock(uint8_t* data,
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | JS_GlobalData.cpp | 316 CRYPT_ArcFourCryptBlock(pBuffer, nLength, JS_RC4KEY, sizeof(JS_RC4KEY)); in LoadGlobalPersistentVariables() 430 CRYPT_ArcFourCryptBlock(sFile.GetBuffer(), sFile.GetSize(), JS_RC4KEY, in SaveGlobalPersisitentVariables()
|
/external/pdfium/core/src/fdrm/crypto/ |
D | fx_crypt.cpp | 52 void CRYPT_ArcFourCryptBlock(uint8_t* pData, in CRYPT_ArcFourCryptBlock() function
|