Libav
Functions | Variables

Functions

struct AVMD5av_md5_alloc (void)
 
void av_md5_init (struct AVMD5 *ctx)
 
void av_md5_update (struct AVMD5 *ctx, const uint8_t *src, const int len)
 
void av_md5_final (struct AVMD5 *ctx, uint8_t *dst)
 
void av_md5_sum (uint8_t *dst, const uint8_t *src, const int len)
 

Variables

attribute_deprecated const int av_md5_size
 

Detailed Description

Function Documentation

§ av_md5_alloc()

struct AVMD5* av_md5_alloc ( void  )

§ av_md5_init()

void av_md5_init ( struct AVMD5 ctx)

§ av_md5_update()

void av_md5_update ( struct AVMD5 ctx,
const uint8_t src,
const int  len 
)

§ av_md5_final()

void av_md5_final ( struct AVMD5 ctx,
uint8_t dst 
)

§ av_md5_sum()

void av_md5_sum ( uint8_t dst,
const uint8_t src,
const int  len 
)

Definition at line 175 of file md5.c.

Referenced by av_lfg_init(), av_md5_sum(), ff_rdt_calc_response_and_checksum(), and process_output().

Variable Documentation

§ av_md5_size

attribute_deprecated const int av_md5_size

Definition at line 46 of file md5.c.