Home
last modified time | relevance | path

Searched defs:aVerifyPeerCertificate (Results 1 – 5 of 5) sorted by relevance

/openthread-3.6.0/src/core/coap/
Dcoap_secure.hpp268 … void SetSslAuthMode(bool aVerifyPeerCertificate) { mDtls.SetSslAuthMode(aVerifyPeerCertificate); } in SetSslAuthMode()
/openthread-3.6.0/src/core/radio/
Dble_secure.hpp357 … void SetSslAuthMode(bool aVerifyPeerCertificate) { mTls.SetSslAuthMode(aVerifyPeerCertificate); } in SetSslAuthMode()
/openthread-3.6.0/src/core/api/
Dble_secure_api.cpp118 void otBleSecureSetSslAuthMode(otInstance *aInstance, bool aVerifyPeerCertificate) in otBleSecureSetSslAuthMode()
Dcoap_secure_api.cpp100 void otCoapSecureSetSslAuthMode(otInstance *aInstance, bool aVerifyPeerCertificate) in otCoapSecureSetSslAuthMode()
/openthread-3.6.0/src/core/meshcop/
Dsecure_transport.hpp386 …void SetSslAuthMode(bool aVerifyPeerCertificate) { mVerifyPeerCertificate = aVerifyPeerCertificate… in SetSslAuthMode()