include/beecrypt/hmac.h File Reference

HMAC algorithm, headers. More...

#include "beecrypt/beecrypt.h"

Include dependency graph for hmac.h:

This graph shows which files directly or indirectly include this file:

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@telenet.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 Fri Jun 19 13:38:52 2009 for BeeCrypt by  doxygen 1.5.8