Searched refs:xEncryptionData (Results 1 – 2 of 2) sorted by relevance
133 if ( xEncryptionData->m_nCheckAlg == xml::crypto::DigestID::SHA256_1K ) in StaticGetDigestContextForChecksum()145 else if ( xEncryptionData->m_nCheckAlg == xml::crypto::DigestID::SHA1_1K ) in StaticGetDigestContextForChecksum()157 uno::Sequence< sal_Int8 > aDerivedKey( xEncryptionData->m_nDerivedKeySize ); in StaticGetCipher()160 reinterpret_cast< const sal_uInt8 * > (xEncryptionData->m_aKey.getConstArray() ), in StaticGetCipher()161 xEncryptionData->m_aKey.getLength(), in StaticGetCipher()162 reinterpret_cast< const sal_uInt8 * > ( xEncryptionData->m_aSalt.getConstArray() ), in StaticGetCipher()163 xEncryptionData->m_aSalt.getLength(), in StaticGetCipher()164 xEncryptionData->m_nIterationCount ) ) in StaticGetCipher()170 if ( xEncryptionData->m_nEncAlg == xml::crypto::CipherID::AES_CBC_W3C_PADDING ) in StaticGetCipher()180 …ult = xCipherContextSupplier->getCipherContext( xEncryptionData->m_nEncAlg, aDerivedKey, xEncrypti… in StaticGetCipher()[all …]
133 const ::rtl::Reference< EncryptionData >& xEncryptionData );137 const ::rtl::Reference< EncryptionData >& xEncryptionData,
Completed in 15 milliseconds