|
OpenVPN 3 Core Library
|
#include <tls_crypt.hpp>
Public Member Functions | |
| TLSCryptContext::Ptr | new_obj (SSLLib::Ctx libctx, const CryptoAlgs::Type digest_type, const CryptoAlgs::Type cipher_type) override |
Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount > | |
| 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 | |
Public Types inherited from openvpn::TLSCryptFactory | |
| typedef RCPtr< TLSCryptFactory > | Ptr |
Public Types inherited from openvpn::RC< thread_unsafe_refcount > | |
| typedef RCPtr< RC > | Ptr |
Static Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount > | |
| static constexpr bool | is_thread_safe () |
| Delegates call to RCImpl and returns the result. | |
Definition at line 290 of file tls_crypt.hpp.
|
inlineoverridevirtual |
Implements openvpn::TLSCryptFactory.
Definition at line 293 of file tls_crypt.hpp.