OpenVPN 3 Core Library
|
#include <crypto_aead_epoch.hpp>
Public Types | |
typedef RCPtr< CryptoContext > | Ptr |
![]() | |
typedef RCPtr< CryptoDCContext > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
Public Member Functions | |
CryptoContext (SSLLib::Ctx libctx_arg, CryptoDCSettingsData dc_settings_data, const Frame::Ptr &frame_arg, const SessionStats::Ptr &stats_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 |
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 228 of file crypto_aead_epoch.hpp.
typedef RCPtr<CryptoContext> openvpn::AEADEpoch::CryptoContext< CRYPTO_API >::Ptr |
Definition at line 231 of file crypto_aead_epoch.hpp.
|
inline |
Definition at line 233 of file crypto_aead_epoch.hpp.
|
inlineoverridevirtual |
Implements openvpn::CryptoDCContext.
Definition at line 254 of file crypto_aead_epoch.hpp.
|
inlineoverridevirtual |
Implements openvpn::CryptoDCContext.
Definition at line 260 of file crypto_aead_epoch.hpp.
|
inlineoverridevirtual |
Implements openvpn::CryptoDCContext.
Definition at line 248 of file crypto_aead_epoch.hpp.
|
private |
Definition at line 271 of file crypto_aead_epoch.hpp.
|
private |
Definition at line 272 of file crypto_aead_epoch.hpp.
|
private |
Definition at line 274 of file crypto_aead_epoch.hpp.
|
private |
Definition at line 273 of file crypto_aead_epoch.hpp.