include/beecrypt/hmacsha224.h File Reference

HMAC-SHA-224 message authentication code, headers. More...

#include "beecrypt/hmac.h"
#include "beecrypt/sha224.h"

Include dependency graph for hmacsha224.h:

Go to the source code of this file.

Data Structures

struct  hmacsha224Param

Functions

BEECRYPTAPI int hmacsha224Setup (hmacsha224Param *, const byte *, size_t)
BEECRYPTAPI int hmacsha224Reset (hmacsha224Param *)
BEECRYPTAPI int hmacsha224Update (hmacsha224Param *, const byte *, size_t)
BEECRYPTAPI int hmacsha224Digest (hmacsha224Param *, byte *)

Variables

BEECRYPTAPI const keyedHashFunction hmacsha224


Detailed Description

HMAC-SHA-224 message authentication code, headers.

Author:
Bob Deblier <bob.deblier@telenet.be>

Function Documentation

BEECRYPTAPI int hmacsha224Digest ( hmacsha224Param ,
byte  
)

BEECRYPTAPI int hmacsha224Reset ( hmacsha224Param  ) 

BEECRYPTAPI int hmacsha224Setup ( hmacsha224Param ,
const byte ,
size_t   
)

BEECRYPTAPI int hmacsha224Update ( hmacsha224Param ,
const byte ,
size_t   
)


Variable Documentation

BEECRYPTAPI const keyedHashFunction hmacsha224


Generated on Fri Jun 19 13:38:52 2009 for BeeCrypt by  doxygen 1.5.8