Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

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.

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@pandora.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 Mon Jun 20 08:10:56 2005 for BeeCrypt by  doxygen 1.4.0