OpenVPN 3 Core Library
|
#include <data_epoch.hpp>
Public Attributes | |
openvpn::PacketIDDataReceive | pid |
![]() | |
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 97 of file data_epoch.hpp.
openvpn::PacketIDDataReceive openvpn::EpochDataChannelDecryptContext::pid |
Definition at line 99 of file data_epoch.hpp.