![]() |
ucspi-ssl
0.99e
TLS encryption for IPv6 communication
|
Go to the source code of this file.
Macros | |
#define | byte_equal(s, n, t) (!byte_diff((s),(n),(t))) |
Functions | |
unsigned int | byte_chr (const char *, unsigned int n, int) |
void | byte_copy (void *, unsigned int, const void *) |
void | byte_copyr (char *, unsigned int, const char *) |
int | byte_diff (const void *, unsigned int n, const void *) |
void | byte_zero (void *, unsigned int) |
void byte_copy | ( | void * | , |
unsigned | int, | ||
const void * | |||
) |
void byte_zero | ( | void * | , |
unsigned | int | ||
) |