FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | TLSShared |
Macros | |
#define | TLS_OPTFL (AV_OPT_FLAG_DECODING_PARAM | AV_OPT_FLAG_ENCODING_PARAM) |
#define | TLS_COMMON_OPTIONS(pstruct, options_field) |
Functions | |
int | ff_tls_open_underlying (TLSShared *c, URLContext *parent, const char *uri, AVDictionary **options) |
void | ff_gnutls_init (void) |
void | ff_gnutls_deinit (void) |
int | ff_openssl_init (void) |
void | ff_openssl_deinit (void) |
#define TLS_OPTFL (AV_OPT_FLAG_DECODING_PARAM | AV_OPT_FLAG_ENCODING_PARAM) |
#define TLS_COMMON_OPTIONS | ( | pstruct, | |
options_field | |||
) |
int ff_tls_open_underlying | ( | TLSShared * | c, |
URLContext * | parent, | ||
const char * | uri, | ||
AVDictionary ** | options | ||
) |
Definition at line 67 of file tls.c.
Referenced by ff_tls_open(), and tls_open().
void ff_gnutls_init | ( | void | ) |
Definition at line 55 of file tls_gnutls.c.
Referenced by ff_tls_init(), and tls_open().
void ff_gnutls_deinit | ( | void | ) |
Definition at line 66 of file tls_gnutls.c.
Referenced by ff_tls_deinit(), and tls_close().
int ff_openssl_init | ( | void | ) |
Definition at line 75 of file tls_openssl.c.
Referenced by ff_tls_init(), and tls_open().
void ff_openssl_deinit | ( | void | ) |
Definition at line 105 of file tls_openssl.c.
Referenced by ff_tls_deinit(), and tls_close().