include/beecrypt/hmacsha256.h File Reference

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

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

Include dependency graph for hmacsha256.h:

Go to the source code of this file.

Data Structures

struct  hmacsha256Param

Functions

BEECRYPTAPI int hmacsha256Setup (hmacsha256Param *, const byte *, size_t)
BEECRYPTAPI int hmacsha256Reset (hmacsha256Param *)
BEECRYPTAPI int hmacsha256Update (hmacsha256Param *, const byte *, size_t)
BEECRYPTAPI int hmacsha256Digest (hmacsha256Param *, byte *)

Variables

BEECRYPTAPI const keyedHashFunction hmacsha256


Detailed Description

HMAC-SHA-256 message authentication code, headers.

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

Function Documentation

BEECRYPTAPI int hmacsha256Digest ( hmacsha256Param ,
byte  
)

BEECRYPTAPI int hmacsha256Reset ( hmacsha256Param  ) 

BEECRYPTAPI int hmacsha256Setup ( hmacsha256Param ,
const byte ,
size_t   
)

BEECRYPTAPI int hmacsha256Update ( hmacsha256Param ,
const byte ,
size_t   
)


Variable Documentation

BEECRYPTAPI const keyedHashFunction hmacsha256


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