OpenVPN
|
#include <ssl_common.h>
Data Fields | |
char * | auth_control_file |
char * | auth_pending_file |
char * | auth_failed_reason_file |
unsigned int | auth_control_status |
Definition at line 157 of file ssl_common.h.
char* auth_deferred_status::auth_control_file |
Definition at line 159 of file ssl_common.h.
Referenced by key_state_gen_auth_control_files(), key_state_rm_auth_control_files(), key_state_test_auth_control_file(), and multi_process_post().
unsigned int auth_deferred_status::auth_control_status |
Definition at line 162 of file ssl_common.h.
Referenced by key_state_test_auth_control_file().
char* auth_deferred_status::auth_failed_reason_file |
Definition at line 161 of file ssl_common.h.
Referenced by key_state_check_auth_failed_message_file(), key_state_gen_auth_control_files(), and key_state_rm_auth_control_files().
char* auth_deferred_status::auth_pending_file |
Definition at line 160 of file ssl_common.h.
Referenced by key_state_check_auth_pending_file(), key_state_gen_auth_control_files(), and key_state_rm_auth_pending_file().