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.cxx810 vector< sal_uInt8 > zeroedInput( inputKey.size() ); in hashInput() local
811 zeroedInput = inputKey; in hashInput()
812 toBlock0( zeroedInput, getNextBlockSize( zeroedInput.size(), blockSize ) ); in hashInput()
813 …ptAll( decryptionAlgorithm, &iv[ 0 ], &intermediateKey[ 0 ], &zeroedInput[ 0 ], zeroedInput.size()… in hashInput()