Searched refs:av_ripemd_update (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavutil/tests/ |
D | ripemd.c | 43 av_ripemd_update(ctx, "abc", 3); in main() 45 … av_ripemd_update(ctx, "abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq", 56); in main() 48 av_ripemd_update(ctx, "a", 1); in main()
|
/third_party/ffmpeg/libavutil/ |
D | ripemd.h | 69 void av_ripemd_update(struct AVRIPEMD* context, const uint8_t* data, size_t len);
|
D | ripemd.c | 516 void av_ripemd_update(AVRIPEMD* ctx, const uint8_t* data, size_t len) in av_ripemd_update() function 553 av_ripemd_update(ctx, "\200", 1); in av_ripemd_final() 555 av_ripemd_update(ctx, "", 1); in av_ripemd_final() 556 av_ripemd_update(ctx, (uint8_t *)&finalcount, 8); /* Should cause a transform() */ in av_ripemd_final()
|
D | hash.c | 168 case RIPEMD320: av_ripemd_update(ctx->ctx, src, len); break; in av_hash_update()
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 646 Change av_ripemd_update(), av_murmur3_update() and av_hash_update() length 1972 av_ripemd_update()
|