Lines Matching refs:m_aCipher

1040     rtlCipher   m_aCipher;  member
1052 m_aCipher( NULL ), in PDFFileImplData()
1062 if( m_aCipher ) in ~PDFFileImplData()
1063 rtl_cipher_destroyARCFOUR( m_aCipher ); in ~PDFFileImplData()
1087 if( ! m_pData->m_aCipher ) in decrypt()
1088 m_pData->m_aCipher = rtl_cipher_createARCFOUR( rtl_Cipher_ModeStream ); in decrypt()
1105 rtlCipherError aErr = rtl_cipher_initARCFOUR( m_pData->m_aCipher, in decrypt()
1110 aErr = rtl_cipher_decodeARCFOUR( m_pData->m_aCipher, in decrypt()
1184 rtl_cipher_initARCFOUR( pData->m_aCipher, rtl_Cipher_DirectionEncode, in check_user_password()
1187 rtl_cipher_encodeARCFOUR( pData->m_aCipher, nPadString, sizeof( nPadString ), in check_user_password()
1197 rtl_cipher_initARCFOUR( pData->m_aCipher, rtl_Cipher_DirectionEncode, in check_user_password()
1199 rtl_cipher_encodeARCFOUR( pData->m_aCipher, in check_user_password()
1208 rtl_cipher_initARCFOUR( pData->m_aCipher, rtl_Cipher_DirectionEncode, in check_user_password()
1210 rtl_cipher_encodeARCFOUR( pData->m_aCipher, in check_user_password()
1232 if( ! m_pData->m_aCipher ) in setupDecryptionData()
1233 m_pData->m_aCipher = rtl_cipher_createARCFOUR(rtl_Cipher_ModeStream); in setupDecryptionData()
1250 rtl_cipher_initARCFOUR( m_pData->m_aCipher, rtl_Cipher_DirectionDecode, in setupDecryptionData()
1252 rtl_cipher_decodeARCFOUR( m_pData->m_aCipher, in setupDecryptionData()
1264 rtl_cipher_initARCFOUR( m_pData->m_aCipher, rtl_Cipher_DirectionDecode, in setupDecryptionData()
1266 rtl_cipher_decodeARCFOUR( m_pData->m_aCipher, in setupDecryptionData()