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

hmac.h File Reference

HMAC algorithm, headers. More...

#include "beecrypt.h"

Go to the source code of this file.

Functions

int hmacSetup (byte *, byte *, const hashFunction *, hashFunctionParam *, const byte *, size_t)
int hmacReset (const byte *, const hashFunction *, hashFunctionParam *)
int hmacUpdate (const hashFunction *, hashFunctionParam *, const byte *, size_t)
int hmacDigest (const byte *, const hashFunction *, hashFunctionParam *, byte *)


Detailed Description

HMAC algorithm, headers.

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

Definition in file hmac.h.


Function Documentation

int hmacDigest const byte  ,
const hashFunction  ,
hashFunctionParam  ,
byte  
 

int hmacReset const byte  ,
const hashFunction  ,
hashFunctionParam  
 

int hmacUpdate const hashFunction  ,
hashFunctionParam  ,
const byte  ,
size_t   
 


Generated on Tue Mar 9 19:18:13 2004 for BeeCrypt by doxygen1.2.18