OpenVPN
|
Go to the source code of this file.
Macros | |
#define | DECODE_ERROR 0xffffffff |
Functions | |
int | openvpn_base64_encode (const void *data, int size, char **str) |
static int | pos (char c) |
static unsigned int | token_decode (const char *token) |
int | openvpn_base64_decode (const char *str, void *data, int size) |
Variables | |
static char | base64_chars [] |
int openvpn_base64_decode | ( | const char * | str, |
void * | data, | ||
int | size | ||
) |
Definition at line 158 of file base64.c.
References base64_chars, DECODE_ERROR, and token_decode().
Referenced by generate_auth_token(), get_sig_from_man(), ntlm_phase_3(), parse_auth_challenge(), set_auth_token_user(), test_pkcs11_ids(), tls_crypt_v2_write_client_key_file(), and verify_auth_token().
int openvpn_base64_encode | ( | const void * | data, |
int | size, | ||
char ** | str | ||
) |
Definition at line 52 of file base64.c.
References base64_chars.
Referenced by generate_auth_token(), get_sig_from_man(), get_user_pass_cr(), and make_base64_string2().
|
static |
Definition at line 105 of file base64.c.
References base64_chars.
Referenced by token_decode(), and UpdateWaitHandles().
|
static |
Definition at line 121 of file base64.c.
References DECODE_ERROR, and pos().
Referenced by openvpn_base64_decode().
|
static |
Definition at line 44 of file base64.c.
Referenced by openvpn_base64_decode(), openvpn_base64_encode(), and pos().