Searched refs:bEncrypt (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/package/source/package/zipapi/ |
H A D | blowfishcontext.cxx | 35 …o::Sequence< sal_Int8 >& aDerivedKey, const uno::Sequence< sal_Int8 >& aInitVector, bool bEncrypt ) in Create() argument 45 bEncrypt ? rtl_Cipher_DirectionEncode : rtl_Cipher_DirectionDecode, in Create() 55 xResult->m_bEncrypt = bEncrypt; in Create()
|
H A D | ZipOutputStream.cxx | 84 sal_Bool bEncrypt) in putNextEntry() argument 102 if (bEncrypt) in putNextEntry()
|
H A D | ZipFile.cxx | 151 …eFactory >& xArgFactory, const ::rtl::Reference< EncryptionData >& xEncryptionData, bool bEncrypt ) in StaticGetCipher() argument 180 …EncryptionData->m_nEncAlg, aDerivedKey, xEncryptionData->m_aInitVector, bEncrypt, uno::Sequence< b… in StaticGetCipher() 184 …esult = BlowfishCFB8CipherContext::Create( aDerivedKey, xEncryptionData->m_aInitVector, bEncrypt ); in StaticGetCipher()
|
H A D | blowfishcontext.hxx | 47 …t8 >& aDerivedKey, const ::com::sun::star::uno::Sequence< sal_Int8 >& aInitVector, bool bEncrypt );
|
/aoo42x/main/package/inc/ |
H A D | ZipOutputStream.hxx | 83 sal_Bool bEncrypt = sal_False )
|
H A D | ZipFile.hxx | 138 bool bEncrypt );
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | wrtww8.cxx | 3260 bool bEncrypt = m_pWriter ? m_pWriter->InitStd97CodecUpdateMedium( aCtx ) : false; in ExportDocument_Impl() local 3261 if ( bEncrypt ) in ExportDocument_Impl() 3324 if ( bEncrypt ) in ExportDocument_Impl()
|
Completed in 47 milliseconds