Searched refs:HandleMbedtlsExportKeys (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/src/core/meshcop/ |
D | secure_transport.hpp | 737 static void HandleMbedtlsExportKeys(void *aContext, 745 void HandleMbedtlsExportKeys(mbedtls_ssl_key_export_type aType, 754 static int HandleMbedtlsExportKeys(void *aContext, 760 int HandleMbedtlsExportKeys(const unsigned char *aMasterSecret,
|
D | secure_transport.cpp | 251 mbedtls_ssl_conf_export_keys_cb(&mConf, SecureTransport::HandleMbedtlsExportKeys, &mTransport); in Setup() 305 mbedtls_ssl_set_export_keys_cb(&mSsl, SecureTransport::HandleMbedtlsExportKeys, &mTransport); in Setup() 896 void SecureTransport::HandleMbedtlsExportKeys(void *aContext, in HandleMbedtlsExportKeys() function in ot::MeshCoP::SecureTransport 904 …static_cast<SecureTransport *>(aContext)->HandleMbedtlsExportKeys(aType, aMasterSecret, aMasterSec… in HandleMbedtlsExportKeys() 908 void SecureTransport::HandleMbedtlsExportKeys(mbedtls_ssl_key_export_type aType, in HandleMbedtlsExportKeys() function in ot::MeshCoP::SecureTransport 942 int SecureTransport::HandleMbedtlsExportKeys(void *aContext, in HandleMbedtlsExportKeys() function in ot::MeshCoP::SecureTransport 949 …return static_cast<SecureTransport *>(aContext)->HandleMbedtlsExportKeys(aMasterSecret, aKeyBlock,… in HandleMbedtlsExportKeys() 953 int SecureTransport::HandleMbedtlsExportKeys(const unsigned char *aMasterSecret, in HandleMbedtlsExportKeys() function in ot::MeshCoP::SecureTransport
|