A streambuf class for calculating SHA1 digests. More...
#include <src/OpenFOAM/db/IOstreams/hashes/OSHA1stream.H>
A streambuf class for calculating SHA1 digests.
Definition at line 54 of file OSHA1stream.H.
Collaboration diagram for sha1streambuf:Public Member Functions | |
| sha1streambuf () | |
| Construct null.
| |
| virtual std::streamsize | xsputn (const char *str, std::streamsize n) |
| Process unbuffered.
| |
Friends | |
| class | osha1stream |
| sha1streambuf | ( | ) | [inline]
|
Construct null.
Definition at line 70 of file OSHA1stream.H.
| virtual std::streamsize xsputn | ( | const char * | str, |
| std::streamsize | n | ||
| ) | [inline, virtual]
|
friend class osha1stream [friend]
|
Definition at line 63 of file OSHA1stream.H.