OpenVPN
|
Data Fields | |
struct tls_multi | multi |
struct key_type | kt |
struct user_pass | up |
struct tls_session * | session |
Definition at line 40 of file test_auth_token.c.
struct key_type test_context::kt |
Definition at line 42 of file test_auth_token.c.
Referenced by auth_token_fail_invalid_key(), and setup().
struct tls_multi test_context::multi |
Definition at line 41 of file test_auth_token.c.
Referenced by auth_token_basic_test(), auth_token_fail_invalid_key(), auth_token_test_empty_user(), auth_token_test_env(), auth_token_test_key_load(), auth_token_test_known_keys(), auth_token_test_random_keys(), auth_token_test_session_mismatch(), auth_token_test_timeout(), setup(), and teardown().
struct tls_session* test_context::session |
Definition at line 44 of file test_auth_token.c.
Referenced by auth_token_basic_test(), auth_token_fail_invalid_key(), auth_token_test_empty_user(), auth_token_test_env(), auth_token_test_key_load(), auth_token_test_known_keys(), auth_token_test_random_keys(), auth_token_test_session_mismatch(), auth_token_test_timeout(), setup(), and teardown().
struct user_pass test_context::up |
Definition at line 43 of file test_auth_token.c.
Referenced by auth_token_basic_test(), auth_token_fail_invalid_key(), auth_token_test_empty_user(), auth_token_test_env(), auth_token_test_key_load(), auth_token_test_known_keys(), auth_token_test_random_keys(), auth_token_test_session_mismatch(), auth_token_test_timeout(), and setup().