Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_format_zip_zipx_encrypted.c154 test_encrypted_zipx(const char *compression_name, const int streaming_entry) in test_encrypted_zipx() function
209 test_encrypted_zipx("zip:compression=deflate", 0); in DEFINE_TEST()
214 test_encrypted_zipx("zip:compression=bzip2", 0); in DEFINE_TEST()
219 test_encrypted_zipx("zip:compression=lzma", 0); in DEFINE_TEST()
224 test_encrypted_zipx("zip:compression=xz", 0); in DEFINE_TEST()
229 test_encrypted_zipx("zip:compression=zstd", 0); in DEFINE_TEST()
234 test_encrypted_zipx("zip:compression=deflate", 1); in DEFINE_TEST()
239 test_encrypted_zipx("zip:compression=bzip2", 1); in DEFINE_TEST()
244 test_encrypted_zipx("zip:compression=lzma", 1); in DEFINE_TEST()
249 test_encrypted_zipx("zip:compression=xz", 1); in DEFINE_TEST()
[all …]