Home
last modified time | relevance | path

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

/dflybsd-src/lib/libarchive/
H A DSymbol.map419 archive_entry_set_is_data_encrypted;
/dflybsd-src/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.c677 archive_entry_set_is_data_encrypted(entry, 1); in archive_read_format_7zip_read_header()
1305 archive_entry_set_is_data_encrypted(a->entry, 1); in init_decompression()
3372 archive_entry_set_is_data_encrypted(a->entry, 1); in setup_decode_folder()
H A Darchive_entry.c1381 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_rar.c1001 archive_entry_set_is_data_encrypted(entry, 1); in archive_read_format_rar_read_header()
1454 archive_entry_set_is_data_encrypted(entry, 1); in read_header()
H A Darchive_read_support_format_zip.c972 archive_entry_set_is_data_encrypted(entry, 1); in zip_read_local_file_header()