OpenVPN 3 Core Library
|
Functions | |
bool | memneq (const void *a, const void *b, size_t size) |
bool | str_neq (const char *s1, const char *s2) |
bool | str_neq (const std::string &s1, const std::string &s2) |
|
inline |
memneq - Compare two areas of memory in constant time
a | first area of memory |
b | second area of memory |
size | The length of the memory area to compare |
Definition at line 79 of file memneq.hpp.
|
inline |
|
inline |
Definition at line 48 of file strneq.hpp.