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 |
![]() | |
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 | |
![]() | |
typedef RCPtr< DigestInstance > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
![]() | |
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.