Searched refs:nEncAlgID (Results 1 – 2 of 2) sorted by relevance
285 sal_Int32 nEncAlgID = 0; in ManifestExport() local287 *pEncryptAlg >>= nEncAlgID; in ManifestExport()291 if ( nEncAlgID == xml::crypto::CipherID::AES_CBC_W3C_PADDING ) in ManifestExport()299 else if ( nEncAlgID == xml::crypto::CipherID::BLOWFISH_CFB_8 ) in ManifestExport()
235 sal_Int32 nEncAlgID = rData->m_nEncAlg; in StaticFillHeader() local236 *(pHeader++) = static_cast< sal_Int8 >(( nEncAlgID >> 0 ) & 0xFF); in StaticFillHeader()237 *(pHeader++) = static_cast< sal_Int8 >(( nEncAlgID >> 8 ) & 0xFF); in StaticFillHeader()238 *(pHeader++) = static_cast< sal_Int8 >(( nEncAlgID >> 16 ) & 0xFF); in StaticFillHeader()239 *(pHeader++) = static_cast< sal_Int8 >(( nEncAlgID >> 24 ) & 0xFF); in StaticFillHeader()
Completed in 22 milliseconds