Home
last modified time | relevance | path

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

/trunk/main/oox/source/core/
H A Dencryption.cxx877 const EVP_MD* keyDataDigestAlgorithm = toOpenSSLDigestAlgorithm( keyData.hashAlgorithm ); in verifyPassword() local
881 …vector< sal_uInt8 > integrityKeyIv = generateIv( keyDataDigestAlgorithm, keyData.saltValue, integr… in verifyPassword()
883 toBlock0( hmacKey, OpenSSLDigest::digestSize( keyDataDigestAlgorithm ) ); in verifyPassword()
887 …vector< sal_uInt8 > integrityValueIv = generateIv( keyDataDigestAlgorithm, keyData.saltValue, inte… in verifyPassword()
889 toBlock0( hmacValue, OpenSSLDigest::digestSize( keyDataDigestAlgorithm ) ); in verifyPassword()

Completed in 66 milliseconds