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 |
![]() | |
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 | |
![]() | |
typedef RCPtr< TLSCryptContext > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
![]() | |
static constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
![]() | |
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.