uint8_t ptrdiff_t const uint8_t ptrdiff_t int intptr_t intptr_t int int16_t * dst
void av_md5_sum(uint8_t *dst, const uint8_t *src, size_t len)
Hash an array of data.
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.
struct AVMD5 * av_md5_alloc(void)
Allocate an AVMD5 context.
void av_md5_update(struct AVMD5 *ctx, const uint8_t *src, size_t len)
Update hash value.