ESP-IDF
ot::Crypto::AesCcm::Finalize()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::Crypto::AesCcm::Finalize()
ot::Crypto::AesCcm::Finalize() method
Generates the tag.
Syntax
Show:
Summary
Declaration
Definition
from
aes_ccm.hpp:172
void
Finalize
(
void
*
aTag
)
;
Implemented in
aes_ccm.cpp:264
Arguments
Argument
Description
aTag
A pointer to the tag (must have `GetTagLength()` bytes).
Examples
References
from
examples
Code
Location
Scope
Referrer
void
AesCcm
::
Finalize
(
void
*
aTag
)
aes_ccm.cpp:264
void
Finalize
(
void
*
aTag
)
;
aes_ccm.hpp:172
aesCcm
.
Finalize
(
aTag
)
;
crypto_api.cpp:84
otCryptoAesCcm()
aesCcm
.
Finalize
(
GetFooter
(
)
)
;
mac_frame.cpp:1354
ot::Mac::TxFrame
ot::Mac::TxFrame::ProcessTransmitAesCcm()
aesCcm
.
Finalize
(
tag
)
;
mac_frame.cpp:1541
ot::Mac::RxFrame
ot::Mac::RxFrame::ProcessReceiveAesCcm()
aesCcm
.
Finalize
(
tag
)
;
mle.cpp:2280
ot::Mle::Mle
ot::Mle::Mle::ProcessMessageSecurity()
Call Tree
from
examples
ot::Crypto::AesCcm::Finalize()
is called by 4 functions and calls 2 functions:
otCryptoAesCcm()
ot::Mac::TxFrame::ProcessTransmitAesCcm()
ot::Mac::RxFrame::ProcessReceiveAesCcm()
ot::Mle::Mle::ProcessMessageSecurity()
All items filtered out
ot::Crypto::AesCcm::Finalize()
otPlatAssertFail()
ot::Crypto::AesEcb::Encrypt()
All items filtered out
Data Use
from
examples
ot::Crypto::AesCcm::Finalize()
reads 7 variables:
ot::Crypto::AesCcm::mEcb
ot::Crypto::AesCcm::mBlock
ot::Crypto::AesCcm::mCtr
ot::Crypto::AesCcm::mCtrPad
ot::Crypto::AesCcm::mPlainTextLength
ot::Crypto::AesCcm::mPlainTextCur
ot::Crypto::AesCcm::mTagLength
All items filtered out
ot::Crypto::AesCcm::Finalize()
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