Searched refs:AVMD5 (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/include/libavutil/
H A Dmd5.h28 struct AVMD5;
30 void av_md5_init(struct AVMD5 *ctx);
31 void av_md5_update(struct AVMD5 *ctx, const uint8_t *src, const int len);
32 void av_md5_final(struct AVMD5 *ctx, uint8_t *dst);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dmd5.h28 struct AVMD5;
30 void av_md5_init(struct AVMD5 *ctx);
31 void av_md5_update(struct AVMD5 *ctx, const uint8_t *src, const int len);
32 void av_md5_final(struct AVMD5 *ctx, uint8_t *dst);
H A Dmd5.c37 typedef struct AVMD5{ struct
41 } AVMD5; typedef in typeref:struct:AVMD5
43 const int av_md5_size= sizeof(AVMD5);
118 void av_md5_init(AVMD5 *ctx){
127 void av_md5_update(AVMD5 *ctx, const uint8_t *src, const int len){
142 void av_md5_final(AVMD5 *ctx, uint8_t *dst){
157 AVMD5 ctx[1];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmatroskaenc.c77 struct AVMD5 *md5_ctx;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dflacenc.c109 struct AVMD5 *md5ctx;

Completed in 113 milliseconds