#include <HMacStream.h>
|
virtual void | update (char *buf, const size_t size) |
|
virtual void | finalize (char *hash, unsigned int &size) |
|
virtual int | sync () |
|
virtual std::char_traits< char >
::int_type | overflow (std::char_traits< char >::int_type=std::char_traits< char >::eof()) |
|
virtual std::char_traits< char >
::int_type | underflow () |
|
|
static std::string | extract (std::istream &stream) |
|
Definition at line 30 of file HMacStream.h.
ibrcommon::HMacStream::HMacStream |
( |
const unsigned char *const |
key, |
|
|
const int |
key_size |
|
) |
| |
ibrcommon::HMacStream::~HMacStream |
( |
| ) |
|
|
virtual |
void ibrcommon::HMacStream::finalize |
( |
char * |
hash, |
|
|
unsigned int & |
size |
|
) |
| |
|
protectedvirtual |
void ibrcommon::HMacStream::update |
( |
char * |
buf, |
|
|
const size_t |
size |
|
) |
| |
|
protectedvirtual |
const size_t ibrcommon::HMacStream::BUFF_SIZE = 2048 |
|
static |
The documentation for this class was generated from the following files: