OpenVPN 3 Core Library
Loading...
Searching...
No Matches
memneq.hpp File Reference
#include <openvpn/common/arch.hpp>
#include <openvpn/common/size.hpp>
#include <atomic>
Include dependency graph for memneq.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ OPENVPN_INCR_VOID_PTR

#define OPENVPN_INCR_VOID_PTR (   var,
  incr 
)    (var) = static_cast<const unsigned char *>(var) + (incr)

Definition at line 56 of file memneq.hpp.