VLC 4.0.0-dev
|
#include <vlc_tls.h>
Data Fields | |
vlc_tls_t *(* | open )(struct vlc_tls_server *, vlc_tls_t *sock, const char *const *alpn) |
int(* | handshake )(vlc_tls_t *session, char **alp) |
void(* | destroy )(struct vlc_tls_server *) |
void(* vlc_tls_server_operations::destroy) (struct vlc_tls_server *) |
Referenced by vlc_tls_ServerDelete().
int(* vlc_tls_server_operations::handshake) (vlc_tls_t *session, char ** alp) |
Referenced by vlc_tls_SessionHandshake().
vlc_tls_t *(* vlc_tls_server_operations::open) (struct vlc_tls_server *, vlc_tls_t *sock, const char *const *alpn) |
Referenced by vlc_tls_ServerSessionCreate().