|
OpenVPN 3 Core Library
|
#include <digestapi.hpp>
Public Member Functions | |
| CryptoDigestInstance (const CryptoAlgs::Type digest, SSLLib::Ctx libctx) | |
| virtual void | update (const unsigned char *in, const size_t size) |
| virtual size_t | final (unsigned char *out) |
| virtual size_t | size () const |
Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount > | |
| 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. | |
Private Attributes | |
| CRYPTO_API::DigestContext | impl |
Additional Inherited Members | |
Public Types inherited from openvpn::DigestInstance | |
| typedef RCPtr< DigestInstance > | Ptr |
Public Types inherited from openvpn::RC< thread_unsafe_refcount > | |
| typedef RCPtr< RC > | Ptr |
Static Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount > | |
| static constexpr bool | is_thread_safe () |
| Delegates call to RCImpl and returns the result. | |
Definition at line 58 of file digestapi.hpp.
|
inline |
Definition at line 61 of file digestapi.hpp.
|
inlinevirtual |
Implements openvpn::DigestInstance.
Definition at line 71 of file digestapi.hpp.
|
inlinevirtual |
Implements openvpn::DigestInstance.
Definition at line 76 of file digestapi.hpp.
|
inlinevirtual |
Implements openvpn::DigestInstance.
Definition at line 66 of file digestapi.hpp.
|
private |
Definition at line 82 of file digestapi.hpp.