|
OpenVPN 3 Core Library
|
#include <tls_crypt.hpp>
Public Types | |
| typedef RCPtr< TLSCryptContext > | Ptr |
Public Types inherited from openvpn::RC< thread_unsafe_refcount > | |
| typedef RCPtr< RC > | Ptr |
Public Member Functions | |
| virtual size_t | digest_size () const =0 |
| virtual size_t | cipher_key_size () const =0 |
| virtual TLSCryptInstance::Ptr | new_obj_send ()=0 |
| virtual TLSCryptInstance::Ptr | new_obj_recv ()=0 |
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. | |
Static Public Attributes | |
| constexpr static const size_t | hmac_offset = 1 + ProtoSessionID::SIZE + PacketIDControl::idsize |
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. | |
Definition at line 164 of file tls_crypt.hpp.
Definition at line 167 of file tls_crypt.hpp.
|
pure virtual |
Implemented in openvpn::CryptoTLSCryptContext< CRYPTO_API >.
|
pure virtual |
Implemented in openvpn::CryptoTLSCryptContext< CRYPTO_API >.
|
pure virtual |
Implemented in openvpn::CryptoTLSCryptContext< CRYPTO_API >.
|
pure virtual |
Implemented in openvpn::CryptoTLSCryptContext< CRYPTO_API >.
|
staticconstexpr |
Definition at line 183 of file tls_crypt.hpp.