ESP-IDF
ot::Crypto::AesCcm::kNonceSize
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::Crypto::AesCcm::kNonceSize
ot::Crypto::AesCcm::kNonceSize variable
Syntax
Show:
Summary
Declaration
from
aes_ccm.hpp:66
static
constexpr
uint8_t
kNonceSize
=
13
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint8_t
kNonceSize
=
13
;
///< Size of IEEE 802.15.4 Nonce (in bytes).
aes_ccm.hpp:66
uint8_t
nonce
[
Crypto
::
AesCcm
::
kNonceSize
]
;
mac_frame.cpp:1337
ot::Mac::TxFrame
ot::Mac::TxFrame::ProcessTransmitAesCcm()
uint8_t
nonce
[
Crypto
::
AesCcm
::
kNonceSize
]
;
mac_frame.cpp:1517
ot::Mac::RxFrame
ot::Mac::RxFrame::ProcessReceiveAesCcm()
uint8_t
nonce
[
Crypto
::
AesCcm
::
kNonceSize
]
;
mle.cpp:2229
ot::Mle::Mle
ot::Mle::Mle::ProcessMessageSecurity()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Crypto::AesCcm::kNonceSize
is read by 3 functions:
All items filtered out
ot::Crypto::AesCcm::kNonceSize
ot::Mac::TxFrame::ProcessTransmitAesCcm()
ot::Mac::RxFrame::ProcessReceiveAesCcm()
ot::Mle::Mle::ProcessMessageSecurity()
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