RetroArch
Classes | Functions
md5.h File Reference
#include "../FLAC/ordinals.h"
Include dependency graph for md5.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

union  FLAC__multibyte
 
struct  FLAC__MD5Context
 

Functions

void FLAC__MD5Init (FLAC__MD5Context *context)
 
void FLAC__MD5Final (FLAC__byte digest[16], FLAC__MD5Context *context)
 
FLAC__bool FLAC__MD5Accumulate (FLAC__MD5Context *ctx, const FLAC__int32 *const signal[], unsigned channels, unsigned samples, unsigned bytes_per_sample)
 

Function Documentation

◆ FLAC__MD5Accumulate()

FLAC__bool FLAC__MD5Accumulate ( FLAC__MD5Context ctx,
const FLAC__int32 *const  signal[],
unsigned  channels,
unsigned  samples,
unsigned  bytes_per_sample 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ FLAC__MD5Final()

void FLAC__MD5Final ( FLAC__byte  digest[16],
FLAC__MD5Context context 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ FLAC__MD5Init()

void FLAC__MD5Init ( FLAC__MD5Context context)
Here is the caller graph for this function: