BeeCrypt  4.2.1
Data Structures | Functions | Variables

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

#include "beecrypt/hmac.h"
#include "beecrypt/sha384.h"
Include dependency graph for hmacsha384.h:

Go to the source code of this file.

Data Structures

struct  hmacsha384Param
 

Functions

int hmacsha384Setup (hmacsha384Param *, const byte *, size_t)
 
int hmacsha384Reset (hmacsha384Param *)
 
int hmacsha384Update (hmacsha384Param *, const byte *, size_t)
 
int hmacsha384Digest (hmacsha384Param *, byte *)
 

Variables

const keyedHashFunction hmacsha384
 

Detailed Description

HMAC-SHA-384 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 hmacsha384Digest ( hmacsha384Param ,
byte  
)
int hmacsha384Reset ( hmacsha384Param )
int hmacsha384Setup ( hmacsha384Param ,
const byte ,
size_t   
)
int hmacsha384Update ( hmacsha384Param ,
const byte ,
size_t   
)

Variable Documentation

const keyedHashFunction hmacsha384