HomeSort by relevance Sort by last modified time
    Searched refs:computed_md5sum (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/virt/
virt_step_editor.py 740 computed_md5sum = ppm_utils.get_region_md5sum(
745 if computed_md5sum != self.barrier_md5sum:
748 (computed_md5sum, self.barrier_md5sum),
    [all...]
  /external/flac/libFLAC/
stream_decoder.c 171 FLAC__byte computed_md5sum[16]; /* this is the sum we computed from the decoded data */ member in struct:FLAC__StreamDecoderPrivate
656 FLAC__MD5Final(decoder->private_->computed_md5sum, &decoder->private_->md5context);
695 if(memcmp(decoder->private_->stream_info.data.stream_info.md5sum, decoder->private_->computed_md5sum, 16))
    [all...]

Completed in 429 milliseconds