Revision 93d6aeb0
libavutil/md5.h | ||
---|---|---|
8 | 8 |
void av_md5_init(struct AVMD5 *ctx); |
9 | 9 |
void av_md5_update(struct AVMD5 *ctx, const uint8_t *src, const int len); |
10 | 10 |
void av_md5_final(struct AVMD5 *ctx, uint8_t *dst); |
11 |
void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len); |
|
11 | 12 |
|
12 | 13 |
#endif /* MD5_H */ |
13 | 14 |
|
Also available in: Unified diff