OpenVPN 3 Core Library
|
#include <crypto_chm.hpp>
Public Types | |
typedef RCPtr< CryptoContextCHM > | Ptr |
![]() | |
typedef RCPtr< CryptoDCContext > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
Public Member Functions | |
CryptoContextCHM (SSLLib::Ctx libctx_arg, CryptoDCSettingsData dc_settings_arg, const Frame::Ptr &frame_arg, const SessionStats::Ptr &stats_arg, const StrongRandomAPI::Ptr &rng_arg) | |
CryptoDCInstance::Ptr | new_obj (const unsigned int key_id) override |
CryptoDCSettingsData | crypto_info () override |
size_t | encap_overhead () const override |
![]() | |
CryptoDCContext (const CryptoAlgs::KeyDerivation method) | |
![]() | |
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 | |
CryptoDCSettingsData | dc_settings |
Frame::Ptr | frame |
SessionStats::Ptr | stats |
StrongRandomAPI::Ptr | rng |
SSLLib::Ctx | libctx |
Additional Inherited Members | |
![]() | |
static constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
![]() | |
CryptoAlgs::KeyDerivation | key_derivation = CryptoAlgs::KeyDerivation::OPENVPN_PRF |
Definition at line 126 of file crypto_chm.hpp.
typedef RCPtr<CryptoContextCHM> openvpn::CryptoContextCHM< CRYPTO_API >::Ptr |
Definition at line 129 of file crypto_chm.hpp.
|
inline |
Definition at line 131 of file crypto_chm.hpp.
|
inlineoverridevirtual |
Implements openvpn::CryptoDCContext.
Definition at line 159 of file crypto_chm.hpp.
|
inlineoverridevirtual |
Implements openvpn::CryptoDCContext.
Definition at line 166 of file crypto_chm.hpp.
|
inlineoverridevirtual |
Implements openvpn::CryptoDCContext.
Definition at line 146 of file crypto_chm.hpp.
|
private |
Definition at line 174 of file crypto_chm.hpp.
|
private |
Definition at line 175 of file crypto_chm.hpp.
|
private |
Definition at line 178 of file crypto_chm.hpp.
|
private |
Definition at line 177 of file crypto_chm.hpp.
|
private |
Definition at line 176 of file crypto_chm.hpp.