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

/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_zip.c120 #define ZIP_ENCRYPTED (1 << 0) macro
969 if (zip_entry->zip_flags & (ZIP_ENCRYPTED | ZIP_STRONG_ENCRYPTED)) {
973 zip_entry->zip_flags & ZIP_ENCRYPTED &&
979 zip->init_decryption = (zip_entry->zip_flags & ZIP_ENCRYPTED);
3991 & (ZIP_ENCRYPTED | ZIP_STRONG_ENCRYPTED)){

Completed in 191 milliseconds