Home
last modified time | relevance | path

Searched defs:SetSslAuthMode (Results 1 – 2 of 2) sorted by relevance

/external/openthread/src/core/coap/
Dcoap_secure.hpp281 … void SetSslAuthMode(bool aVerifyPeerCertificate) { mDtls.SetSslAuthMode(aVerifyPeerCertificate); } in SetSslAuthMode() function in ot::Coap::CoapSecure
/external/openthread/src/core/meshcop/
Ddtls.hpp289 …void SetSslAuthMode(bool aVerifyPeerCertificate) { mVerifyPeerCertificate = aVerifyPeerCertificate… in SetSslAuthMode() function in ot::MeshCoP::Dtls