#include <AnonHashHmacSha1.h>


Public Member Functions | |
| AnonHashHmacSha1 (string hmackey) | |
| ~AnonHashHmacSha1 () | |
Protected Member Functions | |
| ANON_RESULT | anonymize (void *buf, unsigned int len) |
Private Attributes | |
| char * | key |
| unsigned short | keylen |
| unsigned char | digest [SHA1_DIGLEN] |
| AnonHashHmacSha1::AnonHashHmacSha1 | ( | string | hmackey | ) |
| AnonHashHmacSha1::~AnonHashHmacSha1 | ( | ) |
| AnonPrimitive::ANON_RESULT AnonHashHmacSha1::anonymize | ( | void * | buf, | |
| unsigned int | len | |||
| ) | [protected, virtual] |
Implements AnonPrimitive.
char* AnonHashHmacSha1::key [private] |
unsigned short AnonHashHmacSha1::keylen [private] |
unsigned char AnonHashHmacSha1::digest[SHA1_DIGLEN] [private] |
1.5.5