Searched defs:aVerifyPeerCertificate (Results 1 – 5 of 5) sorted by relevance
268 … void SetSslAuthMode(bool aVerifyPeerCertificate) { mDtls.SetSslAuthMode(aVerifyPeerCertificate); } in SetSslAuthMode()
357 … void SetSslAuthMode(bool aVerifyPeerCertificate) { mTls.SetSslAuthMode(aVerifyPeerCertificate); } in SetSslAuthMode()
118 void otBleSecureSetSslAuthMode(otInstance *aInstance, bool aVerifyPeerCertificate) in otBleSecureSetSslAuthMode()
100 void otCoapSecureSetSslAuthMode(otInstance *aInstance, bool aVerifyPeerCertificate) in otCoapSecureSetSslAuthMode()
386 …void SetSslAuthMode(bool aVerifyPeerCertificate) { mVerifyPeerCertificate = aVerifyPeerCertificate… in SetSslAuthMode()