OpenVPN 3 Core Library
|
#include <crypto_aead.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 356 of file crypto_aead.hpp.
typedef RCPtr<CryptoContext> openvpn::AEAD::CryptoContext< CRYPTO_API >::Ptr |
Definition at line 359 of file crypto_aead.hpp.
|
inline |
Definition at line 361 of file crypto_aead.hpp.
|
inlineoverridevirtual |
Implements openvpn::CryptoDCContext.
Definition at line 382 of file crypto_aead.hpp.
|
inlineoverridevirtual |
Implements openvpn::CryptoDCContext.
Definition at line 389 of file crypto_aead.hpp.
|
inlineoverridevirtual |
Implements openvpn::CryptoDCContext.
Definition at line 376 of file crypto_aead.hpp.
|
private |
Definition at line 395 of file crypto_aead.hpp.
|
private |
Definition at line 396 of file crypto_aead.hpp.
|
private |
Definition at line 398 of file crypto_aead.hpp.
|
private |
Definition at line 397 of file crypto_aead.hpp.