Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_write_set_format_xar.c241 enum sumalg opt_toc_sumalg; member
382 xar->opt_toc_sumalg = CKSUM_SHA1; in archive_write_set_format_xar()
484 xar->opt_toc_sumalg = CKSUM_NONE; in xar_options()
486 xar->opt_toc_sumalg = CKSUM_SHA1; in xar_options()
488 xar->opt_toc_sumalg = CKSUM_MD5; in xar_options()
598 algsize = getalgsize(xar->opt_toc_sumalg); in xar_write_header()
1577 algsize = getalgsize(xar->opt_toc_sumalg); in make_toc()
1590 BAD_CAST_CONST(getalgname(xar->opt_toc_sumalg))); in make_toc()
1706 checksum_init(&(xar->a_sumwrk), xar->opt_toc_sumalg); in make_toc()