Home
last modified time | relevance | path

Searched refs:act_md5 (Results 1 – 3 of 3) sorted by last modified time

/dports/misc/xdelta3/xdelta-3.1.0/xdelta1/
H A Dxdelta.c279 const guint8* act_md5; in check_stream_integrity() local
287 act_md5 = handle_checksum_md5 (str); in check_stream_integrity()
289 if (! act_md5) in check_stream_integrity()
292 if (memcmp (md5, act_md5, 16) != 0) in check_stream_integrity()
297 edsio_md5_to_string (act_md5, rec); in check_stream_integrity()
300 g_free ((void*) act_md5); in check_stream_integrity()
304 g_free ((void*) act_md5); in check_stream_integrity()
/dports/sysutils/autopsy/autopsy-2.24/lib/
H A DCaseman.pm3138 my $act_md5 = "";
3151 $act_md5 = Hash::calc_md5_split($img_path_full);
3152 unless ($act_md5 =~ /^$::REG_MD5$/o) {
3153 print "Error calculating MD5: $act_md5<br>\n";
3156 print "Current MD5: <tt>$act_md5</tt><br>\n";
3184 if ($act_md5 eq $md5) {
3200 $act_md5 = $md5;
3463 Caseman::update_md5("$imgid", "$act_md5")
/dports/misc/xdelta/xdelta-1.1.4/
H A Dxdelta.c279 const guint8* act_md5; in check_stream_integrity() local
287 act_md5 = handle_checksum_md5 (str); in check_stream_integrity()
289 if (! act_md5) in check_stream_integrity()
292 if (memcmp (md5, act_md5, 16) != 0) in check_stream_integrity()
297 edsio_md5_to_string (act_md5, rec); in check_stream_integrity()
300 g_free ((void*) act_md5); in check_stream_integrity()
304 g_free ((void*) act_md5); in check_stream_integrity()