Searched refs:opt_toc_sumalg (Results 1 – 1 of 1) sorted by relevance
241 enum sumalg opt_toc_sumalg; member382 xar->opt_toc_sumalg = CKSUM_SHA1; in archive_write_set_format_xar()488 xar->opt_toc_sumalg = CKSUM_NONE; in xar_options()490 xar->opt_toc_sumalg = CKSUM_NONE; in xar_options()492 xar->opt_toc_sumalg = CKSUM_SHA1; in xar_options()494 xar->opt_toc_sumalg = CKSUM_MD5; in xar_options()604 algsize = getalgsize(xar->opt_toc_sumalg); in xar_write_header()1609 algsize = getalgsize(xar->opt_toc_sumalg); in make_toc()1622 BAD_CAST_CONST(getalgname(xar->opt_toc_sumalg))); in make_toc()1738 checksum_init(&(xar->a_sumwrk), xar->opt_toc_sumalg); in make_toc()