OpenVPN 3 Core Library
|
#include <ovpnhmac.hpp>
Public Types | |
typedef RCPtr< OvpnHMACFactory > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
Public Member Functions | |
virtual OvpnHMACContext::Ptr | new_obj (const CryptoAlgs::Type digest_type)=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 171 of file ovpnhmac.hpp.
Definition at line 174 of file ovpnhmac.hpp.
|
pure virtual |
Implemented in openvpn::CryptoOvpnHMACFactory< CRYPTO_API >.