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

hmac.h File Reference

HMAC algorithm, headers. More...

#include "beecrypt/beecrypt.h"

Include dependency graph for hmac.h:

Go to the source code of this file.

Functions

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


Detailed Description

HMAC algorithm, headers.

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

Function Documentation

BEECRYPTAPI int hmacDigest const byte ,
const hashFunction ,
hashFunctionParam ,
byte
 

BEECRYPTAPI int hmacReset const byte ,
const hashFunction ,
hashFunctionParam
 

BEECRYPTAPI int hmacUpdate const hashFunction ,
hashFunctionParam ,
const byte ,
size_t 
 


Generated on Mon Jun 20 08:15:12 2005 for BeeCrypt by  doxygen 1.4.0