ESP-IDF
ot::Crypto::AesEcb
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Methods
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Crypto::AesEcb
ot::Crypto::AesEcb class
Implements AES ECB computation.
Syntax
Show:
Summary
Declaration
from
aes_ecb.hpp:57
class
AesEcb
{
public
:
static
constexpr
uint8_t
kBlockSize
=
16
;
AesEcb
(
void
)
;
~
AesEcb
(
void
)
;
void
SetKey
(
const
Key
&
aKey
)
;
void
Encrypt
(
const
uint8_t
aInput
[
kBlockSize
]
,
uint8_t
aOutput
[
kBlockSize
]
)
;
private
:
otCryptoContext
mContext
;
OT_DEFINE_ALIGNED_VAR
(
mContextStorage
,
kAesContextSize
,
uint64_t
)
;
}
;
Fields
Field
Declared as
ot::Crypto::AesEcb::kBlockSize
ot::Crypto::AesEcb::mContext
otCryptoContext
ot::Crypto::AesEcb::mContextStorage
OT_DEFINE_ALIGNED_VAR
(
,
kAesContextSize
,
uint64_t
Methods
SetKey()
Sets the key.
Encrypt()
Encrypts data.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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