Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_write_set_format_zip.c141 char cctx_valid; member
570 if (zip->cctx_valid) in archive_write_zip_header()
574 zip->tctx_valid = zip->cctx_valid = zip->hctx_valid = 0; in archive_write_zip_header()
1024 if (!zip->cctx_valid) { in archive_write_zip_data()
1028 zip->cctx_valid = zip->hctx_valid = 1; in archive_write_zip_data()
1038 if (zip->tctx_valid || zip->cctx_valid) { in archive_write_zip_data()
1091 } else if (zip->cctx_valid) { in archive_write_zip_data()
1126 if (!zip->cctx_valid || zip->aes_vendor != AES_VENDOR_AE_2) in archive_write_zip_data()
1151 } else if (zip->cctx_valid) { in archive_write_zip_finish_entry()
1251 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.c229 char cctx_valid; member
1412 if (zip->tctx_valid || zip->cctx_valid) { in zip_read_data_none()
2235 if (zip->tctx_valid || zip->cctx_valid) { in zip_read_data_deflate()
2316 if (zip->tctx_valid || zip->cctx_valid) { in zip_read_data_deflate()
2644 if (zip->cctx_valid || zip->hctx_valid) in init_WinZip_AES_decryption()
2704 zip->cctx_valid = zip->hctx_valid = 1; in init_WinZip_AES_decryption()
2888 if (zip->cctx_valid) in archive_read_format_zip_cleanup()
3058 if (zip->cctx_valid) in archive_read_format_zip_streamable_read_header()
3062 zip->tctx_valid = zip->cctx_valid = zip->hctx_valid = 0; in archive_read_format_zip_streamable_read_header()
3936 if (zip->cctx_valid) in archive_read_format_zip_seekable_read_header()
[all …]