Searched refs:archive_entry_set_is_data_encrypted (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_entry.h | 413 __LA_DECL void archive_entry_set_is_data_encrypted(struct archive_entry *, char is_encrypted);
|
H A D | archive_read_support_format_7zip.c | 936 archive_entry_set_is_data_encrypted(entry, 1); in archive_read_format_7zip_read_header() 1640 archive_entry_set_is_data_encrypted(a->entry, 1); in init_decompression() 3768 archive_entry_set_is_data_encrypted(a->entry, 1); in setup_decode_folder()
|
H A D | archive_read_support_format_rar5.c | 1666 archive_entry_set_is_data_encrypted(e, 1); in process_head_file_extra() 2334 archive_entry_set_is_data_encrypted(entry, 1); in process_base_block()
|
H A D | archive_read_support_format_rar.c | 1005 archive_entry_set_is_data_encrypted(entry, 1); in archive_read_format_rar_read_header() 1473 archive_entry_set_is_data_encrypted(entry, 1); in read_header()
|
H A D | archive_entry.c | 1527 archive_entry_set_is_data_encrypted(struct archive_entry *entry, char is_encrypted) in archive_entry_set_is_data_encrypted() function
|
H A D | archive_read_support_format_zip.c | 951 archive_entry_set_is_data_encrypted(entry, 1); in zip_read_local_file_header()
|