Searched refs:ff_tls_open_underlying (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | tls.h | 56 int ff_tls_open_underlying(TLSShared *c, URLContext *parent, const char *uri, AVDictionary **option…
|
D | tls.c | 56 int ff_tls_open_underlying(TLSShared *c, URLContext *parent, const char *uri, AVDictionary **option… in ff_tls_open_underlying() function
|
D | tls_libtls.c | 85 if ((ret = ff_tls_open_underlying(c, h, uri, options)) < 0) in ff_tls_open()
|
D | tls_gnutls.c | 148 if ((ret = ff_tls_open_underlying(c, h, uri, options)) < 0) in tls_open()
|
D | tls_mbedtls.c | 172 if ((ret = ff_tls_open_underlying(shr, h, uri, options)) < 0) in tls_open()
|
D | tls_openssl.c | 245 if ((ret = ff_tls_open_underlying(c, h, uri, options)) < 0) in tls_open()
|
D | tls_securetransport.c | 273 if ((ret = ff_tls_open_underlying(s, h, uri, options)) < 0) in tls_open()
|
D | tls_schannel.c | 341 if ((ret = ff_tls_open_underlying(s, h, uri, options)) < 0) in tls_open()
|