Home | History | Annotate | Download | only in libFLAC

Lines Matching full:computed_md5sum

199 	FLAC__byte computed_md5sum[16]; /* this is the sum we computed from the decoded data */
681 FLAC__MD5Final(decoder->private_->computed_md5sum, &decoder->private_->md5context);
721 if(memcmp(decoder->private_->stream_info.data.stream_info.md5sum, decoder->private_->computed_md5sum, 16))