67 #if FF_API_CRYPTO_SIZE_T 
   88 #if FF_API_CRYPTO_SIZE_T 
void av_md5_update(struct AVMD5 *ctx, const uint8_t *src, int len)
Update hash value. 
 
Macro definitions for various function/variable attributes. 
 
struct AVMD5 * av_md5_alloc(void)
Allocate an AVMD5 context. 
 
void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len)
Hash an array of data. 
 
Libavutil version macros. 
 
void av_md5_init(struct AVMD5 *ctx)
Initialize MD5 hashing. 
 
void av_md5_final(struct AVMD5 *ctx, uint8_t *dst)
Finish hashing and output digest value.