Home
last modified time | relevance | path

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

/external/flac/src/libFLAC/
Dmd5.c179 static void FLAC__MD5Update(FLAC__MD5Context *ctx, FLAC__byte const *buf, uint32_t len) in FLAC__MD5Update() function
514 FLAC__MD5Update(ctx, ctx->internal_buf.p8, bytes_needed); in FLAC__MD5Accumulate()