FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
md5.h File Reference

Public header for MD5 hash function implementation. More...

#include <stddef.h>
#include <stdint.h>
#include "attributes.h"
#include "version.h"

Go to the source code of this file.

Functions

struct AVMD5av_md5_alloc (void)
 Allocate an AVMD5 context. More...
 
void av_md5_init (struct AVMD5 *ctx)
 Initialize MD5 hashing. More...
 
void av_md5_update (struct AVMD5 *ctx, const uint8_t *src, int len)
 Update hash value. More...
 
void av_md5_final (struct AVMD5 *ctx, uint8_t *dst)
 Finish hashing and output digest value. More...
 
void av_md5_sum (uint8_t *dst, const uint8_t *src, const int len)
 Hash an array of data. More...
 

Variables

const int av_md5_size
 

Detailed Description

Public header for MD5 hash function implementation.

Definition in file md5.h.