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

  /external/pdfium/core/include/fdrm/
fx_crypt.h 18 void CRYPT_AESEncrypt(FX_LPVOID context, FX_LPBYTE dest, FX_LPCBYTE src, FX_DWORD size);
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_encrypt.cpp 258 CRYPT_AESEncrypt(aes, E, content.GetBuffer(), iBufLen);
632 CRYPT_AESEncrypt(aes, digest1, key, 32);
657 CRYPT_AESEncrypt(aes, buf1, buf, 16);
699 CRYPT_AESEncrypt(m_pAESContext, dest_buf + 16, src_buf, nblocks * 16);
703 CRYPT_AESEncrypt(m_pAESContext, dest_buf + nblocks * 16 + 16, padding, 16);
812 CRYPT_AESEncrypt(pContext->m_Context, block_buf, pContext->m_Block, 16);
842 CRYPT_AESEncrypt(pContext->m_Context, block_buf, pContext->m_Block, 16);
847 CRYPT_AESEncrypt(pContext->m_Context, block_buf, pContext->m_Block, 16);
    [all...]
  /external/pdfium/core/src/fdrm/crypto/
fx_crypt_aes.cpp     [all...]

Completed in 354 milliseconds