Searched refs:archive_entry_set_is_metadata_encrypted (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_zip.c967 archive_entry_set_is_metadata_encrypted(entry, 1);
H A Darchive_read_support_format_rar.c906 archive_entry_set_is_metadata_encrypted(entry, 1);
H A Darchive_read_support_format_7zip.c1288 archive_entry_set_is_metadata_encrypted(a->entry, 1);
3356 archive_entry_set_is_metadata_encrypted(a->entry, 1);
H A Darchive_entry.h373 __LA_DECL void archive_entry_set_is_metadata_encrypted(struct archive_entry *, char is_encrypted);
H A Darchive_entry.c1391 archive_entry_set_is_metadata_encrypted(struct archive_entry *entry, char is_encrypted) function

Completed in 170 milliseconds