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

/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_zip.c122 #define ZIP_STRONG_ENCRYPTED (1 << 6) macro
969 if (zip_entry->zip_flags & (ZIP_ENCRYPTED | ZIP_STRONG_ENCRYPTED)) {
974 zip_entry->zip_flags & ZIP_STRONG_ENCRYPTED) {
3125 if (zip->entry->zip_flags & ZIP_STRONG_ENCRYPTED)
3532 if (zip->entry->zip_flags & ZIP_STRONG_ENCRYPTED)
3991 & (ZIP_ENCRYPTED | ZIP_STRONG_ENCRYPTED)){

Completed in 172 milliseconds