FFmpeg
Functions
hmac.c File Reference
#include "libavutil/hmac.c"
#include <stdio.h>
#include <string.h>

Go to the source code of this file.

Functions

static void test (AVHMAC *hmac, const uint8_t *key, int keylen, const uint8_t *data, int datalen)
 
int main (void)
 

Function Documentation

◆ test()

static void test ( AVHMAC hmac,
const uint8_t *  key,
int  keylen,
const uint8_t *  data,
int  datalen 
)
static

Definition at line 24 of file hmac.c.

Referenced by main().

◆ main()

int main ( void  )

Definition at line 41 of file hmac.c.