live
|
#include "NetCommon.h"
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) |
#define HMAC_BLOCK_SIZE 64 |
Definition at line 35 of file HMAC_hash.hh.
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.