FFmpeg
|
Data Fields | |
const AVClass * | class |
TLSShared | tls_shared |
gnutls_session_t | session |
gnutls_certificate_credentials_t | cred |
int | need_shutdown |
int | io_err |
struct tls * | ctx |
mbedtls_ssl_context | ssl_context |
mbedtls_ssl_config | ssl_config |
mbedtls_entropy_context | entropy_context |
mbedtls_ctr_drbg_context | ctr_drbg_context |
mbedtls_x509_crt | ca_cert |
mbedtls_x509_crt | own_cert |
mbedtls_pk_context | priv_key |
char * | priv_key_pw |
SSL_CTX * | ctx |
SSL * | ssl |
BIO_METHOD * | url_bio_method |
char | error_message [256] |
struct sockaddr_storage | dest_addr |
socklen_t | dest_addr_len |
char * | cert_store_subject |
char * | cert_store_name |
CredHandle | cred_handle |
TimeStamp | cred_timestamp |
CtxtHandle | ctxt_handle |
int | have_context |
TimeStamp | ctxt_timestamp |
ULONG | request_flags |
ULONG | context_flags |
uint8_t * | enc_buf |
int | enc_buf_size |
int | enc_buf_offset |
uint8_t * | dec_buf |
int | dec_buf_size |
int | dec_buf_offset |
char * | send_buf |
int | send_buf_size |
int | send_buf_offset |
SecPkgContext_StreamSizes | sizes |
int | connected |
int | connection_closed |
int | sspi_close_notify |
SSLContextRef | ssl_context |
CFArrayRef | ca_array |
int | lastErr |
Definition at line 44 of file tls_gnutls.c.
const AVClass * TLSContext::class |
Definition at line 45 of file tls_gnutls.c.
TLSShared TLSContext::tls_shared |
Definition at line 46 of file tls_gnutls.c.
Referenced by dtls_handshake(), dtls_start(), ff_tls_close(), ff_tls_open(), openssl_init_ca_key_cert(), tls_close(), tls_get_file_handle(), tls_get_short_seek(), tls_open(), tls_read(), and tls_write().
gnutls_session_t TLSContext::session |
Definition at line 47 of file tls_gnutls.c.
Referenced by tls_open().
gnutls_certificate_credentials_t TLSContext::cred |
Definition at line 48 of file tls_gnutls.c.
Referenced by tls_open().
int TLSContext::need_shutdown |
Definition at line 49 of file tls_gnutls.c.
Referenced by tls_open().
int TLSContext::io_err |
Definition at line 50 of file tls_gnutls.c.
struct tls* TLSContext::ctx |
Definition at line 37 of file tls_libtls.c.
Referenced by dtls_start(), ff_tls_close(), ff_tls_open(), ff_tls_read(), ff_tls_write(), openssl_init_ca_key_cert(), and tls_open().
mbedtls_ssl_context TLSContext::ssl_context |
Definition at line 45 of file tls_mbedtls.c.
Referenced by tls_close(), tls_open(), tls_read(), and tls_write().
mbedtls_ssl_config TLSContext::ssl_config |
Definition at line 46 of file tls_mbedtls.c.
Referenced by tls_close(), and tls_open().
mbedtls_entropy_context TLSContext::entropy_context |
Definition at line 47 of file tls_mbedtls.c.
Referenced by tls_close(), and tls_open().
mbedtls_ctr_drbg_context TLSContext::ctr_drbg_context |
Definition at line 48 of file tls_mbedtls.c.
Referenced by tls_close(), and tls_open().
mbedtls_x509_crt TLSContext::ca_cert |
Definition at line 49 of file tls_mbedtls.c.
Referenced by tls_close(), and tls_open().
mbedtls_x509_crt TLSContext::own_cert |
Definition at line 50 of file tls_mbedtls.c.
Referenced by tls_close(), and tls_open().
mbedtls_pk_context TLSContext::priv_key |
Definition at line 51 of file tls_mbedtls.c.
Referenced by tls_close(), and tls_open().
char* TLSContext::priv_key_pw |
Definition at line 52 of file tls_mbedtls.c.
Referenced by parse_options(), and tls_open().
SSL_CTX* TLSContext::ctx |
Definition at line 486 of file tls_openssl.c.
SSL* TLSContext::ssl |
Definition at line 487 of file tls_openssl.c.
Referenced by dtls_handshake(), dtls_start(), init_bio_method(), and tls_open().
BIO_METHOD* TLSContext::url_bio_method |
Definition at line 488 of file tls_openssl.c.
Referenced by init_bio_method().
char TLSContext::error_message[256] |
Definition at line 490 of file tls_openssl.c.
struct sockaddr_storage TLSContext::dest_addr |
Definition at line 491 of file tls_openssl.c.
socklen_t TLSContext::dest_addr_len |
Definition at line 492 of file tls_openssl.c.
char* TLSContext::cert_store_subject |
Definition at line 593 of file tls_schannel.c.
char* TLSContext::cert_store_name |
Definition at line 594 of file tls_schannel.c.
CredHandle TLSContext::cred_handle |
Definition at line 596 of file tls_schannel.c.
TimeStamp TLSContext::cred_timestamp |
Definition at line 597 of file tls_schannel.c.
CtxtHandle TLSContext::ctxt_handle |
Definition at line 599 of file tls_schannel.c.
int TLSContext::have_context |
Definition at line 600 of file tls_schannel.c.
TimeStamp TLSContext::ctxt_timestamp |
Definition at line 601 of file tls_schannel.c.
ULONG TLSContext::request_flags |
Definition at line 603 of file tls_schannel.c.
ULONG TLSContext::context_flags |
Definition at line 604 of file tls_schannel.c.
uint8_t* TLSContext::enc_buf |
Definition at line 606 of file tls_schannel.c.
int TLSContext::enc_buf_size |
Definition at line 607 of file tls_schannel.c.
int TLSContext::enc_buf_offset |
Definition at line 608 of file tls_schannel.c.
uint8_t* TLSContext::dec_buf |
Definition at line 610 of file tls_schannel.c.
int TLSContext::dec_buf_size |
Definition at line 611 of file tls_schannel.c.
int TLSContext::dec_buf_offset |
Definition at line 612 of file tls_schannel.c.
char* TLSContext::send_buf |
Definition at line 614 of file tls_schannel.c.
int TLSContext::send_buf_size |
Definition at line 615 of file tls_schannel.c.
int TLSContext::send_buf_offset |
Definition at line 616 of file tls_schannel.c.
SecPkgContext_StreamSizes TLSContext::sizes |
Definition at line 618 of file tls_schannel.c.
int TLSContext::connected |
Definition at line 620 of file tls_schannel.c.
int TLSContext::connection_closed |
Definition at line 621 of file tls_schannel.c.
int TLSContext::sspi_close_notify |
Definition at line 622 of file tls_schannel.c.
SSLContextRef TLSContext::ssl_context |
Definition at line 48 of file tls_securetransport.c.
CFArrayRef TLSContext::ca_array |
Definition at line 49 of file tls_securetransport.c.
int TLSContext::lastErr |
Definition at line 50 of file tls_securetransport.c.