OpenVPN 3 Core Library
|
#include <ovpnhmac.hpp>
Public Member Functions | |
OvpnHMACContext::Ptr | new_obj (const CryptoAlgs::Type digest_type) override |
![]() | |
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 | |
![]() | |
typedef RCPtr< OvpnHMACFactory > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
![]() | |
static constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
Definition at line 247 of file ovpnhmac.hpp.
|
inlineoverridevirtual |
Implements openvpn::OvpnHMACFactory.
Definition at line 250 of file ovpnhmac.hpp.