Searched refs:decrypted_buffer (Results 1 – 1 of 1) sorted by relevance
224 unsigned char *decrypted_buffer; member1707 zip->decrypted_buffer, dec_size); in zip_read_data_none()1714 zip->decrypted_buffer, &dsize); in zip_read_data_none()1717 buff = (const char *)zip->decrypted_buffer; in zip_read_data_none()2604 (zip->decrypted_buffer + in zip_read_data_deflate()2690 zip->decrypted_ptr = zip->decrypted_buffer; in zip_read_data_deflate()2913 if (zip->decrypted_buffer == NULL) { in zip_alloc_decryption_buffer()2915 zip->decrypted_buffer = malloc(bs); in zip_alloc_decryption_buffer()2916 if (zip->decrypted_buffer == NULL) { in zip_alloc_decryption_buffer()2922 zip->decrypted_ptr = zip->decrypted_buffer; in zip_alloc_decryption_buffer()[all …]