Home
last modified time | relevance | path

Searched refs:decrypted_buffer (Results 1 – 1 of 1) sorted by relevance

/src/contrib/libarchive/libarchive/
H A Darchive_read_support_format_zip.c231 unsigned char *decrypted_buffer; member
1693 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 …]