The FreeRADIUS server  $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Functions | Variables
hmac_tests.c File Reference

Tests for the internal hmac functions. More...

#include <freeradius-devel/util/acutest.h>
#include <freeradius-devel/util/acutest_helpers.h>
#include <freeradius-devel/util/md5.h>
#include <freeradius-devel/util/sha1.h>
+ Include dependency graph for hmac_tests.c:

Go to the source code of this file.

Functions

static void test_hmac_md5 (void)
 
static void test_hmac_sha1 (void)
 

Variables

 TEST_LIST
 

Detailed Description

Tests for the internal hmac functions.

Definition in file hmac_tests.c.

Function Documentation

◆ test_hmac_md5()

static void test_hmac_md5 ( void  )
static

Definition at line 54 of file hmac_tests.c.

+ Here is the call graph for this function:

◆ test_hmac_sha1()

static void test_hmac_sha1 ( void  )
static

Definition at line 151 of file hmac_tests.c.

+ Here is the call graph for this function:

Variable Documentation

◆ TEST_LIST

TEST_LIST
Initial value:
= {
{ "hmac-md5", test_hmac_md5 },
{ "hmac-sha1", test_hmac_sha1 },
{ NULL }
}
static void test_hmac_md5(void)
Definition: hmac_tests.c:54
static void test_hmac_sha1(void)
Definition: hmac_tests.c:151

Definition at line 208 of file hmac_tests.c.