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

/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_zip.c97 #define WINZIP_AES_ENCRYPTION 99 macro
779 archive_le16enc(local_header + 8, WINZIP_AES_ENCRYPTION);
818 archive_le16enc(zip->file_header + 10, WINZIP_AES_ENCRYPTION);
H A Darchive_read_support_format_zip.c128 #define WINZIP_AES_ENCRYPTION 99 macro
1859 else if (zip->entry->compression == WINZIP_AES_ENCRYPTION)
2216 else if (zip->entry->compression == WINZIP_AES_ENCRYPTION)

Completed in 87 milliseconds