Data Fields | |
const AVClass * | class |
URLContext * | tcp |
gnutls_session_t | session |
gnutls_certificate_credentials_t | cred |
int | fd |
Definition at line 57 of file tls.c.
const AVClass* TLSContext::class |
gnutls_certificate_credentials_t TLSContext::cred |
Definition at line 62 of file tls.c.
Referenced by tls_open().
int TLSContext::fd |
Definition at line 67 of file tls.c.
Referenced by do_tls_poll(), and tls_open().
gnutls_session_t TLSContext::session |
Definition at line 61 of file tls.c.
Referenced by do_tls_poll(), and tls_open().
Definition at line 59 of file tls.c.
Referenced by tls_close(), and tls_open().