Searched refs:HandleMbedtlsTransmit (Results 1 – 2 of 2) sorted by relevance
/external/openthread/src/core/meshcop/ |
D | secure_transport.hpp | 270 static int HandleMbedtlsTransmit(void *aContext, const unsigned char *aBuf, size_t aLength); 271 int HandleMbedtlsTransmit(const unsigned char *aBuf, size_t aLength);
|
D | secure_transport.cpp | 297 …mbedtls_ssl_set_bio(&mSsl, this, HandleMbedtlsTransmit, HandleMbedtlsReceive, /* RecvTimeoutFn */ … in Setup() 382 int SecureSession::HandleMbedtlsTransmit(void *aContext, const unsigned char *aBuf, size_t aLength) in HandleMbedtlsTransmit() function in ot::MeshCoP::SecureSession 384 return static_cast<SecureSession *>(aContext)->HandleMbedtlsTransmit(aBuf, aLength); in HandleMbedtlsTransmit() 387 int SecureSession::HandleMbedtlsTransmit(const unsigned char *aBuf, size_t aLength) in HandleMbedtlsTransmit() function in ot::MeshCoP::SecureSession
|