Searched refs:DTLS (Results 1 – 9 of 9) sorted by relevance
35 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 DTLS68 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 …]
30 DTLS.cpp \
72 DTLS::Init(); in main()
20 "DTLS.cpp",
430 mDTLS = std::make_shared<DTLS>( in onPacketReceived()432 DTLS::Mode::ACCEPT, in onPacketReceived()
28 std::shared_ptr<DTLS> dtls) in SCTPHandler()
34 struct DTLS : public std::enable_shared_from_this<DTLS> { struct42 explicit DTLS( argument50 ~DTLS();
28 std::shared_ptr<DTLS> dtls);36 std::shared_ptr<DTLS> mDTLS;
93 std::shared_ptr<DTLS> mDTLS;