Home
last modified time | relevance | path

Searched refs:DTLS (Results 1 – 9 of 9) sorted by relevance

/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DDTLS.cpp35 void DTLS::Init() { in Init()
48 bool DTLS::useCertificate(std::shared_ptr<X509> cert) { in useCertificate()
56 bool DTLS::usePrivateKey(std::shared_ptr<EVP_PKEY> key) { in usePrivateKey()
66 DTLS::DTLS( in DTLS() function in DTLS
68 DTLS::Mode mode, in DTLS()
97 &DTLS::OnVerifyPeerCertificate); in DTLS()
127 DTLS::~DTLS() { in ~DTLS()
152 int DTLS::OnVerifyPeerCertificate(int /* ok */, X509_STORE_CTX *ctx) { in OnVerifyPeerCertificate()
158 DTLS *me = static_cast<DTLS *>(SSL_get_ex_data(ssl, gDTLSInstanceIndex)); in OnVerifyPeerCertificate()
214 void DTLS::connect(const sockaddr_storage &remoteAddr) { in connect()
[all …]
Dmakefile30 DTLS.cpp \
DwebRTC.cpp72 DTLS::Init(); in main()
DAndroid.bp20 "DTLS.cpp",
DRTPSocketHandler.cpp430 mDTLS = std::make_shared<DTLS>( in onPacketReceived()
432 DTLS::Mode::ACCEPT, in onPacketReceived()
DSCTPHandler.cpp28 std::shared_ptr<DTLS> dtls) in SCTPHandler()
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/include/webrtc/
DDTLS.h34 struct DTLS : public std::enable_shared_from_this<DTLS> { struct
42 explicit DTLS( argument
50 ~DTLS();
DSCTPHandler.h28 std::shared_ptr<DTLS> dtls);
36 std::shared_ptr<DTLS> mDTLS;
DRTPSocketHandler.h93 std::shared_ptr<DTLS> mDTLS;