Home | History | Annotate | Download | only in libFLAC

Lines Matching refs:computed_md5sum

171 	FLAC__byte computed_md5sum[16]; /* this is the sum we computed from the decoded data */
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))