OpenVPN 3 Core Library
|
#include <data_epoch.hpp>
Public Attributes | |
openvpn::PacketIDDataSend | pid {true, 0} |
![]() | |
std::uint16_t | epoch = 0 |
openvpn::SSLLib::CryptoAPI::CipherContextAEAD | cipher |
std::array< uint8_t, IV_SIZE > | implicit_iv {} |
Additional Inherited Members | |
![]() | |
void | calculate_iv (uint8_t *packet_id, std::array< uint8_t, IV_SIZE > &iv_dest) |
![]() | |
static constexpr int | IV_SIZE = 12 |
Definition at line 92 of file data_epoch.hpp.
openvpn::PacketIDDataSend openvpn::EpochDataChannelEncryptContext::pid {true, 0} |
Definition at line 94 of file data_epoch.hpp.