Home
last modified time | relevance | path

Searched refs:EncryptionKey (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx1170 m_aContext.Encryption.EncryptionKey[i++] = (sal_uInt8)nObject; in checkAndEnableStreamEncryption()
1171 m_aContext.Encryption.EncryptionKey[i++] = (sal_uInt8)( nObject >> 8 ); in checkAndEnableStreamEncryption()
1172 m_aContext.Encryption.EncryptionKey[i++] = (sal_uInt8)( nObject >> 16 ); in checkAndEnableStreamEncryption()
1177 rtl_digest_MD5( &m_aContext.Encryption.EncryptionKey[0], i+2, nMD5Sum, sizeof(nMD5Sum) ); in checkAndEnableStreamEncryption()
1189 m_aContext.Encryption.EncryptionKey[i++] = (sal_uInt8)nObject; in enableStringEncryption()
1190 m_aContext.Encryption.EncryptionKey[i++] = (sal_uInt8)( nObject >> 8 ); in enableStringEncryption()
1191 m_aContext.Encryption.EncryptionKey[i++] = (sal_uInt8)( nObject >> 16 ); in enableStringEncryption()
1196 rtl_digest_MD5( &m_aContext.Encryption.EncryptionKey[0], i+2, nMD5Sum, sizeof(nMD5Sum) ); in enableStringEncryption()
1258 m_aContext.Encryption.EncryptionKey.clear(); in prepareEncryption()
1390 io_rProperties.EncryptionKey.resize( MAXIMUM_RC4_KEY_LENGTH ); in computeEncryptionKey()
[all …]
H A Dpdfwriter_impl.cxx1820 m_aContext.Encryption.EncryptionKey.size() != MAXIMUM_RC4_KEY_LENGTH in PDFWriterImpl()
/AOO42X/main/offapi/com/sun/star/embed/
H A DXEncryptionProtectedStorage.idl73 the EncryptionKey from the original password; in case
/AOO42X/main/vcl/inc/vcl/
H A Dpdfwriter.hxx506 std::vector<sal_uInt8> EncryptionKey; member