Searched refs:decryptedData (Results 1 – 1 of 1) sorted by relevance
806 vector< sal_uInt8 > decryptedData( encryptedDataLength + 2*blockSize ); in decryptAll() local809 cipher.update( encryptedData, encryptedDataLength, &decryptedData[ 0 ], &decryptedDataLength ); in decryptAll()811 cipher.final( &decryptedData[ decryptedDataLength ], &finalDataLength ); in decryptAll()813 decryptedData.resize( decryptedDataLength ); in decryptAll()814 return decryptedData; in decryptAll()
Completed in 25 milliseconds