Home
last modified time | relevance | path

Searched refs:otCoapSecureSetSslAuthMode (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/include/openthread/
Dcoap_secure.h180 void otCoapSecureSetSslAuthMode(otInstance *aInstance, bool aVerifyPeerCertificate);
/openthread-latest/src/core/api/
Dcoap_secure_api.cpp116 void otCoapSecureSetSslAuthMode(otInstance *aInstance, bool aVerifyPeerCertificate) in otCoapSecureSetSslAuthMode() function
/openthread-latest/src/cli/
Dcli_coap_secure.cpp237 otCoapSecureSetSslAuthMode(GetInstancePtr(), verifyPeerCert); in Process()