ESP-IDF
ot::MeshCoP::SecureTransport::mCipherSuites
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::mCipherSuites
ot::MeshCoP::SecureTransport::mCipherSuites field
Syntax
Show:
Summary
Declaration
from
secure_transport.hpp:586
int
mCipherSuites
[
2
]
;
Examples
References
from
examples
Code
Location
Scope
Referrer
int
mCipherSuites
[
2
]
;
secure_transport.hpp:586
ClearAllBytes
(
mCipherSuites
)
;
secure_transport.cpp:102
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::SecureTransport()
OT_ASSERT
(
mCipherSuites
[
1
]
==
0
)
;
secure_transport.cpp:316
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::Setup()
mbedtls_ssl_conf_ciphersuites
(
&
mConf
,
mCipherSuites
)
;
secure_transport.cpp:317
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::Setup()
if
(
mCipherSuites
[
0
]
==
MBEDTLS_TLS_ECJPAKE_WITH_AES_128_CCM_8
)
secure_transport.cpp:318
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::Setup()
if
(
mCipherSuites
[
0
]
==
MBEDTLS_TLS_ECJPAKE_WITH_AES_128_CCM_8
)
secure_transport.cpp:363
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::Setup()
if
(
mCipherSuites
[
0
]
==
MBEDTLS_TLS_ECJPAKE_WITH_AES_128_CCM_8
)
secure_transport.cpp:378
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::Setup()
mCipherSuites
[
0
]
=
MBEDTLS_TLS_ECJPAKE_WITH_AES_128_CCM_8
;
secure_transport.cpp:511
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::SetPsk()
mCipherSuites
[
1
]
=
0
;
secure_transport.cpp:512
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::SetPsk()
if
(
mCipherSuites
[
0
]
==
MBEDTLS_TLS_ECJPAKE_WITH_AES_128_CCM_8
)
secure_transport.cpp:793
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::HandleMbedtlsTransmit()
if
(
mCipherSuites
[
0
]
==
MBEDTLS_TLS_ECJPAKE_WITH_AES_128_CCM_8
)
secure_transport.cpp:837
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::HandleMbedtlsReceive()
if
(
mCipherSuites
[
0
]
==
MBEDTLS_TLS_ECJPAKE_WITH_AES_128_CCM_8
)
secure_transport.cpp:872
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::HandleMbedtlsGetTimer()
if
(
mCipherSuites
[
0
]
==
MBEDTLS_TLS_ECJPAKE_WITH_AES_128_CCM_8
)
secure_transport.cpp:910
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::HandleMbedtlsSetTimer()
VerifyOrExit
(
mCipherSuites
[
0
]
==
MBEDTLS_TLS_ECJPAKE_WITH_AES_128_CCM_8
)
;
secure_transport.cpp:960
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::HandleMbedtlsExportKeys()
if
(
mCipherSuites
[
0
]
==
MBEDTLS_TLS_ECJPAKE_WITH_AES_128_CCM_8
)
secure_transport.cpp:1124
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::Process()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::MeshCoP::SecureTransport::mCipherSuites
is read by 9 functions:
All items filtered out
ot::MeshCoP::SecureTransport::mCipherSuites
ot::MeshCoP::SecureTransport::SecureTransport()
ot::MeshCoP::SecureTransport::Setup()
ot::MeshCoP::SecureTransport::SetPsk()
ot::MeshCoP::SecureTransport::HandleMbedtlsTransmit()
ot::MeshCoP::SecureTransport::HandleMbedtlsReceive()
ot::MeshCoP::SecureTransport::HandleMbedtlsGetTimer()
ot::MeshCoP::SecureTransport::HandleMbedtlsSetTimer()
ot::MeshCoP::SecureTransport::HandleMbedtlsExportKeys()
ot::MeshCoP::SecureTransport::Process()
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