Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_write_set_format_zip.c142 char cctx_valid; member
571 if (zip->cctx_valid) in archive_write_zip_header()
575 zip->tctx_valid = zip->cctx_valid = zip->hctx_valid = 0; in archive_write_zip_header()
1032 if (!zip->cctx_valid) { in archive_write_zip_data()
1036 zip->cctx_valid = zip->hctx_valid = 1; in archive_write_zip_data()
1047 if (zip->tctx_valid || zip->cctx_valid) { in archive_write_zip_data()
1100 } else if (zip->cctx_valid) { in archive_write_zip_data()
1136 if (!zip->cctx_valid || zip->aes_vendor != AES_VENDOR_AE_2) in archive_write_zip_data()
1161 } else if (zip->cctx_valid) { in archive_write_zip_finish_entry()
1261 if (zip->cctx_valid && zip->aes_vendor == AES_VENDOR_AE_2) in archive_write_zip_finish_entry()
[all …]
H A Darchive_read_support_format_zip.c238 char cctx_valid; member
1482 if (zip->tctx_valid || zip->cctx_valid) { in zip_read_data_none()
2457 if (zip->tctx_valid || zip->cctx_valid) { in zip_read_data_deflate()
2538 if (zip->tctx_valid || zip->cctx_valid) { in zip_read_data_deflate()
2866 if (zip->cctx_valid || zip->hctx_valid) in init_WinZip_AES_decryption()
2926 zip->cctx_valid = zip->hctx_valid = 1; in init_WinZip_AES_decryption()
3121 if (zip->cctx_valid) in archive_read_format_zip_cleanup()
3291 if (zip->cctx_valid) in archive_read_format_zip_streamable_read_header()
3295 zip->tctx_valid = zip->cctx_valid = zip->hctx_valid = 0; in archive_read_format_zip_streamable_read_header()
4179 if (zip->cctx_valid) in archive_read_format_zip_seekable_read_header()
[all …]