Home
last modified time | relevance | path

Searched refs:CRYPT_ArcFourCrypt (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/include/fdrm/
Dfx_crypt.h18 void CRYPT_ArcFourCrypt(FX_LPVOID context, FX_LPBYTE data, FX_DWORD size);
/external/pdfium/core/src/fdrm/crypto/
Dfx_crypt.cpp38 void CRYPT_ArcFourCrypt(void* context, unsigned char *data, FX_DWORD length ) in CRYPT_ArcFourCrypt() function
60 CRYPT_ArcFourCrypt(&s, pData, size); in CRYPT_ArcFourCryptBlock()
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_encrypt.cpp787 CRYPT_ArcFourCrypt(context, dest_buf.GetBuffer() + old_size, src_size); in CryptStream()