|
OpenVPN 3 Core Library
|
#include <data_epoch.hpp>
Public Attributes | |
| openvpn::PacketIDDataReceive | pid |
Public Attributes inherited from openvpn::EpochDataChannelCryptoContext | |
| std::uint16_t | epoch = 0 |
| openvpn::SSLLib::CryptoAPI::CipherContextAEAD | cipher |
| std::array< uint8_t, IV_SIZE > | implicit_iv {} |
Additional Inherited Members | |
Public Member Functions inherited from openvpn::EpochDataChannelCryptoContext | |
| void | calculate_iv (uint8_t *packet_id, std::array< uint8_t, IV_SIZE > &iv_dest) |
Static Public Attributes inherited from openvpn::EpochDataChannelCryptoContext | |
| 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.