#include <shastraw.h>
Inherits Straw.
Public Member Functions | |
| SHAStraw (void) | |
| virtual int | Get (void *source, int slen) |
| void | Disable (void) |
| void | Enable (void) |
| int | Result (void *result) const |
Public Member Functions inherited from Straw | |
| Straw (void) | |
| virtual | ~Straw (void) |
| virtual void | Get_From (Straw *pipe) |
| void | Get_From (Straw &pipe) |
Protected Attributes | |
| bool | IsDisabled |
| SHAEngine | SHA |
Additional Inherited Members | |
Public Attributes inherited from Straw | |
| Straw * | ChainTo |
| Straw * | ChainFrom |
Definition at line 48 of file shastraw.h.
|
inline |
Definition at line 51 of file shastraw.h.
|
inline |
Definition at line 54 of file shastraw.h.
|
inline |
Definition at line 55 of file shastraw.h.
|
virtual |
Reimplemented from Straw.
Definition at line 64 of file shastraw.cpp.
| int SHAStraw::Result | ( | void * | result | ) | const |
Definition at line 95 of file shastraw.cpp.
|
protected |
Definition at line 61 of file shastraw.h.
|
protected |
Definition at line 63 of file shastraw.h.