Lines Matching refs:nID
1777 sal_Int32 nID = 0; in setPropertyValue() local
1778 if ( !( aAlgorithms[nInd].Value >>= nID ) in setPropertyValue()
1779 … || ( nID != xml::crypto::DigestID::SHA256 && nID != xml::crypto::DigestID::SHA1 ) ) in setPropertyValue()
1782 m_nStartKeyGenerationID = nID; in setPropertyValue()
1786 sal_Int32 nID = 0; in setPropertyValue() local
1787 if ( !( aAlgorithms[nInd].Value >>= nID ) in setPropertyValue()
1788 …|| ( nID != xml::crypto::CipherID::AES_CBC_W3C_PADDING && nID != xml::crypto::CipherID::BLOWFISH_C… in setPropertyValue()
1791 m_nCommonEncryptionID = nID; in setPropertyValue()
1795 sal_Int32 nID = 0; in setPropertyValue() local
1796 if ( !( aAlgorithms[nInd].Value >>= nID ) in setPropertyValue()
1797 … || ( nID != xml::crypto::DigestID::SHA1_1K && nID != xml::crypto::DigestID::SHA256_1K ) ) in setPropertyValue()
1800 m_nChecksumDigestID = nID; in setPropertyValue()