Go to the documentation of this file.
26 #include <openssl/hmac.h>
36 HMacStream(
const unsigned char *
const key,
const int key_size);
40 virtual void update(
char *buf,
const size_t size);
41 virtual void finalize(
char * hash,
unsigned int &size);
44 const unsigned char *
const key_;