Home
last modified time | relevance | path

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

/trunk/main/oox/source/core/
H A Dencryption.cxx331 OUString hashAlgorithm; member
349 OUString hashAlgorithm; member
524 keyData.hashAlgorithm = attribs.getString( XML_hashAlgorithm, OUString() ); in parseKeyData()
550 passwordKeyEncryptor.hashAlgorithm = attribs.getString( XML_hashAlgorithm, OUString() ); in parseEncryptedKey()
599 static const EVP_MD* toOpenSSLDigestAlgorithm( const OUString& hashAlgorithm ) in toOpenSSLDigestAlgorithm() argument
601 if( hashAlgorithm.equalsAscii( "SHA-1" ) ) in toOpenSSLDigestAlgorithm()
603 …else if( hashAlgorithm.equalsAscii( "SHA1" ) ) // Typical Microsoft. The specification says "SHA-1… in toOpenSSLDigestAlgorithm()
605 else if( hashAlgorithm.equalsAscii( "SHA256" ) ) in toOpenSSLDigestAlgorithm()
607 else if( hashAlgorithm.equalsAscii( "SHA384" ) ) in toOpenSSLDigestAlgorithm()
609 else if( hashAlgorithm.equalsAscii( "SHA512" ) ) in toOpenSSLDigestAlgorithm()
[all …]