Searched refs:finalDataLength (Results 1 – 1 of 1) sorted by relevance
791 int finalDataLength; in decryptAll() local792 cipher.final( &decryptedData[ decryptedDataLength ], &finalDataLength ); in decryptAll()793 decryptedDataLength += finalDataLength; in decryptAll()