Home
last modified time | relevance | path

Searched defs:TLSContext (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavformat/
Dtls_schannel.c43 typedef struct TLSContext { struct
44 const AVClass *class;
45 TLSShared tls_shared;
69 } TLSContext; argument
Dtls_mbedtls.c36 typedef struct TLSContext { struct
47 } TLSContext; argument
Dtls_gnutls.c48 typedef struct TLSContext { struct
55 } TLSContext; typedef
Dtls_openssl.c40 typedef struct TLSContext { struct
49 } TLSContext; argument
Dtls_securetransport.c44 typedef struct TLSContext { struct
50 } TLSContext; typedef
Dtls_libtls.c34 typedef struct TLSContext { struct
38 } TLSContext; typedef
/third_party/node/src/quic/
Dtlscontext.cc344 TLSContext::TLSContext(Environment* env, in TLSContext() function in node::quic::TLSContext