OpenVPN 3 Core Library
|
#include <ovpnhmac.hpp>
Public Types | |
typedef RCPtr< OvpnHMACContext > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
Public Member Functions | |
virtual size_t | size () const =0 |
virtual OvpnHMACInstance::Ptr | new_obj ()=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. | |
Additional Inherited Members | |
![]() | |
static constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
Definition at line 161 of file ovpnhmac.hpp.
Definition at line 164 of file ovpnhmac.hpp.
|
pure virtual |
Implemented in openvpn::CryptoOvpnHMACContext< CRYPTO_API >.
|
pure virtual |
Implemented in openvpn::CryptoOvpnHMACContext< CRYPTO_API >.