Home
last modified time | relevance | path

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

/trunk/main/oox/source/core/
H A Dencryption.cxx599 static const EVP_MD* toOpenSSLDigestAlgorithm( const OUString& hashAlgorithm ) in toOpenSSLDigestAlgorithm() function
819 const EVP_MD *digestAlgorithm = toOpenSSLDigestAlgorithm( passwordKeyEncryptor.hashAlgorithm ); in verifyPassword()
828 const EVP_MD *verifierDigestAlgorithm = toOpenSSLDigestAlgorithm( keyData.hashAlgorithm ); in verifyPassword()
856 const EVP_MD* keyDataDigestAlgorithm = toOpenSSLDigestAlgorithm( keyData.hashAlgorithm ); in verifyPassword()
891 const EVP_MD* digestAlgorithm = toOpenSSLDigestAlgorithm( keyData.hashAlgorithm ); in decryptStream()