ESP-IDF
ot::Mac::KeyMaterial::ExtractKey() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Mac::KeyMaterial::ExtractKey() const
ot::Mac::KeyMaterial::ExtractKey() const method
Extracts the literal key from `KeyMaterial`
Syntax
Show:
Summary
Declaration
Definition
from
mac_types.hpp:554
void
ExtractKey
(
Key
&
aKey
)
const
;
Implemented in
mac_types.cpp:314
Arguments
Argument
Description
aKey
A reference to the output the key.
Related Functions
Found 7 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::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