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

/external/flac/libFLAC/include/private/
H A Dmd5.h43 } FLAC__MD5Context; typedef in typeref:struct:__anon7269
45 void FLAC__MD5Init(FLAC__MD5Context *context);
46 void FLAC__MD5Final(FLAC__byte digest[16], FLAC__MD5Context *context);
48 FLAC__bool FLAC__MD5Accumulate(FLAC__MD5Context *ctx, const FLAC__int32 * const signal[], unsigned channels, unsigned samples, unsigned bytes_per_sample);
/external/flac/libFLAC/
H A Dmd5.c178 static void FLAC__MD5Update(FLAC__MD5Context *ctx, FLAC__byte const *buf, unsigned len)
217 void FLAC__MD5Init(FLAC__MD5Context *ctx)
235 void FLAC__MD5Final(FLAC__byte digest[16], FLAC__MD5Context *ctx)
491 FLAC__bool FLAC__MD5Accumulate(FLAC__MD5Context *ctx, const FLAC__int32 * const signal[], unsigned channels, unsigned samples, unsigned bytes_per_sample)
H A Dstream_decoder.c162 FLAC__MD5Context md5context;
991 /* We initialize the FLAC__MD5Context even though we may never use it. This
H A Dstream_encoder.c352 FLAC__MD5Context md5context;

Completed in 185 milliseconds