OpenVPN
|
Go to the source code of this file.
Functions | |
void | management_auth_failure (struct management *man, const char *type, const char *reason) |
char * | management_query_pk_sig (struct management *man, const char *b64_data, const char *algorithm) |
Variables | |
struct management * | management |
void management_auth_failure | ( | struct management * | man, |
const char * | type, | ||
const char * | reason | ||
) |
Definition at line 40 of file mock_management.c.
References ASSERT.
char* management_query_pk_sig | ( | struct management * | man, |
const char * | b64_data, | ||
const char * | algorithm | ||
) |
Definition at line 46 of file mock_management.c.
struct management* management |
Definition at line 37 of file mock_management.c.