FFmpeg
|
Include dependency graph for sha.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
struct AVSHA * | av_sha_alloc (void) |
Allocate an AVSHA context. More... | |
int | av_sha_init (struct AVSHA *context, int bits) |
Initialize SHA-1 or SHA-2 hashing. More... | |
void | av_sha_update (struct AVSHA *context, const uint8_t *data, unsigned int len) |
Update hash value. More... | |
void | av_sha_final (struct AVSHA *context, uint8_t *digest) |
Finish hashing and output digest value. More... | |
Variables | |
const int | av_sha_size |
Generated on Mon Nov 18 2024 06:52:09 for FFmpeg by 1.8.11