OpenVPN 3 Core Library
|
#include <cryptodc.hpp>
Public Types | |
typedef RCPtr< CryptoDCContext > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
Public Member Functions | |
CryptoDCContext (const CryptoAlgs::KeyDerivation method) | |
virtual CryptoDCInstance::Ptr | new_obj (const unsigned int key_id)=0 |
virtual CryptoDCSettingsData | crypto_info ()=0 |
virtual size_t | encap_overhead () const =0 |
![]() | |
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. | |
Protected Attributes | |
CryptoAlgs::KeyDerivation | key_derivation = CryptoAlgs::KeyDerivation::OPENVPN_PRF |
Additional Inherited Members | |
![]() | |
static constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
Definition at line 161 of file cryptodc.hpp.
Definition at line 169 of file cryptodc.hpp.
|
inlineexplicit |
Definition at line 164 of file cryptodc.hpp.
|
pure virtual |
Implemented in openvpn::AEAD::CryptoContext< CRYPTO_API >, openvpn::AEADEpoch::CryptoContext< CRYPTO_API >, openvpn::CryptoContextCHM< CRYPTO_API >, and openvpn::KoRekey::Context.
|
pure virtual |
Implemented in openvpn::AEAD::CryptoContext< CRYPTO_API >, openvpn::AEADEpoch::CryptoContext< CRYPTO_API >, openvpn::CryptoContextCHM< CRYPTO_API >, and openvpn::KoRekey::Context.
|
pure virtual |
Implemented in openvpn::AEAD::CryptoContext< CRYPTO_API >, openvpn::AEADEpoch::CryptoContext< CRYPTO_API >, openvpn::CryptoContextCHM< CRYPTO_API >, and openvpn::KoRekey::Context.
|
protected |
Definition at line 179 of file cryptodc.hpp.