ESP-IDF
ot::Crypto::AesCcm::Payload()
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::Payload()
ot::Crypto::AesCcm::Payload() method
Processes the payload.
Syntax
Show:
Summary
Declaration
Definition
from
aes_ccm.hpp:144
void
Payload
(
void
*
aPlainText
,
void
*
aCipherText
,
uint32_t
aLength
,
Mode
aMode
)
;
Implemented in
aes_ccm.cpp:191
Arguments
Argument
Description
aPlainText
A pointer to the plaintext.
aCipherText
A pointer to the ciphertext.
aLength
Payload length in bytes.
aMode
Mode to indicate whether to encrypt (`kEncrypt`) or decrypt (`kDecrypt`).
Examples
References
from
examples
Code
Location
Scope
Referrer
void
AesCcm
::
Payload
(
void
*
aPlainText
,
void
*
aCipherText
,
uint32_t
aLength
,
Mode
aMode
)
aes_ccm.cpp:191
void
AesCcm
::
Payload
(
Message
&
aMessage
,
uint16_t
aOffset
,
uint16_t
aLength
,
Mode
aMode
)
aes_ccm.cpp:250
void
Payload
(
void
*
aPlainText
,
void
*
aCipherText
,
uint32_t
aLength
,
Mode
aMode
)
;
aes_ccm.hpp:144
void
Payload
(
Message
&
aMessage
,
uint16_t
aOffset
,
uint16_t
aLength
,
Mode
aMode
)
;
aes_ccm.hpp:157
aesCcm
.
Payload
(
aPlainText
,
aCipherText
,
aLength
,
aEncrypt
?
AesCcm
::
kEncrypt
:
AesCcm
::
kDecrypt
)
;
crypto_api.cpp:83
otCryptoAesCcm()
aesCcm
.
Payload
(
GetPayload
(
)
,
GetPayload
(
)
,
GetPayloadLength
(
)
,
Crypto
::
AesCcm
::
kEncrypt
)
;
mac_frame.cpp:1353
ot::Mac::TxFrame
ot::Mac::TxFrame::ProcessTransmitAesCcm()
aesCcm
.
Payload
(
GetPayload
(
)
,
GetPayload
(
)
,
GetPayloadLength
(
)
,
Crypto
::
AesCcm
::
kDecrypt
)
;
mac_frame.cpp:1535
ot::Mac::RxFrame
ot::Mac::RxFrame::ProcessReceiveAesCcm()
aesCcm
.
Payload
(
aMessage
,
aCmdOffset
,
payloadLength
,
aMode
)
;
mle.cpp:2279
ot::Mle::Mle
ot::Mle::Mle::ProcessMessageSecurity()
Call Tree
from
examples
ot::Crypto::AesCcm::Payload()
is called by 4 functions and calls 5 functions:
otCryptoAesCcm()
ot::Mac::TxFrame::ProcessTransmitAesCcm()
ot::Mac::RxFrame::ProcessReceiveAesCcm()
ot::Mle::Mle::ProcessMessageSecurity()
All items filtered out
ot::Crypto::AesCcm::Payload()
otPlatAssertFail()
ot::Crypto::AesEcb::Encrypt()
ot::Message::MutableChunk::GetBytes()
ot::Message::GetFirstChunk()
ot::Message::GetNextChunk()
All items filtered out
Data Use
from
examples
ot::Crypto::AesCcm::Payload()
reads 10 variables and writes 3 variables:
ot::Crypto::AesCcm::Mode::kEncrypt
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::mBlockLength
ot::Crypto::AesCcm::mCtrLength
ot::Crypto::AesCcm::mNonceLength
All items filtered out
ot::Crypto::AesCcm::Payload()
ot::Crypto::AesCcm::mPlainTextCur
ot::Crypto::AesCcm::mBlockLength
ot::Crypto::AesCcm::mCtrLength
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