live
Macros | Typedefs
HMAC_hash.hh File Reference
#include "NetCommon.h"
Include dependency graph for HMAC_hash.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define HMAC_BLOCK_SIZE   64
 

Typedefs

typedef void HMAC_hash(u_int8_t const *key, unsigned keyLength, u_int8_t const *text, unsigned textLength, u_int8_t *resultDigest)
 

Macro Definition Documentation

◆ HMAC_BLOCK_SIZE

#define HMAC_BLOCK_SIZE   64

Definition at line 35 of file HMAC_hash.hh.

Typedef Documentation

◆ HMAC_hash

typedef void HMAC_hash(u_int8_t const *key, unsigned keyLength, u_int8_t const *text, unsigned textLength, u_int8_t *resultDigest)

Definition at line 30 of file HMAC_hash.hh.