Home
last modified time | relevance | path

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

/external/openthread/src/core/coap/
Dcoap_secure.hpp299 … void SetSslAuthMode(bool aVerifyPeerCertificate) { mDtls.SetSslAuthMode(aVerifyPeerCertificate); } in SetSslAuthMode() function in ot::Coap::CoapSecure
/external/openthread/src/core/radio/
Dble_secure.hpp357 … void SetSslAuthMode(bool aVerifyPeerCertificate) { mTls.SetSslAuthMode(aVerifyPeerCertificate); } in SetSslAuthMode() function in ot::Ble::BleSecure
/external/openthread/src/core/meshcop/
Dsecure_transport.hpp422 …void SetSslAuthMode(bool aVerifyPeerCertificate) { mVerifyPeerCertificate = aVerifyPeerCertificate… in SetSslAuthMode() function in ot::MeshCoP::SecureTransport