OpenVPN 3 Core Library
|
Go to the source code of this file.
Namespaces | |
namespace | openvpn |
namespace | openvpn::crypto |
Macros | |
#define | OPENVPN_INCR_VOID_PTR(var, incr) (var) = static_cast<const unsigned char *>(var) + (incr) |
Functions | |
bool | openvpn::crypto::memneq (const void *a, const void *b, size_t size) |
#define OPENVPN_INCR_VOID_PTR | ( | var, | |
incr | |||
) | (var) = static_cast<const unsigned char *>(var) + (incr) |
Definition at line 56 of file memneq.hpp.