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

/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_zip.c65 #define ZIP_ENTRY_FLAG_ENCRYPTED (1<<0) macro
585 zip->entry_flags |= ZIP_ENTRY_FLAG_ENCRYPTED;
698 if (zip->entry_flags & ZIP_ENTRY_FLAG_ENCRYPTED) {
758 if (zip->entry_flags & ZIP_ENTRY_FLAG_ENCRYPTED) {
876 if ((zip->entry_flags & ZIP_ENTRY_FLAG_ENCRYPTED)
1013 if (zip->entry_flags & ZIP_ENTRY_FLAG_ENCRYPTED) {

Completed in 98 milliseconds