source:
vbox/trunk/src/libs/ffmpeg-20060710/libavutil/md5.h@
9771
最後變更 在這個檔案從9771是 5776,由 提交於 17 年 前 | |
---|---|
檔案大小: 325 位元組 |
行 | |
---|---|
1 | #ifndef MD5_H |
2 | #define MD5_H |
3 | |
4 | extern const int av_md5_size; |
5 | |
6 | struct AVMD5; |
7 | |
8 | void av_md5_init(struct AVMD5 *ctx); |
9 | void av_md5_update(struct AVMD5 *ctx, const uint8_t *src, const int len); |
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); |
12 | |
13 | #endif /* MD5_H */ |
14 |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器