|
blocxx
|
#include <MD5.hpp>
Public Member Functions | |
| MD5StreamBuffer (MD5 *md5) | |
Protected Member Functions | |
| virtual int | overflow (int c) |
| virtual std::streamsize | xsputn (const char *s, std::streamsize num) |
Protected Attributes | |
| MD5 * | _md5 |
| BLOCXX_NAMESPACE::MD5StreamBuffer::MD5StreamBuffer | ( | MD5 * | md5 | ) |
Definition at line 63 of file MD5.cpp.
References _md5, BLOCXX_NAMESPACE::MD5::m_ctx, BLOCXX_NAMESPACE::MD5::MD5Update(), and BLOCXX_NAMESPACE::operator==().
|
protectedvirtual |
Definition at line 71 of file MD5.cpp.
References _md5, BLOCXX_NAMESPACE::MD5::m_ctx, BLOCXX_NAMESPACE::MD5::MD5Update(), and BLOCXX_NAMESPACE::operator==().
|
protected |
Definition at line 90 of file MD5.hpp.
Referenced by overflow(), and xsputn().