Searched refs:zeroedInput (Results 1 – 1 of 1) sorted by relevance
830 vector< sal_uInt8 > zeroedInput( inputKey.size() ); in hashInput() local831 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 20 milliseconds