OpenVPN 3 Core Library
|
#include <tlsprf.hpp>
Public Member Functions | |
CryptoTLSPRFInstance (const bool self_is_server) | |
void | self_randomize (StrongRandomAPI &rng) override |
void | self_write (Buffer &buf) override |
void | peer_read (Buffer &buf) override |
bool | peer_read_complete (BufferComplete &bc) override |
void | erase () override |
void | generate_key_expansion (OpenVPNStaticKey &dest, const ProtoSessionID &psid_self, const ProtoSessionID &psid_peer) const 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 | |
TLSPRF< CRYPTO_API > | self |
TLSPRF< CRYPTO_API > | peer |
Additional Inherited Members | |
![]() | |
typedef RCPtr< TLSPRFInstance > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
![]() | |
static constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
Definition at line 258 of file tlsprf.hpp.
|
inline |
Definition at line 261 of file tlsprf.hpp.
|
inlineoverridevirtual |
Implements openvpn::TLSPRFInstance.
Definition at line 287 of file tlsprf.hpp.
|
inlineoverridevirtual |
Implements openvpn::TLSPRFInstance.
Definition at line 293 of file tlsprf.hpp.
|
inlineoverridevirtual |
Implements openvpn::TLSPRFInstance.
Definition at line 277 of file tlsprf.hpp.
|
inlineoverridevirtual |
Implements openvpn::TLSPRFInstance.
Definition at line 282 of file tlsprf.hpp.
|
inlineoverridevirtual |
Implements openvpn::TLSPRFInstance.
Definition at line 267 of file tlsprf.hpp.
|
inlineoverridevirtual |
Implements openvpn::TLSPRFInstance.
Definition at line 272 of file tlsprf.hpp.
|
private |
Definition at line 302 of file tlsprf.hpp.
|
private |
Definition at line 301 of file tlsprf.hpp.