ESP-IDF
ot::MeshCoP::SecureTransport::Setup()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/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::Setup()
ot::MeshCoP::SecureTransport::Setup() method
Syntax
Show:
Summary
Declaration
Definition
from
secure_transport.hpp:503
Error
Setup
(
bool
aClient
)
;
Implemented in
secure_transport.cpp:263
Arguments
Argument
aClient
Examples
References
from
examples
Code
Location
Scope
Referrer
Error
SecureTransport
::
Setup
(
bool
aClient
)
secure_transport.cpp:263
Error
Setup
(
bool
aClient
)
;
secure_transport.hpp:503
error
=
Setup
(
true
)
;
secure_transport.cpp:188
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::Connect()
SuccessOrExit
(
Setup
(
false
)
)
;
secure_transport.cpp:212
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::HandleReceive()
Call Tree
from
examples
ot::MeshCoP::SecureTransport::Setup()
is called by 2 functions and calls 27 functions:
ot::MeshCoP::SecureTransport::Connect()
ot::MeshCoP::SecureTransport::HandleReceive()
All items filtered out
ot::MeshCoP::SecureTransport::Setup()
mbedtls_ssl_conf_max_tls_version()
mbedtls_ssl_conf_min_tls_version()
mbedtls_ssl_config_init()
mbedtls_ssl_config_defaults()
mbedtls_ssl_init()
mbedtls_ssl_setup()
mbedtls_ssl_conf_rng()
mbedtls_ssl_conf_dbg()
mbedtls_ssl_set_bio()
mbedtls_ssl_set_timer_cb()
mbedtls_ssl_set_hs_ecjpake_password()
mbedtls_ssl_set_export_keys_cb()
mbedtls_ssl_conf_dtls_cookies()
mbedtls_ssl_conf_handshake_timeout()
mbedtls_ssl_conf_ciphersuites()
mbedtls_ssl_conf_groups()
mbedtls_ssl_conf_sig_algs()
ot::MeshCoP::SecureTransport::IsStateOpen() const
ot::MeshCoP::SecureTransport::IsStateInitializing() const
otPlatAssertFail()
ot::MeshCoP::SecureTransport::Close()
ot::MeshCoP::SecureTransport::SetState()
ot::MeshCoP::SecureTransport::FreeMbedtls()
ot::MeshCoP::SecureTransport::Process()
ot::Crypto::MbedTls::MapError()
mbedtls_ssl_cookie_init()
mbedtls_ssl_cookie_setup()
All items filtered out
Data Use
from
examples
ot::MeshCoP::SecureTransport::Setup()
reads 23 variables and writes 2 variables:
mbedtls_ssl_protocol_version::MBEDTLS_SSL_VERSION_TLS1_2
ot::LogLevel::kLogLevelInfo
ot::Message::SubType::kSubTypeNone
ot::MeshCoP::SecureTransport::State::kStateOpen
ot::MeshCoP::SecureTransport::State::kStateInitializing
ot::MeshCoP::SecureTransport::State::kStateConnecting
ot::MeshCoP::SecureTransport::mCipherSuites
ot::MeshCoP::SecureTransport::mPsk
ot::MeshCoP::SecureTransport::mPskLength
ot::MeshCoP::SecureTransport::mVerifyPeerCertificate
ot::MeshCoP::SecureTransport::mDatagramTransport
ot::MeshCoP::SecureTransport::mMaxConnectionAttempts
ot::MeshCoP::SecureTransport::mRemainingConnectionAttempts
ot::MeshCoP::SecureTransport::HandleMbedtlsDebug()
ot::MeshCoP::SecureTransport::HandleMbedtlsGetTimer()
ot::MeshCoP::SecureTransport::HandleMbedtlsReceive()
ot::MeshCoP::SecureTransport::HandleMbedtlsExportKeys()
ot::MeshCoP::SecureTransport::sGroups
ot::MeshCoP::SecureTransport::sSignatures
ot::Crypto::MbedTls::CryptoSecurePrng()
mbedtls_ssl_cookie_write()
mbedtls_ssl_cookie_check()
ot::MeshCoP::kLogModuleName
All items filtered out
ot::MeshCoP::SecureTransport::Setup()
ot::MeshCoP::SecureTransport::mReceiveMessage
ot::MeshCoP::SecureTransport::mMessageSubType
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