Searched refs:CRYPT_AESEncrypt (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_encrypt.cpp | 265 CRYPT_AESEncrypt(aes, E, content.GetBuffer(), iBufLen); in Revision6_Hash() 688 CRYPT_AESEncrypt(aes, digest1, key, 32); in AES256_SetPassword() 715 CRYPT_AESEncrypt(aes, buf1, buf, 16); in AES256_SetPerms() 763 CRYPT_AESEncrypt(m_pAESContext, dest_buf + 16, src_buf, nblocks * 16); in CryptBlock() 768 CRYPT_AESEncrypt(m_pAESContext, dest_buf + nblocks * 16 + 16, padding, in CryptBlock() 884 CRYPT_AESEncrypt(pContext->m_Context, block_buf, pContext->m_Block, in CryptStream() 917 CRYPT_AESEncrypt(pContext->m_Context, block_buf, pContext->m_Block, 16); in CryptFinish() 924 CRYPT_AESEncrypt(pContext->m_Context, block_buf, pContext->m_Block, 16); in CryptFinish()
|
/external/pdfium/core/include/fdrm/ |
D | fx_crypt.h | 32 void CRYPT_AESEncrypt(void* context,
|
/external/pdfium/core/src/fdrm/crypto/ |
D | fx_crypt_aes.cpp | 825 void CRYPT_AESEncrypt(void* context, in CRYPT_AESEncrypt() function
|