Home
last modified time | relevance | path

Searched refs:HandleMbedtlsDebug (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/meshcop/
Dsecure_transport.hpp731 …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);
Dsecure_transport.cpp255 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