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

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

#include "beecrypt/hmac.h"
#include "beecrypt/sha224.h"
Include dependency graph for hmacsha224.h:

Go to the source code of this file.

Data Structures

struct  hmacsha224Param
 

Functions

int hmacsha224Setup (hmacsha224Param *, const byte *, size_t)
 
int hmacsha224Reset (hmacsha224Param *)
 
int hmacsha224Update (hmacsha224Param *, const byte *, size_t)
 
int hmacsha224Digest (hmacsha224Param *, byte *)
 

Variables

const keyedHashFunction hmacsha224
 

Detailed Description

HMAC-SHA-224 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 hmacsha224Digest ( hmacsha224Param ,
byte  
)
int hmacsha224Reset ( hmacsha224Param )
int hmacsha224Setup ( hmacsha224Param ,
const byte ,
size_t   
)
int hmacsha224Update ( hmacsha224Param ,
const byte ,
size_t   
)

Variable Documentation

const keyedHashFunction hmacsha224