Searched refs:decrypted_buffer (Results 1 – 1 of 1) sorted by relevance
231 unsigned char *decrypted_buffer; member1693 zip->decrypted_buffer, dec_size); in zip_read_data_none()1700 zip->decrypted_buffer, &dsize); in zip_read_data_none()1703 buff = (const char *)zip->decrypted_buffer; in zip_read_data_none()2590 (zip->decrypted_buffer + in zip_read_data_deflate()2676 zip->decrypted_ptr = zip->decrypted_buffer; in zip_read_data_deflate()2899 if (zip->decrypted_buffer == NULL) { in zip_alloc_decryption_buffer()2901 zip->decrypted_buffer = malloc(bs); in zip_alloc_decryption_buffer()2902 if (zip->decrypted_buffer == NULL) { in zip_alloc_decryption_buffer()2908 zip->decrypted_ptr = zip->decrypted_buffer; in zip_alloc_decryption_buffer()[all …]