OpenVPN 3 Core Library
|
#include <kocrypto.hpp>
Public Member Functions | |
Info () | |
Info (const CryptoDCContext::Ptr &dc_context_delegate_arg, const unsigned int key_id_arg, const Frame::Ptr &frame_arg) | |
Public Attributes | |
CryptoDCContext::Ptr | dc_context_delegate |
CompressContext | comp_ctx |
unsigned int | key_id = 0 |
int | remote_peer_id = -1 |
StaticKey | encrypt_cipher |
StaticKey | encrypt_hmac |
StaticKey | decrypt_cipher |
StaticKey | decrypt_hmac |
Frame::Ptr | frame |
Definition at line 30 of file kocrypto.hpp.
|
inline |
Definition at line 32 of file kocrypto.hpp.
|
inline |
Definition at line 36 of file kocrypto.hpp.
CompressContext openvpn::KoRekey::Info::comp_ctx |
Definition at line 46 of file kocrypto.hpp.
CryptoDCContext::Ptr openvpn::KoRekey::Info::dc_context_delegate |
Definition at line 45 of file kocrypto.hpp.
StaticKey openvpn::KoRekey::Info::decrypt_cipher |
Definition at line 51 of file kocrypto.hpp.
StaticKey openvpn::KoRekey::Info::decrypt_hmac |
Definition at line 52 of file kocrypto.hpp.
StaticKey openvpn::KoRekey::Info::encrypt_cipher |
Definition at line 49 of file kocrypto.hpp.
StaticKey openvpn::KoRekey::Info::encrypt_hmac |
Definition at line 50 of file kocrypto.hpp.
Frame::Ptr openvpn::KoRekey::Info::frame |
Definition at line 53 of file kocrypto.hpp.
unsigned int openvpn::KoRekey::Info::key_id = 0 |
Definition at line 47 of file kocrypto.hpp.
int openvpn::KoRekey::Info::remote_peer_id = -1 |
Definition at line 48 of file kocrypto.hpp.