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

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_zip.c963 archive_entry_set_is_data_encrypted(entry, 1);
H A Darchive_read_support_format_rar.c907 archive_entry_set_is_data_encrypted(entry, 1);
1359 archive_entry_set_is_data_encrypted(entry, 1);
H A Darchive_read_support_format_7zip.c676 archive_entry_set_is_data_encrypted(entry, 1);
1289 archive_entry_set_is_data_encrypted(a->entry, 1);
3355 archive_entry_set_is_data_encrypted(a->entry, 1);
H A Darchive_entry.h372 __LA_DECL void archive_entry_set_is_data_encrypted(struct archive_entry *, char is_encrypted);
H A Darchive_entry.c1381 archive_entry_set_is_data_encrypted(struct archive_entry *entry, char is_encrypted) function

Completed in 177 milliseconds