Home
last modified time | relevance | path

Searched refs:ff_tls_open_underlying (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavformat/
Dtls.h56 int ff_tls_open_underlying(TLSShared *c, URLContext *parent, const char *uri, AVDictionary **option…
Dtls.c56 int ff_tls_open_underlying(TLSShared *c, URLContext *parent, const char *uri, AVDictionary **option… in ff_tls_open_underlying() function
Dtls_libtls.c85 if ((ret = ff_tls_open_underlying(c, h, uri, options)) < 0) in ff_tls_open()
Dtls_gnutls.c148 if ((ret = ff_tls_open_underlying(c, h, uri, options)) < 0) in tls_open()
Dtls_mbedtls.c172 if ((ret = ff_tls_open_underlying(shr, h, uri, options)) < 0) in tls_open()
Dtls_openssl.c245 if ((ret = ff_tls_open_underlying(c, h, uri, options)) < 0) in tls_open()
Dtls_securetransport.c273 if ((ret = ff_tls_open_underlying(s, h, uri, options)) < 0) in tls_open()
Dtls_schannel.c341 if ((ret = ff_tls_open_underlying(s, h, uri, options)) < 0) in tls_open()