|
FFmpeg
|
Data Fields | |
| 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 45 of file tls_gnutls.c.
| TLSShared TLSContext::tls_shared |
Definition at line 46 of file tls_gnutls.c.
Referenced by tls_close(), tls_open(), tls_read(), and tls_write().
| gnutls_session_t TLSContext::session |
Definition at line 47 of file tls_gnutls.c.
| gnutls_certificate_credentials_t TLSContext::cred |
Definition at line 48 of file tls_gnutls.c.
| int TLSContext::need_shutdown |
Definition at line 49 of file tls_gnutls.c.
| int TLSContext::io_err |
Definition at line 50 of file tls_gnutls.c.
| struct tls* TLSContext::ctx |
Definition at line 36 of file tls_libtls.c.
| mbedtls_ssl_context TLSContext::ssl_context |
Definition at line 44 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 45 of file tls_mbedtls.c.
Referenced by tls_close(), and tls_open().
| mbedtls_entropy_context TLSContext::entropy_context |
Definition at line 46 of file tls_mbedtls.c.
Referenced by tls_close(), and tls_open().
| mbedtls_ctr_drbg_context TLSContext::ctr_drbg_context |
Definition at line 47 of file tls_mbedtls.c.
Referenced by tls_close(), and tls_open().
| mbedtls_x509_crt TLSContext::ca_cert |
Definition at line 48 of file tls_mbedtls.c.
Referenced by tls_close(), and tls_open().
| mbedtls_x509_crt TLSContext::own_cert |
Definition at line 49 of file tls_mbedtls.c.
Referenced by tls_close(), and tls_open().
| mbedtls_pk_context TLSContext::priv_key |
Definition at line 50 of file tls_mbedtls.c.
Referenced by tls_close(), and tls_open().
| char* TLSContext::priv_key_pw |
Definition at line 51 of file tls_mbedtls.c.
Referenced by tls_open().
| SSL_CTX* TLSContext::ctx |
Definition at line 421 of file tls_openssl.c.
| SSL* TLSContext::ssl |
Definition at line 422 of file tls_openssl.c.
| BIO_METHOD* TLSContext::url_bio_method |
Definition at line 423 of file tls_openssl.c.
| char TLSContext::error_message[256] |
Definition at line 425 of file tls_openssl.c.
| struct sockaddr_storage TLSContext::dest_addr |
Definition at line 426 of file tls_openssl.c.
| socklen_t TLSContext::dest_addr_len |
Definition at line 427 of file tls_openssl.c.
| char* TLSContext::cert_store_subject |
Definition at line 592 of file tls_schannel.c.
| char* TLSContext::cert_store_name |
Definition at line 593 of file tls_schannel.c.
| CredHandle TLSContext::cred_handle |
Definition at line 595 of file tls_schannel.c.
| TimeStamp TLSContext::cred_timestamp |
Definition at line 596 of file tls_schannel.c.
| CtxtHandle TLSContext::ctxt_handle |
Definition at line 598 of file tls_schannel.c.
| int TLSContext::have_context |
Definition at line 599 of file tls_schannel.c.
| TimeStamp TLSContext::ctxt_timestamp |
Definition at line 600 of file tls_schannel.c.
| ULONG TLSContext::request_flags |
Definition at line 602 of file tls_schannel.c.
| ULONG TLSContext::context_flags |
Definition at line 603 of file tls_schannel.c.
| uint8_t* TLSContext::enc_buf |
Definition at line 605 of file tls_schannel.c.
| int TLSContext::enc_buf_size |
Definition at line 606 of file tls_schannel.c.
| int TLSContext::enc_buf_offset |
Definition at line 607 of file tls_schannel.c.
| uint8_t* TLSContext::dec_buf |
Definition at line 609 of file tls_schannel.c.
| int TLSContext::dec_buf_size |
Definition at line 610 of file tls_schannel.c.
| int TLSContext::dec_buf_offset |
Definition at line 611 of file tls_schannel.c.
| char* TLSContext::send_buf |
Definition at line 613 of file tls_schannel.c.
| int TLSContext::send_buf_size |
Definition at line 614 of file tls_schannel.c.
| int TLSContext::send_buf_offset |
Definition at line 615 of file tls_schannel.c.
| SecPkgContext_StreamSizes TLSContext::sizes |
Definition at line 617 of file tls_schannel.c.
| int TLSContext::connected |
Definition at line 619 of file tls_schannel.c.
| int TLSContext::connection_closed |
Definition at line 620 of file tls_schannel.c.
| int TLSContext::sspi_close_notify |
Definition at line 621 of file tls_schannel.c.
| SSLContextRef TLSContext::ssl_context |
Definition at line 47 of file tls_securetransport.c.
| CFArrayRef TLSContext::ca_array |
Definition at line 48 of file tls_securetransport.c.
| int TLSContext::lastErr |
Definition at line 49 of file tls_securetransport.c.
1.8.17