Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

hmacsha256.h File Reference

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

#include "hmac.h"
#include "sha256.h"

Go to the source code of this file.

Data Structures

struct  hmacsha256Param

Functions

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

Variables

const keyedHashFunction hmacsha256


Detailed Description

HMAC-SHA-256 message authentication code, headers.

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

Definition in file hmacsha256.h.


Function Documentation

int hmacsha256Digest (  hmacsha256Param *  ,
byte * 
) 
 

int hmacsha256Reset (  hmacsha256Param *   ) 
 

int hmacsha256Setup (  hmacsha256Param *  ,
const byte *  ,
size_t 
) 
 

int hmacsha256Update (  hmacsha256Param *  ,
const byte *  ,
size_t 
) 
 


Variable Documentation

const keyedHashFunction hmacsha256
 


Generated on Fri Feb 18 01:31:25 2005 for BeeCrypt by  doxygen 1.3.9.1