Searched refs:rtl_cipher_encodeARCFOUR (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/vcl/source/gdi/ |
H A D | pdfwriter_impl2.cxx | 1448 …rtl_cipher_encodeARCFOUR( aCipher, i_pPaddedUserPassword, ENCRYPTED_PWD_SIZE, // the data to be en… in computeODictionaryValue() 1463 …rtl_cipher_encodeARCFOUR( aCipher, &io_rOValue[0], sal_Int32(io_rOValue.size()), // the data to be… in computeODictionaryValue() 1517 …rtl_cipher_encodeARCFOUR( aCipher, s_nPadString, sizeof( s_nPadString ), // the data to be encrypt… in computeUDictionaryValue() 1539 … rtl_cipher_encodeARCFOUR( aCipher, nMD5Sum, sizeof( nMD5Sum ), // the data to be encrypted in computeUDictionaryValue() 1553 …rtl_cipher_encodeARCFOUR( aCipher, &io_rProperties.UValue[0], SECUR_128BIT_KEY, // the data to be … in computeUDictionaryValue()
|
H A D | pdfwriter_impl.cxx | 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()
|
/aoo42x/main/sdext/source/pdfimport/pdfparse/ |
H A D | pdfentries.cxx | 1187 rtl_cipher_encodeARCFOUR( pData->m_aCipher, nPadString, sizeof( nPadString ), in check_user_password() 1199 rtl_cipher_encodeARCFOUR( pData->m_aCipher, in check_user_password() 1210 rtl_cipher_encodeARCFOUR( pData->m_aCipher, in check_user_password()
|
/aoo42x/main/sal/rtl/source/ |
H A D | cipher.c | 1266 pImpl->m_cipher.m_encode = rtl_cipher_encodeARCFOUR; in rtl_cipher_createARCFOUR() 1303 rtlCipherError SAL_CALL rtl_cipher_encodeARCFOUR ( in rtl_cipher_encodeARCFOUR() function
|
/aoo42x/main/sal/inc/rtl/ |
H A D | cipher.h | 279 rtlCipherError SAL_CALL rtl_cipher_encodeARCFOUR (
|
/aoo42x/main/sal/util/ |
H A D | sal.map | 545 rtl_cipher_encodeARCFOUR;
|
Completed in 119 milliseconds