Searched refs:CRYPT_ArcFourCryptBlock (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_security_handler.cpp | 422 CRYPT_ArcFourCryptBlock(ukeybuf, 32, key, key_len); in CheckUserPassword() 435 CRYPT_ArcFourCryptBlock(test, 32, tmpkey, key_len); in CheckUserPassword() 481 CRYPT_ArcFourCryptBlock(okeybuf, okeylen, enckey, key_len); in GetUserPassword() 488 CRYPT_ArcFourCryptBlock(okeybuf, okeylen, tempkey, key_len); in GetUserPassword() 564 CRYPT_ArcFourCryptBlock(passcode, 32, enckey, key_len); in OnCreateInternal() 570 CRYPT_ArcFourCryptBlock(passcode, 32, tempkey, key_len); in OnCreateInternal() 586 CRYPT_ArcFourCryptBlock(tempbuf, 32, m_EncryptKey, key_len); in OnCreateInternal() 597 CRYPT_ArcFourCryptBlock(digest, 16, m_EncryptKey, key_len); in OnCreateInternal() 603 CRYPT_ArcFourCryptBlock(digest, 16, tempkey, key_len); in OnCreateInternal()
|
D | cpdf_crypto_handler.cpp | 107 CRYPT_ArcFourCryptBlock(dest_buf, dest_size, realkey, realkeylen); in CryptBlock()
|
/external/pdfium/core/fdrm/crypto/ |
D | fx_crypt.h | 51 void CRYPT_ArcFourCryptBlock(uint8_t* data,
|
D | fx_crypt.cpp | 165 void CRYPT_ArcFourCryptBlock(uint8_t* pData, in CRYPT_ArcFourCryptBlock() function
|
/external/pdfium/fxjs/ |
D | cjs_globaldata.cpp | 226 CRYPT_ArcFourCryptBlock(pBuffer, nLength, JS_RC4KEY, sizeof(JS_RC4KEY)); in LoadGlobalPersistentVariables() 337 CRYPT_ArcFourCryptBlock(sFile.GetBuffer(), sFile.GetSize(), JS_RC4KEY, in SaveGlobalPersisitentVariables()
|