Searched refs:aDerivedKey (Results 1 – 3 of 3) sorted by relevance
35 … > BlowfishCFB8CipherContext::Create( const uno::Sequence< sal_Int8 >& aDerivedKey, const uno::Seq… in Create() argument46 reinterpret_cast< const sal_uInt8* >( aDerivedKey.getConstArray() ), in Create()47 aDerivedKey.getLength(), in Create()
155 uno::Sequence< sal_Int8 > aDerivedKey( xEncryptionData->m_nDerivedKeySize ); in StaticGetCipher() local156 …if ( rtl_Digest_E_None != rtl_digest_PBKDF2( reinterpret_cast< sal_uInt8* >( aDerivedKey.getArray(… in StaticGetCipher()157 aDerivedKey.getLength(), in StaticGetCipher()178 … xCipherContextSupplier->getCipherContext( xEncryptionData->m_nEncAlg, aDerivedKey, xEncryptionDat… in StaticGetCipher()182 …xResult = BlowfishCFB8CipherContext::Create( aDerivedKey, xEncryptionData->m_aInitVector, bEncrypt… in StaticGetCipher()
47 …Create( const ::com::sun::star::uno::Sequence< sal_Int8 >& aDerivedKey, const ::com::sun::star::un…