|
OpenVPN 3 Core Library
|
#include <tls_crypt.hpp>
Public Member Functions | |
| CryptoTLSCryptContext (SSLLib::Ctx libctx_arg, const CryptoAlgs::Type digest_type, const CryptoAlgs::Type cipher_type) | |
| size_t | digest_size () const override |
| size_t | cipher_key_size () const override |
| TLSCryptInstance::Ptr | new_obj_send () override |
| TLSCryptInstance::Ptr | new_obj_recv () override |
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 | |
| CryptoAlgs::Type | digest |
| CryptoAlgs::Type | cipher |
| SSLLib::Ctx | libctx |
Additional Inherited Members | |
Public Types inherited from openvpn::TLSCryptContext | |
| typedef RCPtr< TLSCryptContext > | Ptr |
Public Types inherited from openvpn::RC< thread_unsafe_refcount > | |
| typedef RCPtr< RC > | Ptr |
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. | |
Static Public Attributes inherited from openvpn::TLSCryptContext | |
| constexpr static const size_t | hmac_offset = 1 + ProtoSessionID::SIZE + PacketIDControl::idsize |
Definition at line 253 of file tls_crypt.hpp.
|
inline |
Definition at line 256 of file tls_crypt.hpp.
|
inlineoverridevirtual |
Implements openvpn::TLSCryptContext.
Definition at line 268 of file tls_crypt.hpp.
|
inlineoverridevirtual |
Implements openvpn::TLSCryptContext.
Definition at line 263 of file tls_crypt.hpp.
|
inlineoverridevirtual |
Implements openvpn::TLSCryptContext.
Definition at line 278 of file tls_crypt.hpp.
|
inlineoverridevirtual |
Implements openvpn::TLSCryptContext.
Definition at line 273 of file tls_crypt.hpp.
|
private |
Definition at line 285 of file tls_crypt.hpp.
|
private |
Definition at line 284 of file tls_crypt.hpp.
|
private |
Definition at line 286 of file tls_crypt.hpp.