Searched refs:HandleMbedtlsDebug (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/src/core/meshcop/ |
D | secure_transport.hpp | 731 …static void HandleMbedtlsDebug(void *aContext, int aLevel, const char *aFile, int aLine, const cha… 732 void HandleMbedtlsDebug(int aLevel, const char *aFile, int aLine, const char *aStr);
|
D | secure_transport.cpp | 255 mbedtls_ssl_conf_dbg(&mConf, SecureTransport::HandleMbedtlsDebug, &mTransport); in Setup() 1014 void SecureTransport::HandleMbedtlsDebug(void *aContext, int aLevel, const char *aFile, int aLine, … in HandleMbedtlsDebug() function in ot::MeshCoP::SecureTransport 1016 static_cast<SecureTransport *>(aContext)->HandleMbedtlsDebug(aLevel, aFile, aLine, aStr); in HandleMbedtlsDebug() 1019 void SecureTransport::HandleMbedtlsDebug(int aLevel, const char *aFile, int aLine, const char *aStr) in HandleMbedtlsDebug() function in ot::MeshCoP::SecureTransport
|