ESP-IDF
ot::MeshCoP::SecureTransport::mConf
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::mConf
ot::MeshCoP::SecureTransport::mConf field
Syntax
Show:
Summary
Declaration
from
secure_transport.hpp:627
mbedtls_ssl_config
mConf
;
Examples
References
from
examples
Code
Location
Scope
Referrer
mbedtls_ssl_config
mConf
;
secure_transport.hpp:627
ClearAllBytes
(
mConf
)
;
secure_transport.cpp:105
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::SecureTransport()
mbedtls_ssl_config_free
(
&
mConf
)
;
secure_transport.cpp:127
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::FreeMbedtls()
mbedtls_ssl_config_init
(
&
mConf
)
;
secure_transport.cpp:273
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::Setup()
&
mConf
,
aClient
?
MBEDTLS_SSL_IS_CLIENT
:
MBEDTLS_SSL_IS_SERVER
,
secure_transport.cpp:289
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::Setup()
mbedtls_ssl_conf_rng
(
&
mConf
,
Crypto
::
MbedTls
::
CryptoSecurePrng
,
nullptr
)
;
secure_transport.cpp:307
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::Setup()
mbedtls_ssl_conf_min_tls_version
(
&
mConf
,
MBEDTLS_SSL_VERSION_TLS1_2
)
;
secure_transport.cpp:309
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::Setup()
mbedtls_ssl_conf_max_tls_version
(
&
mConf
,
MBEDTLS_SSL_VERSION_TLS1_2
)
;
secure_transport.cpp:310
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::Setup()
mbedtls_ssl_conf_ciphersuites
(
&
mConf
,
mCipherSuites
)
;
secure_transport.cpp:317
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::Setup()
mbedtls_ssl_conf_groups
(
&
mConf
,
sGroups
)
;
secure_transport.cpp:321
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::Setup()
mbedtls_ssl_conf_sig_algs
(
&
mConf
,
sSignatures
)
;
secure_transport.cpp:327
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::Setup()
mbedtls_ssl_conf_handshake_timeout
(
&
mConf
,
8000
,
60000
)
;
secure_transport.cpp:340
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::Setup()
mbedtls_ssl_conf_dbg
(
&
mConf
,
HandleMbedtlsDebug
,
this
)
;
secure_transport.cpp:341
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::Setup()
mbedtls_ssl_conf_dtls_cookies
(
&
mConf
,
mbedtls_ssl_cookie_write
,
mbedtls_ssl_cookie_check
,
&
mCookieCtx
)
;
secure_transport.cpp:349
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::Setup()
rval
=
mbedtls_ssl_setup
(
&
mSsl
,
&
mConf
)
;
secure_transport.cpp:353
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::Setup()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::MeshCoP::SecureTransport::mConf
is read by 1 function:
All items filtered out
ot::MeshCoP::SecureTransport::mConf
ot::MeshCoP::SecureTransport::SecureTransport()
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