Searched refs:opt_toc_sumalg (Results 1 – 1 of 1) sorted by relevance
240 enum sumalg opt_toc_sumalg; member381 xar->opt_toc_sumalg = CKSUM_SHA1; in archive_write_set_format_xar()487 xar->opt_toc_sumalg = CKSUM_NONE; in xar_options()489 xar->opt_toc_sumalg = CKSUM_NONE; in xar_options()491 xar->opt_toc_sumalg = CKSUM_SHA1; in xar_options()493 xar->opt_toc_sumalg = CKSUM_MD5; in xar_options()603 algsize = getalgsize(xar->opt_toc_sumalg); in xar_write_header()1604 algsize = getalgsize(xar->opt_toc_sumalg); in make_toc()1617 BAD_CAST_CONST(getalgname(xar->opt_toc_sumalg))); in make_toc()1733 checksum_init(&(xar->a_sumwrk), xar->opt_toc_sumalg); in make_toc()