Searched refs:ZIP_ENCRYPTED (Results 1 – 1 of 1) sorted by relevance
120 #define ZIP_ENCRYPTED (1 << 0) macro969 if (zip_entry->zip_flags & (ZIP_ENCRYPTED | ZIP_STRONG_ENCRYPTED)) { in zip_read_local_file_header()973 zip_entry->zip_flags & ZIP_ENCRYPTED && in zip_read_local_file_header()979 zip->init_decryption = (zip_entry->zip_flags & ZIP_ENCRYPTED); in zip_read_local_file_header()3986 & (ZIP_ENCRYPTED | ZIP_STRONG_ENCRYPTED)){ in slurp_central_directory()