|
OpenVPN 3 Core Library
|
#include <cryptodcsel.hpp>
Public Types | |
| typedef RCPtr< CryptoDCSelect > | Ptr |
Public Types inherited from openvpn::CryptoDCFactory | |
| typedef RCPtr< CryptoDCFactory > | Ptr |
Public Types inherited from openvpn::RC< thread_unsafe_refcount > | |
| typedef RCPtr< RC > | Ptr |
Public Member Functions | |
| CryptoDCSelect (SSLLib::Ctx libctx_arg, const Frame::Ptr &frame_arg, const SessionStats::Ptr &stats_arg, const StrongRandomAPI::Ptr &rng_arg) | |
| CryptoDCContext::Ptr | new_obj (CryptoDCSettingsData dc_settings) 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. | |
Private Attributes | |
| Frame::Ptr | frame |
| SessionStats::Ptr | stats |
| StrongRandomAPI::Ptr | rng |
| SSLLib::Ctx | libctx |
Additional Inherited Members | |
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. | |
Implements the data channel encryption and decryption in userspace
Definition at line 32 of file cryptodcsel.hpp.
| typedef RCPtr<CryptoDCSelect> openvpn::CryptoDCSelect< CRYPTO_API >::Ptr |
Definition at line 35 of file cryptodcsel.hpp.
|
inline |
Definition at line 37 of file cryptodcsel.hpp.
|
inlineoverridevirtual |
Implements openvpn::CryptoDCFactory.
Definition at line 48 of file cryptodcsel.hpp.
|
private |
Definition at line 62 of file cryptodcsel.hpp.
|
private |
Definition at line 65 of file cryptodcsel.hpp.
|
private |
Definition at line 64 of file cryptodcsel.hpp.
|
private |
Definition at line 63 of file cryptodcsel.hpp.