Go to the source code of this file.
Classes | |
| struct | AVSHA1 |
Functions | |
| static void | transform (uint32_t state[5], uint8_t buffer[64]) |
| void | av_sha1_init (AVSHA1 *ctx) |
| void | av_sha1_update (AVSHA1 *ctx, uint8_t *data, unsigned int len) |
| void | av_sha1_final (AVSHA1 *ctx, uint8_t digest[20]) |
| int | main () |
| static void transform | ( | uint32_t | state[5], | |
| uint8_t | buffer[64] | |||
| ) | [static] |
Definition at line 46 of file sha1.c.
Referenced by av_sha1_update(), VideoListImp::buildDbList(), reverse_dc_prediction(), and fake_unnamed::tree_view_to_flat().
| void av_sha1_update | ( | AVSHA1 * | ctx, | |
| uint8_t * | data, | |||
| unsigned int | len | |||
| ) |
| void av_sha1_final | ( | AVSHA1 * | ctx, | |
| uint8_t | digest[20] | |||
| ) |
1.5.5