Home
last modified time | relevance | path

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

/aoo42x/main/oox/source/core/
H A Dencryption.cxx745 static vector< sal_uInt8 > generateKey( const vector< sal_uInt8 >& passwordHash, in generateKey() argument
753 digest.update( &passwordHash[ 0 ], passwordHash.size() ); in generateKey()
818 static vector< sal_uInt8 > hashInput( const vector< sal_uInt8 >& passwordHash, in hashInput() argument
828 …vector< sal_uInt8 > intermediateKey = generateKey( passwordHash, digestAlgorithm, blockKey, keySiz… in hashInput()
841 …vector< sal_uInt8 > passwordHash = hashPassword( password, digestAlgorithm, passwordKeyEncryptor.s… in verifyPassword() local
846 …vector< sal_uInt8 > encryptedVerifierHash = hashInput( passwordHash, passwordKeyEncryptor.saltValu… in verifyPassword()
858 …vector< sal_uInt8 > verifierHashDec = hashInput( passwordHash, passwordKeyEncryptor.saltValue, dig… in verifyPassword()
869 …encryptionKey = hashInput( passwordHash, passwordKeyEncryptor.saltValue, digestAlgorithm, cryptoKe… in verifyPassword()

Completed in 16 milliseconds