Searched refs:opt_toc_sumalg (Results 1 – 1 of 1) sorted by relevance
264 enum sumalg opt_toc_sumalg; member405 xar->opt_toc_sumalg = CKSUM_SHA1; in archive_write_set_format_xar()511 xar->opt_toc_sumalg = CKSUM_NONE; in xar_options()513 xar->opt_toc_sumalg = CKSUM_NONE; in xar_options()515 xar->opt_toc_sumalg = CKSUM_SHA1; in xar_options()517 xar->opt_toc_sumalg = CKSUM_MD5; in xar_options()629 algsize = getalgsize(xar->opt_toc_sumalg); in xar_write_header()1643 algsize = getalgsize(xar->opt_toc_sumalg); in make_toc()1656 getalgname(xar->opt_toc_sumalg)); in make_toc()1781 checksum_init(&(xar->a_sumwrk), xar->opt_toc_sumalg); in make_toc()