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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/include/private/
H A Dmd5.h37 } FLAC__MD5Context; typedef in typeref:struct:__anon854
39 void FLAC__MD5Init(FLAC__MD5Context *context);
40 void FLAC__MD5Final(FLAC__byte digest[16], FLAC__MD5Context *context);
42 FLAC__bool FLAC__MD5Accumulate(FLAC__MD5Context *ctx, const FLAC__int32 * const signal[], unsigned channels, unsigned samples, unsigned bytes_per_sample);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dmd5.c181 static void FLAC__MD5Update(FLAC__MD5Context *ctx, FLAC__byte const *buf, unsigned len)
220 void FLAC__MD5Init(FLAC__MD5Context *ctx)
238 void FLAC__MD5Final(FLAC__byte digest[16], FLAC__MD5Context *ctx)
398 FLAC__bool FLAC__MD5Accumulate(FLAC__MD5Context *ctx, const FLAC__int32 * const signal[], unsigned channels, unsigned samples, unsigned bytes_per_sample)
H A Dstream_decoder.c196 FLAC__MD5Context md5context;
1024 /* We initialize the FLAC__MD5Context even though we may never use it. This
H A Dstream_encoder.c368 FLAC__MD5Context md5context;

Completed in 162 milliseconds