| FFmpeg
    | 
Go to the source code of this file.
| Functions | |
| struct AVRIPEMD * | av_ripemd_alloc (void) | 
| Allocate an AVRIPEMD context.  More... | |
| int | av_ripemd_init (struct AVRIPEMD *context, int bits) | 
| Initialize RIPEMD hashing.  More... | |
| void | av_ripemd_update (struct AVRIPEMD *context, const uint8_t *data, size_t len) | 
| Update hash value.  More... | |
| void | av_ripemd_final (struct AVRIPEMD *context, uint8_t *digest) | 
| Finish hashing and output digest value.  More... | |
| Variables | |
| const int | av_ripemd_size | 
Public header for RIPEMD hash function implementation.
Definition in file ripemd.h.
 1.8.17
 1.8.17