| FFmpeg
    | 
Go to the source code of this file.
| Functions | |
| struct AVRIPEMD * | av_ripemd_alloc (void) | 
| Allocate an AVRIPEMD context. | |
| int | av_ripemd_init (struct AVRIPEMD *context, int bits) | 
| Initialize RIPEMD hashing. | |
| void | av_ripemd_update (struct AVRIPEMD *context, const uint8_t *data, unsigned int len) | 
| Update hash value. | |
| void | av_ripemd_final (struct AVRIPEMD *context, uint8_t *digest) | 
| Finish hashing and output digest value. | |
| Variables | |
| const int | av_ripemd_size | 
 1.8.2
 1.8.2