VirtualBox

source: vbox/trunk/src/libs/ffmpeg-20060710/libavutil/md5.h@ 9713

Last change on this file since 9713 was 5776, checked in by vboxsync, 17 years ago

ffmpeg: exported to OSE

File size: 325 bytes
Line 
1#ifndef MD5_H
2#define MD5_H
3
4extern const int av_md5_size;
5
6struct AVMD5;
7
8void av_md5_init(struct AVMD5 *ctx);
9void av_md5_update(struct AVMD5 *ctx, const uint8_t *src, const int len);
10void av_md5_final(struct AVMD5 *ctx, uint8_t *dst);
11void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len);
12
13#endif /* MD5_H */
14
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette