Searched refs:e_sum (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_xar.c | 143 struct chksumval e_sum; member 179 struct chksumval e_sum; member 800 xar->entry_e_sum = file->e_sum; in xar_read_header() 814 xattr->a_sum.alg, xattr->e_sum.alg); in xar_read_header() 829 xattr->e_sum.val, xattr->e_sum.len); in xar_read_header() 2113 xar->file->e_sum.alg = getsumalgorithm(list); in xml_start() 2821 xar->file->e_sum.len = atohex(xar->file->e_sum.val, in xml_data() 2822 sizeof(xar->file->e_sum.val), s, len); in xml_data() 2843 xar->xattr->e_sum.len = atohex(xar->xattr->e_sum.val, in xml_data() 2844 sizeof(xar->xattr->e_sum.val), s, len); in xml_data()
|
H A D | archive_write_set_format_xar.c | 175 struct chksumval e_sum; /* extracted checksum. */ member 802 checksum_final(&(xar->e_sumwrk), &(file->data.e_sum)); in xar_finish_entry() 1008 r = xmlwrite_sum(a, writer, "extracted-checksum", &(heap->e_sum)); in xmlwrite_heap() 3156 checksum_final(&(xar->e_sumwrk), &(heap->e_sum)); in save_xattrs()
|