BeeCrypt 4.2.1
Data Structures | Functions | Variables
hmacsha1.h File Reference

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

#include "beecrypt/hmac.h"
#include "beecrypt/sha1.h"
Include dependency graph for hmacsha1.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.d.nosp@m.ebli.nosp@m.er@te.nosp@m.lene.nosp@m.t.be

Function Documentation

◆ hmacsha1Digest()

int hmacsha1Digest ( hmacsha1Param * ,
byte *  )

◆ hmacsha1Reset()

int hmacsha1Reset ( hmacsha1Param * )

◆ hmacsha1Setup()

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

◆ hmacsha1Update()

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

Variable Documentation

◆ hmacsha1

const keyedHashFunction hmacsha1
extern