Searched refs:m_aCipher (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sdext/source/pdfimport/pdfparse/ |
H A D | pdfentries.cxx | 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() 1110 aErr = rtl_cipher_decodeARCFOUR( m_pData->m_aCipher, in decrypt() 1199 rtl_cipher_encodeARCFOUR( pData->m_aCipher, in check_user_password() 1210 rtl_cipher_encodeARCFOUR( pData->m_aCipher, in check_user_password() 1232 if( ! m_pData->m_aCipher ) in setupDecryptionData() 1252 rtl_cipher_decodeARCFOUR( m_pData->m_aCipher, in setupDecryptionData() [all …]
|
/trunk/main/vcl/source/gdi/ |
H A D | pdfwriter_impl2.cxx | 1180 …rtl_cipher_initARCFOUR( m_aCipher, rtl_Cipher_DirectionEncode, nMD5Sum, m_nRC4KeyLength, NULL, 0 ); in checkAndEnableStreamEncryption() 1199 …rtl_cipher_initARCFOUR( m_aCipher, rtl_Cipher_DirectionEncode, nMD5Sum, m_nRC4KeyLength, NULL, 0 ); in enableStringEncryption()
|
H A D | pdfwriter_impl.cxx | 1757 m_aCipher( (rtlCipher)NULL ), in PDFWriterImpl() 1806 m_aCipher = rtl_cipher_createARCFOUR( rtl_Cipher_ModeStream ); in PDFWriterImpl() 1870 if( m_aCipher ) in ~PDFWriterImpl() 1871 rtl_cipher_destroyARCFOUR( m_aCipher ); in ~PDFWriterImpl() 2043 rtl_cipher_encodeARCFOUR( m_aCipher, m_pEncryptionBuffer, nChars, m_pEncryptionBuffer, nChars ); in appendUnicodeTextStringEncrypt() 2063 rtl_cipher_encodeARCFOUR( m_aCipher, rInString.getStr(), nChars, m_pEncryptionBuffer, nChars ); in appendLiteralStringEncrypt() 2188 rtl_cipher_encodeARCFOUR( m_aCipher, in writeBuffer() 9809 rtl_cipher_encodeARCFOUR( m_aCipher, m_pEncryptionBuffer, nChar, m_pEncryptionBuffer, nChar ); in writeBitmapObject()
|
H A D | pdfwriter_impl.hxx | 797 rtlCipher m_aCipher; member in vcl::PDFWriterImpl
|
Completed in 89 milliseconds