BeeCrypt 4.2.1
Functions
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

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.d.nosp@m.ebli.nosp@m.er@te.nosp@m.lene.nosp@m.t.be

Function Documentation

◆ hmacDigest()

int hmacDigest ( const byte * ,
const hashFunction * ,
hashFunctionParam * ,
byte *  )

◆ hmacReset()

int hmacReset ( const byte * ,
const hashFunction * ,
hashFunctionParam *  )

◆ hmacSetup()

int hmacSetup ( byte * ,
byte * ,
const hashFunction * ,
hashFunctionParam * ,
const byte * ,
size_t  )

◆ hmacUpdate()

int hmacUpdate ( const hashFunction * ,
hashFunctionParam * ,
const byte * ,
size_t  )