Home
last modified time | relevance | path

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

/trunk/main/oox/source/core/
H A Dencryption.cxx386 AgilePasswordKeyEncryptor passwordKeyEncryptor; member in oox::core::AgileEncryptionInfo
399 passwordKeyEncryptor( aPasswordKeyEncryptor ) in AgileEncryptionHandler()
430 AgilePasswordKeyEncryptor &passwordKeyEncryptor; member in oox::core::AgileEncryptionHandler
567 if( !decodeBase64( saltValue, passwordKeyEncryptor.saltValue ) ) in parseEncryptedKey()
841 …rdHash = hashPassword( password, digestAlgorithm, passwordKeyEncryptor.saltValue, passwordKeyEncry… in verifyPassword()
845 …her = toOpenSSLCipherAlgorithm( passwordKeyEncryptor.cipherAlgorithm, passwordKeyEncryptor.keyBits… in verifyPassword()
847passwordKeyEncryptor.encryptedVerifierHashInput, cipher, passwordKeyEncryptor.keyBits, in verifyPassword()
859passwordKeyEncryptor.encryptedVerifierHashValue, cipher, passwordKeyEncryptor.keyBits, in verifyPassword()
870passwordKeyEncryptor.encryptedKeyValue, cipher, passwordKeyEncryptor.keyBits, in verifyPassword()
871 passwordKeyEncryptor.blockSize ); in verifyPassword()
[all …]

Completed in 10 milliseconds