Searched refs:computed_md5sum (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dstream_decoder.c197 FLAC__byte computed_md5sum[16]; /* this is the sum we computed from the decoded data */ member in struct:FLAC__StreamDecoderPrivate
678 FLAC__MD5Final(decoder->private_->computed_md5sum, &decoder->private_->md5context);
717 if(memcmp(decoder->private_->stream_info.data.stream_info.md5sum, decoder->private_->computed_md5sum, 16))

Completed in 104 milliseconds