#include <stdint.h>Go to the source code of this file.
Functions | |
| void | av_sha1_init (struct AVSHA1 *context) |
| void | av_sha1_update (struct AVSHA1 *context, const uint8_t *data, unsigned int len) |
| void | av_sha1_final (struct AVSHA1 *context, uint8_t digest[20]) |
Variables | |
| const int | av_sha1_size |
| const int av_sha1_size |
1.5.6