Data Fields

tls_server_t Struct Reference

Collaboration diagram for tls_server_t:
Collaboration graph
[legend]

Data Fields

VLC_COMMON_MEMBERS module_tp_module
tls_server_sys_tp_sys
int(* pf_add_CA )(tls_server_t *, const char *)
int(* pf_add_CRL )(tls_server_t *, const char *)
tls_session_t *(* pf_open )(tls_server_t *)
void(* pf_close )(tls_server_t *, tls_session_t *)

Field Documentation

VLC_COMMON_MEMBERS module_t* tls_server_t::p_module
int(* tls_server_t::pf_add_CA)(tls_server_t *, const char *)

Referenced by tls_ServerAddCA().

int(* tls_server_t::pf_add_CRL)(tls_server_t *, const char *)

Referenced by tls_ServerAddCRL().

Referenced by tls_ServerSessionClose().


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines