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 | 382 __LA_DECL void archive_entry_set_is_data_encrypted(struct archive_entry *, char is_encrypted);
|
H A D | archive_read_support_format_7zip.c | 714 archive_entry_set_is_data_encrypted(entry, 1); in archive_read_format_7zip_read_header() 1409 archive_entry_set_is_data_encrypted(a->entry, 1); in init_decompression() 3548 archive_entry_set_is_data_encrypted(a->entry, 1); in setup_decode_folder()
|
H A D | archive_read_support_format_rar5.c | 1638 archive_entry_set_is_data_encrypted(e, 1); in process_head_file_extra() 2305 archive_entry_set_is_data_encrypted(entry, 1); in process_base_block()
|
H A D | archive_read_support_format_rar.c | 1001 archive_entry_set_is_data_encrypted(entry, 1); in archive_read_format_rar_read_header() 1463 archive_entry_set_is_data_encrypted(entry, 1); in read_header()
|
H A D | archive_entry.c | 1523 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 | 971 archive_entry_set_is_data_encrypted(entry, 1); in zip_read_local_file_header()
|