#include <digestapi.hpp>
|
virtual void | update (const unsigned char *in, const size_t size)=0 |
|
virtual size_t | final (unsigned char *out)=0 |
|
virtual size_t | size () const =0 |
|
| RC () noexcept=default |
|
| RC (const RC &)=delete |
|
virtual | ~RC ()=default |
|
RC & | operator= (const RC &)=delete |
|
olong | use_count () const noexcept |
| Delegates call to RCImpl and returns the result.
|
|
|
static constexpr bool | is_thread_safe () |
| Delegates call to RCImpl and returns the result.
|
|
Definition at line 24 of file digestapi.hpp.
◆ Ptr
◆ final()
virtual size_t openvpn::DigestInstance::final |
( |
unsigned char * |
out | ) |
|
|
pure virtual |
◆ size()
virtual size_t openvpn::DigestInstance::size |
( |
| ) |
const |
|
pure virtual |
◆ update()
virtual void openvpn::DigestInstance::update |
( |
const unsigned char * |
in, |
|
|
const size_t |
size |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: