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

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

#include "beecrypt/hmac.h"
#include "beecrypt/sha256.h"
Include dependency graph for hmacsha256.h:

Go to the source code of this file.

Data Structures

struct  hmacsha256Param
 

Functions

int hmacsha256Setup (hmacsha256Param *, const byte *, size_t)
 
int hmacsha256Reset (hmacsha256Param *)
 
int hmacsha256Update (hmacsha256Param *, const byte *, size_t)
 
int hmacsha256Digest (hmacsha256Param *, byte *)
 

Variables

const keyedHashFunction hmacsha256
 

Detailed Description

HMAC-SHA-256 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

int hmacsha256Digest ( hmacsha256Param ,
byte  
)
int hmacsha256Reset ( hmacsha256Param )
int hmacsha256Setup ( hmacsha256Param ,
const byte ,
size_t   
)
int hmacsha256Update ( hmacsha256Param ,
const byte ,
size_t   
)

Variable Documentation

const keyedHashFunction hmacsha256