#include <cbcmac.h>
Inheritance diagram for CBC_MAC_Base:

Definition at line 10 of file cbcmac.h.
Public Member Functions | |
| CBC_MAC_Base () | |
| void | CheckedSetKey (void *, Empty empty, const byte *key, size_t length, const NameValuePairs ¶ms) |
| void | Update (const byte *input, size_t length) |
| process more input | |
| void | TruncatedFinal (byte *mac, size_t size) |
| truncated version of Final() | |
| unsigned int | DigestSize () const |
| size of the hash returned by Final() | |
Protected Member Functions | |
| virtual BlockCipher & | AccessCipher ()=0 |
1.5.1-p1