Home
last modified time | relevance | path

Searched refs:aDerivedKey (Results 1 – 3 of 3) sorted by relevance

/trunk/main/package/source/package/zipapi/
H A Dblowfishcontext.cxx35 … > BlowfishCFB8CipherContext::Create( const uno::Sequence< sal_Int8 >& aDerivedKey, const uno::Seq… in Create() argument
46 reinterpret_cast< const sal_uInt8* >( aDerivedKey.getConstArray() ), in Create()
47 aDerivedKey.getLength(), in Create()
H A DZipFile.cxx157 uno::Sequence< sal_Int8 > aDerivedKey( xEncryptionData->m_nDerivedKeySize ); in StaticGetCipher() local
158 …if ( rtl_Digest_E_None != rtl_digest_PBKDF2( reinterpret_cast< sal_uInt8* >( aDerivedKey.getArray(… in StaticGetCipher()
159 aDerivedKey.getLength(), in StaticGetCipher()
180 … xCipherContextSupplier->getCipherContext( xEncryptionData->m_nEncAlg, aDerivedKey, xEncryptionDat… in StaticGetCipher()
184 …xResult = BlowfishCFB8CipherContext::Create( aDerivedKey, xEncryptionData->m_aInitVector, bEncrypt… in StaticGetCipher()
H A Dblowfishcontext.hxx47 …Create( const ::com::sun::star::uno::Sequence< sal_Int8 >& aDerivedKey, const ::com::sun::star::un…

Completed in 28 milliseconds