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

  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_encrypt.cpp 692 CRYPT_AESSetKey(m_pAESContext, 16, m_KeyLen == 32 ? m_EncryptKey : realkey, m_KeyLen, bEncrypt);
698 CRYPT_AESSetIV(m_pAESContext, iv);
701 CRYPT_AESEncrypt(m_pAESContext, dest_buf + 16, src_buf, nblocks * 16);
705 CRYPT_AESEncrypt(m_pAESContext, dest_buf + nblocks * 16 + 16, padding, 16);
708 CRYPT_AESSetIV(m_pAESContext, src_buf);
709 CRYPT_AESDecrypt(m_pAESContext, dest_buf, src_buf + 16, src_size - 16);
882 m_pAESContext = FX_Alloc(FX_BYTE, 2048);
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 740 FX_LPBYTE m_pAESContext;

Completed in 502 milliseconds