Home
last modified time | relevance | path

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

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