Searched refs:decrypted_buffer (Results 1 – 1 of 1) sorted by relevance
216 unsigned char *decrypted_buffer; member1420 zip->decrypted_buffer, dec_size); in zip_read_data_none()1427 zip->decrypted_buffer, &dsize); in zip_read_data_none()1430 buff = (const char *)zip->decrypted_buffer; in zip_read_data_none()2238 (zip->decrypted_buffer + in zip_read_data_deflate()2319 zip->decrypted_ptr = zip->decrypted_buffer; in zip_read_data_deflate()2548 if (zip->decrypted_buffer == NULL) { in zip_alloc_decryption_buffer()2550 zip->decrypted_buffer = malloc(bs); in zip_alloc_decryption_buffer()2551 if (zip->decrypted_buffer == NULL) { in zip_alloc_decryption_buffer()2557 zip->decrypted_ptr = zip->decrypted_buffer; in zip_alloc_decryption_buffer()[all …]