OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__MD5Context
(Results
1 - 4
of
4
) sorted by null
/external/flac/libFLAC/include/private/
md5.h
37
}
FLAC__MD5Context
;
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);
/external/flac/libFLAC/
md5.c
181
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)
stream_decoder.c
197
FLAC__MD5Context
md5context;
[
all
...]
stream_encoder.c
368
FLAC__MD5Context
md5context;
[
all
...]
Completed in 119 milliseconds