ESP-IDF
ot::KeyManager::ExtractKek()
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::KeyManager::ExtractKek()
ot::KeyManager::ExtractKek() method
Retrieves the KEK as literal `Kek` key.
Syntax
Show:
Summary
Declaration
from
key_manager.hpp:455
void
ExtractKek
(
Kek
&
aKek
)
;
Arguments
Argument
Description
aKek
A reference to a `Kek` to output the retrieved KEK.
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::KeyMaterial::ExtractKey() const
Extracts the literal key from `KeyMaterial`
ot::Mac::LinkRaw::SetMacKey()
Updates MAC keys and key index.
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