|
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 |
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 | |
| TLSPRF< CRYPTO_API > | self |
| TLSPRF< CRYPTO_API > | peer |
Additional Inherited Members | |
Public Types inherited from openvpn::TLSPRFInstance | |
| using | Ptr = RCPtr< TLSPRFInstance > |
Public Types inherited from openvpn::RC< thread_unsafe_refcount > | |
| using | Ptr = RCPtr< RC > |
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 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.