BeeCrypt 4.2.1
hmacmd5.h File Reference

HMAC-MD5 message authentication code, headers. More...

#include "beecrypt/hmac.h"
#include "beecrypt/md5.h"
Include dependency graph for hmacmd5.h:

Go to the source code of this file.

Data Structures

struct  hmacmd5Param
 

Functions

int hmacmd5Setup (hmacmd5Param *, const byte *, size_t)
 
int hmacmd5Reset (hmacmd5Param *)
 
int hmacmd5Update (hmacmd5Param *, const byte *, size_t)
 
int hmacmd5Digest (hmacmd5Param *, byte *)
 

Variables

const keyedHashFunction hmacmd5
 

Detailed Description

HMAC-MD5 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

◆ hmacmd5Digest()

int hmacmd5Digest ( hmacmd5Param * ,
byte *  )

◆ hmacmd5Reset()

int hmacmd5Reset ( hmacmd5Param * )

◆ hmacmd5Setup()

int hmacmd5Setup ( hmacmd5Param * ,
const byte * ,
size_t  )

◆ hmacmd5Update()

int hmacmd5Update ( hmacmd5Param * ,
const byte * ,
size_t  )

Variable Documentation

◆ hmacmd5

const keyedHashFunction hmacmd5
extern