Searched refs:encryptedDataLength (Results 1 – 1 of 1) sorted by relevance
799 sal_uInt32 encryptedDataLength ) in decryptAll() argument806 vector< sal_uInt8 > decryptedData( encryptedDataLength + 2*blockSize ); in decryptAll()809 cipher.update( encryptedData, encryptedDataLength, &decryptedData[ 0 ], &decryptedDataLength ); in decryptAll()
Completed in 116 milliseconds