ESP-IDF
ot::Crypto::AesEcb::Encrypt()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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::AesEcb::Encrypt()
ot::Crypto::AesEcb::Encrypt() method
Encrypts data.
Syntax
Show:
Summary
Declaration
Definition
from
aes_ecb.hpp:85
void
Encrypt
(
const
uint8_t
aInput
[
kBlockSize
]
,
uint8_t
aOutput
[
kBlockSize
]
)
;
Implemented in
aes_ecb.cpp:50
Arguments
Argument
Description
aInput
A pointer to the input buffer.
aOutput
A pointer to the output buffer.
Examples
References
from
examples
Code
Location
Scope
Referrer
void
AesEcb
::
Encrypt
(
const
uint8_t
aInput
[
kBlockSize
]
,
uint8_t
aOutput
[
kBlockSize
]
)
aes_ecb.cpp:50
void
Encrypt
(
const
uint8_t
aInput
[
kBlockSize
]
,
uint8_t
aOutput
[
kBlockSize
]
)
;
aes_ecb.hpp:85
mEcb
.
Encrypt
(
mBlock
,
mBlock
)
;
aes_ccm.cpp:122
ot::Crypto::AesCcm
ot::Crypto::AesCcm::Init()
mEcb
.
Encrypt
(
mBlock
,
mBlock
)
;
aes_ccm.cpp:170
ot::Crypto::AesCcm
ot::Crypto::AesCcm::Header()
mEcb
.
Encrypt
(
mBlock
,
mBlock
)
;
aes_ccm.cpp:184
ot::Crypto::AesCcm
ot::Crypto::AesCcm::Header()
mEcb
.
Encrypt
(
mCtr
,
mCtrPad
)
;
aes_ccm.cpp:211
ot::Crypto::AesCcm
ot::Crypto::AesCcm::Payload()
mEcb
.
Encrypt
(
mBlock
,
mBlock
)
;
aes_ccm.cpp:228
ot::Crypto::AesCcm
ot::Crypto::AesCcm::Payload()
mEcb
.
Encrypt
(
mBlock
,
mBlock
)
;
aes_ccm.cpp:241
ot::Crypto::AesCcm
ot::Crypto::AesCcm::Payload()
mEcb
.
Encrypt
(
mCtr
,
mCtrPad
)
;
aes_ccm.cpp:270
ot::Crypto::AesCcm
ot::Crypto::AesCcm::Finalize()
Call Tree
from
examples
ot::Crypto::AesEcb::Encrypt()
is called by 4 functions and calls 2 functions:
ot::Crypto::AesCcm::Init()
ot::Crypto::AesCcm::Header()
ot::Crypto::AesCcm::Payload()
ot::Crypto::AesCcm::Finalize()
All items filtered out
ot::Crypto::AesEcb::Encrypt()
otPlatCryptoAesEncrypt()
otPlatAssertFail()
All items filtered out
Data Use
from
examples
ot::Crypto::AesEcb::Encrypt()
reads 1 variable:
ot::Crypto::AesEcb::kBlockSize
All items filtered out
ot::Crypto::AesEcb::Encrypt()
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