Searched refs:decrypted_buffer (Results 1 – 1 of 1) sorted by relevance
225 unsigned char *decrypted_buffer; member1490 zip->decrypted_buffer, dec_size); in zip_read_data_none()1497 zip->decrypted_buffer, &dsize); in zip_read_data_none()1500 buff = (const char *)zip->decrypted_buffer; in zip_read_data_none()2460 (zip->decrypted_buffer + in zip_read_data_deflate()2541 zip->decrypted_ptr = zip->decrypted_buffer; in zip_read_data_deflate()2770 if (zip->decrypted_buffer == NULL) { in zip_alloc_decryption_buffer()2772 zip->decrypted_buffer = malloc(bs); in zip_alloc_decryption_buffer()2773 if (zip->decrypted_buffer == NULL) { in zip_alloc_decryption_buffer()2779 zip->decrypted_ptr = zip->decrypted_buffer; in zip_alloc_decryption_buffer()[all …]