ESP-IDF
ot::Mac::Key
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Methods
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Mac::Key
ot::Mac::Key class
Syntax
Show:
Summary
Declaration
from
mac_types.hpp:460
class
Key
:
public
otMacKey
,
public
Equatable
<
Key
>
,
public
Clearable
<
Key
>
{
public
:
static
constexpr
uint16_t
kSize
=
OT_MAC_KEY_SIZE
;
const
uint8_t
*
GetBytes
(
void
)
const
{
return
m8
;
}
}
;
Fields
Field
ot::Mac::Key::kSize
Methods
GetBytes() const
Gets a pointer to the bytes array containing the key.
Related Functions
Found 8 other functions taking a
Key
argument:
Function
Description
ot::Mac::KeyMaterial::SetFrom()
Sets the `KeyMaterial` from a given Key. If the `KeyMaterial` currently stores a valid `KeyRef`, the `SetFrom()` call will ensure to delete the previous one before creating and using a new `KeyRef` associated with the new `Key`.
ot::KeyManager::SetKek()
Sets the KEK.
ot::KeyManager::ComputeTrelKey() const
ot::MeshCoP::JoinerRouter::DelaySendingJoinerEntrust()
ot::Mac::KeyMaterial::SetKey()
ot::Mac::KeyMaterial::ExtractKey() const
Extracts the literal key from `KeyMaterial`
ot::Mac::LinkRaw::SetMacKey()
Updates MAC keys and key index.
ot::KeyManager::ExtractKek()
Retrieves the KEK as literal `Kek` key.
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