ESP-IDF
ot::MeshCoP::SecureTransport::HandleMbedtlsExportKeys()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::MeshCoP::SecureTransport::HandleMbedtlsExportKeys()
ot::MeshCoP::SecureTransport::HandleMbedtlsExportKeys() method
Syntax
Show:
Summary
Declaration
Definition
from
secure_transport.hpp:537
static
void
HandleMbedtlsExportKeys
(
void
*
aContext
,
mbedtls_ssl_key_export_type
aType
,
const
unsigned
char
*
aMasterSecret
,
size_t
aMasterSecretLen
,
const
unsigned
char
aClientRandom
[
32
]
,
const
unsigned
char
aServerRandom
[
32
]
,
mbedtls_tls_prf_types
aTlsPrfType
)
;
Implemented in
secure_transport.cpp:936
Arguments
Argument
aContext
aType
aMasterSecret
aMasterSecretLen
aClientRandom
aServerRandom
aTlsPrfType
Examples
References
from
examples
Code
Location
Scope
Referrer
void
SecureTransport
::
HandleMbedtlsExportKeys
(
void
*
aContext
,
secure_transport.cpp:936
void
SecureTransport
::
HandleMbedtlsExportKeys
(
mbedtls_ssl_key_export_type
aType
,
secure_transport.cpp:948
static
void
HandleMbedtlsExportKeys
(
void
*
aContext
,
secure_transport.hpp:537
void
HandleMbedtlsExportKeys
(
mbedtls_ssl_key_export_type
aType
,
secure_transport.hpp:545
mbedtls_ssl_set_export_keys_cb
(
&
mSsl
,
HandleMbedtlsExportKeys
,
this
)
;
secure_transport.cpp:335
ot::MeshCoP::SecureTransport::Setup()
static_cast
<
SecureTransport
*
>
(
aContext
)
->
HandleMbedtlsExportKeys
(
aType
,
aMasterSecret
,
aMasterSecretLen
,
secure_transport.cpp:944
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::HandleMbedtlsExportKeys()
Call Tree
from
examples
ot::MeshCoP::SecureTransport::HandleMbedtlsExportKeys()
is called by 1 function and calls 8 functions:
ot::MeshCoP::SecureTransport::HandleMbedtlsExportKeys()
All items filtered out
ot::MeshCoP::SecureTransport::HandleMbedtlsExportKeys()
ot::MeshCoP::SecureTransport::HandleMbedtlsExportKeys()
mbedtls_ssl_tls_prf()
ot::Crypto::Sha256::Hash::GetBytes() const
ot::Crypto::Sha256::Sha256()
ot::Crypto::Sha256::~Sha256()
ot::Crypto::Sha256::Start()
ot::Crypto::Sha256::Update()
ot::Crypto::Sha256::Finish()
All items filtered out
Data Use
from
examples
ot::MeshCoP::SecureTransport::HandleMbedtlsExportKeys()
reads 6 variables and writes 1 variable:
mbedtls_ssl_key_export_type::MBEDTLS_SSL_KEY_EXPORT_TLS12_MASTER_SECRET
ot::LogLevel::kLogLevelDebg
ot::MeshCoP::SecureTransport::kSecureTransportKeyBlockSize
ot::MeshCoP::SecureTransport::kSecureTransportRandomBufferSize
ot::MeshCoP::SecureTransport::mCipherSuites
ot::MeshCoP::kLogModuleName
All items filtered out
ot::MeshCoP::SecureTransport::HandleMbedtlsExportKeys()
ot::MeshCoP::SecureTransport::Setup()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out