FFmpeg
Functions | Variables
sha.h File Reference
#include <stddef.h>
#include <stdint.h>
#include "attributes.h"

Go to the source code of this file.

Functions

struct AVSHAav_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 *ctx, const uint8_t *data, size_t 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
 

Detailed Description

Public header for SHA-1 & SHA-256 hash function implementations.

Definition in file sha.h.