Home
last modified time | relevance | path

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

/trunk/main/oox/source/core/
H A Dencryption.cxx830 vector< sal_uInt8 > zeroedInput( inputKey.size() ); in hashInput() local
831 zeroedInput = inputKey; in hashInput()
832 toBlock0( zeroedInput, getNextBlockSize( zeroedInput.size(), blockSize ) ); in hashInput()
833 …ptAll( decryptionAlgorithm, &iv[ 0 ], &intermediateKey[ 0 ], &zeroedInput[ 0 ], zeroedInput.size()… in hashInput()

Completed in 19 milliseconds