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