![]() |
The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
Include dependency graph for rlm_eap_tls.c:Go to the source code of this file.
Data Structures | |
| struct | rlm_eap_tls_thread_t |
Functions | |
| static unlang_action_t | mod_handshake_done (unlang_result_t *p_result, UNUSED module_ctx_t const *mctx, UNUSED request_t *request) |
| static unlang_action_t | mod_handshake_process (UNUSED unlang_result_t *p_result, UNUSED module_ctx_t const *mctx, request_t *request) |
| static unlang_action_t | mod_handshake_resume (unlang_result_t *p_result, module_ctx_t const *mctx, request_t *request) |
| static int | mod_instantiate (module_inst_ctx_t const *mctx) |
| static unlang_action_t | mod_session_init (UNUSED unlang_result_t *p_result, module_ctx_t const *mctx, request_t *request) |
| static unlang_action_t | mod_session_init_resume (unlang_result_t *p_result, module_ctx_t const *mctx, request_t *request) |
| static int | mod_thread_detach (module_thread_inst_ctx_t const *mctx) |
| static int | mod_thread_instantiate (module_thread_inst_ctx_t const *mctx) |
Variables | |
| static fr_dict_attr_t const * | attr_eap_tls_require_client_cert |
| static fr_dict_t const * | dict_freeradius |
| rlm_eap_submodule_t | rlm_eap_tls |
| fr_dict_autoload_t | rlm_eap_tls_dict [] |
| fr_dict_attr_autoload_t | rlm_eap_tls_dict_attr [] |
| static conf_parser_t | submodule_config [] |
| struct rlm_eap_tls_thread_t |
Definition at line 41 of file rlm_eap_tls.c.
| Data Fields | ||
|---|---|---|
| SSL_CTX * | ssl_ctx | Thread local SSL_CTX. |
|
static |
|
static |
Definition at line 165 of file rlm_eap_tls.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 75 of file rlm_eap_tls.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
|
static |
Definition at line 181 of file rlm_eap_tls.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 252 of file rlm_eap_tls.c.
|
static |
Definition at line 241 of file rlm_eap_tls.c.
|
static |
Definition at line 61 of file rlm_eap_tls.c.
|
static |
Definition at line 53 of file rlm_eap_tls.c.
| rlm_eap_submodule_t rlm_eap_tls |
Definition at line 284 of file rlm_eap_tls.c.
| fr_dict_autoload_t rlm_eap_tls_dict |
Definition at line 56 of file rlm_eap_tls.c.
| fr_dict_attr_autoload_t rlm_eap_tls_dict_attr |
Definition at line 64 of file rlm_eap_tls.c.
|
static |
Definition at line 45 of file rlm_eap_tls.c.
1.9.8