Home
last modified time | relevance | path

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

/trunk/main/oox/source/core/
H A Dencryption.cxx731 static void toBlock0( vector< sal_uInt8 >& digest, sal_uInt32 size ) in toBlock0() function
832 toBlock0( zeroedInput, getNextBlockSize( zeroedInput.size(), blockSize ) ); in hashInput()
861 toBlock0( verifierHashDec, verifierDigest.digestSize() ); in verifyPassword()
872 toBlock0( encryptionKey, passwordKeyEncryptor.keyBits / 8 ); in verifyPassword()
883 toBlock0( hmacKey, OpenSSLDigest::digestSize( keyDataDigestAlgorithm ) ); in verifyPassword()
889 toBlock0( hmacValue, OpenSSLDigest::digestSize( keyDataDigestAlgorithm ) ); in verifyPassword()

Completed in 15 milliseconds