|
OpenVPN 3 Core Library
|
#include <crypto_aead_epoch.hpp>
Public Types | |
| typedef RCPtr< CryptoContext > | Ptr |
Public Types inherited from openvpn::CryptoDCContext | |
| typedef RCPtr< CryptoDCContext > | Ptr |
Public Types inherited from openvpn::RC< thread_unsafe_refcount > | |
| 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 |
Public Member Functions inherited from openvpn::CryptoDCContext | |
| CryptoDCContext (const CryptoAlgs::KeyDerivation method) | |
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 | |
| CryptoDCSettingsData | dc_settings |
| Frame::Ptr | frame |
| SessionStats::Ptr | stats |
| 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. | |
Protected Attributes inherited from openvpn::CryptoDCContext | |
| 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.