Searched refs:passwordKeyEncryptor (Results 1 – 1 of 1) sorted by relevance
/trunk/main/oox/source/core/ |
H A D | encryption.cxx | 386 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() 847 … passwordKeyEncryptor.encryptedVerifierHashInput, cipher, passwordKeyEncryptor.keyBits, in verifyPassword() 859 … passwordKeyEncryptor.encryptedVerifierHashValue, cipher, passwordKeyEncryptor.keyBits, in verifyPassword() 870 … passwordKeyEncryptor.encryptedKeyValue, cipher, passwordKeyEncryptor.keyBits, in verifyPassword() 871 passwordKeyEncryptor.blockSize ); in verifyPassword() [all …]
|
Completed in 10 milliseconds