Home
last modified time | relevance | path

Searched refs:get_md5_checking (Results 1 – 4 of 4) sorted by relevance

/external/flac/include/FLAC++/
Ddecoder.h136 …virtual bool get_md5_checking() const; ///< See FLAC__stream_decoder_ge…
/external/flac/oss-fuzz/
Dfuzz-decoder.cc296 const bool res = decoder.get_md5_checking(); in LLVMFuzzerTestOneInput()
/external/flac/src/libFLAC++/
Dstream_decoder.cpp125 bool Stream::get_md5_checking() const in get_md5_checking() function in FLAC::Decoder::Stream
/external/flac/src/test_libFLAC++/
Ddecoders.cpp607 if(!decoder->get_md5_checking()) { in test_stream_decoder()