Home
last modified time | relevance | path

Searched refs:archive_entry_set_is_data_encrypted (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_entry.h372 __LA_DECL void archive_entry_set_is_data_encrypted(struct archive_entry *, char is_encrypted);
H A Darchive_read_support_format_7zip.c676 archive_entry_set_is_data_encrypted(entry, 1); in archive_read_format_7zip_read_header()
1278 archive_entry_set_is_data_encrypted(a->entry, 1); in init_decompression()
3344 archive_entry_set_is_data_encrypted(a->entry, 1); in setup_decode_folder()
H A Darchive_read_support_format_rar.c901 archive_entry_set_is_data_encrypted(entry, 1); in archive_read_format_rar_read_header()
1353 archive_entry_set_is_data_encrypted(entry, 1); in read_header()
H A Darchive_entry.c1368 archive_entry_set_is_data_encrypted(struct archive_entry *entry, char is_encrypted) in archive_entry_set_is_data_encrypted() function
H A Darchive_read_support_format_zip.c951 archive_entry_set_is_data_encrypted(entry, 1); in zip_read_local_file_header()