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

hmacsha1.h File Reference

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

#include "hmac.h"
#include "sha1.h"

Go to the source code of this file.

Data Structures

struct  hmacsha1Param

Functions

int hmacsha1Setup (hmacsha1Param *, const byte *, size_t)
int hmacsha1Reset (hmacsha1Param *)
int hmacsha1Update (hmacsha1Param *, const byte *, size_t)
int hmacsha1Digest (hmacsha1Param *, byte *)

Variables

const keyedHashFunction hmacsha1


Detailed Description

HMAC-SHA-1 message authentication code, headers.

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

Definition in file hmacsha1.h.


Function Documentation

int hmacsha1Digest (  hmacsha1Param *  ,
byte * 
) 
 

int hmacsha1Reset (  hmacsha1Param *   ) 
 

int hmacsha1Setup (  hmacsha1Param *  ,
const byte *  ,
size_t 
) 
 

int hmacsha1Update (  hmacsha1Param *  ,
const byte *  ,
size_t 
) 
 


Variable Documentation

const keyedHashFunction hmacsha1
 


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