ESP-IDF
ot::MeshCoP::SecureTransport::Process()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::MeshCoP::SecureTransport::Process()
ot::MeshCoP::SecureTransport::Process() method
Syntax
Show:
Summary
Declaration
Definition
from
secure_transport.hpp:575
void
Process
(
void
)
;
Implemented in
secure_transport.cpp:1048
Examples
References
from
examples
Code
Location
Scope
Referrer
void
SecureTransport
::
Process
(
void
)
secure_transport.cpp:1048
void
Process
(
void
)
;
secure_transport.hpp:575
Process
(
)
;
secure_transport.cpp:391
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::Setup()
Process
(
)
;
secure_transport.cpp:778
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::Receive()
Process
(
)
;
secure_transport.cpp:1029
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::HandleTimer()
Call Tree
from
examples
ot::MeshCoP::SecureTransport::Process()
is called by 3 functions and calls 10 functions:
ot::MeshCoP::SecureTransport::Setup()
ot::MeshCoP::SecureTransport::Receive()
ot::MeshCoP::SecureTransport::HandleTimer()
All items filtered out
ot::MeshCoP::SecureTransport::Process()
mbedtls_ssl_handshake()
mbedtls_ssl_read()
mbedtls_ssl_send_alert_message()
mbedtls_ssl_close_notify()
mbedtls_ssl_session_reset()
mbedtls_ssl_set_hs_ecjpake_password()
ot::MeshCoP::SecureTransport::IsStateConnecting() const
ot::MeshCoP::SecureTransport::IsStateConnectingOrConnected() const
ot::MeshCoP::SecureTransport::SetState()
ot::MeshCoP::SecureTransport::Disconnect()
All items filtered out
Data Use
from
examples
ot::MeshCoP::SecureTransport::Process()
reads 10 variables and writes 1 variable:
mbedtls_ssl_states::MBEDTLS_SSL_HANDSHAKE_OVER
mbedtls_ssl_context::private_state
ot::MeshCoP::SecureTransport::State::kStateConnected
ot::MeshCoP::SecureTransport::mCipherSuites
ot::MeshCoP::SecureTransport::mPsk
ot::MeshCoP::SecureTransport::mPskLength
ot::MeshCoP::SecureTransport::mSsl
ot::MeshCoP::SecureTransport::kConnected
ot::MeshCoP::SecureTransport::kDisconnectedPeerClosed
ot::MeshCoP::SecureTransport::kDisconnectedError
All items filtered out
ot::MeshCoP::SecureTransport::Process()
ot::MeshCoP::SecureTransport::mConnectEvent
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