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
537 keyData.hashAlgorithm = attribs.getString( XML_hashAlgorithm, OUString() ); in parseKeyData()
565 passwordKeyEncryptor.hashAlgorithm = attribs.getString( XML_hashAlgorithm, OUString() ); in parseEncryptedKey()
614 static const EVP_MD* toOpenSSLDigestAlgorithm( const OUString& hashAlgorithm ) throw ( Exception ) in toOpenSSLDigestAlgorithm() argument
616 if( hashAlgorithm.equalsAscii( "SHA-1" ) ) in toOpenSSLDigestAlgorithm()
618 …else if( hashAlgorithm.equalsAscii( "SHA1" ) ) // Typical Microsoft. The specification says "SHA-1… in toOpenSSLDigestAlgorithm()
620 else if( hashAlgorithm.equalsAscii( "SHA256" ) ) in toOpenSSLDigestAlgorithm()
622 else if( hashAlgorithm.equalsAscii( "SHA384" ) ) in toOpenSSLDigestAlgorithm()
624 else if( hashAlgorithm.equalsAscii( "SHA512" ) ) in toOpenSSLDigestAlgorithm()
[all …]