OpenVPN 3 Core Library
|
#include <functional>
#include <string>
#include <list>
#include <openvpn/common/size.hpp>
#include <openvpn/common/exception.hpp>
#include <openvpn/common/string.hpp>
#include <openvpn/common/likely.hpp>
#include <openvpn/common/arraysize.hpp>
#include <openvpn/crypto/definitions.hpp>
Go to the source code of this file.
Classes | |
class | openvpn::CryptoAlgs::Alg |
Namespaces | |
namespace | openvpn |
namespace | openvpn::CryptoAlgs |
Variables | |
static constexpr uint64_t | openvpn::CryptoAlgs::gcm_limit = (1ull << 36) - 1 |
std::array< Alg, Type::SIZE > | openvpn::CryptoAlgs::algs |