OpenVPN 3 Core Library
|
#include <tlsprf.hpp>
Public Member Functions | |
TLSPRFInstance::Ptr | new_obj (const bool self_is_server) 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< TLSPRFFactory > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
![]() | |
static constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
Definition at line 306 of file tlsprf.hpp.
|
inlineoverridevirtual |
Implements openvpn::TLSPRFFactory.
Definition at line 309 of file tlsprf.hpp.