Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_zip.c121 #define WINZIP_AES_ENCRYPTION 99 macro
1126 archive_le16enc(local_header + 8, WINZIP_AES_ENCRYPTION); in archive_write_zip_header()
1157 archive_le16enc(zip->file_header + 10, WINZIP_AES_ENCRYPTION); in archive_write_zip_header()
H A Darchive_read_support_format_zip.c138 #define WINZIP_AES_ENCRYPTION 99 macro
3102 else if (zip->entry->compression == WINZIP_AES_ENCRYPTION) in archive_read_format_zip_read_data()
3508 else if (zip->entry->compression == WINZIP_AES_ENCRYPTION) in archive_read_format_zip_read_data_skip_streamable()