ESP-IDF
ot::KeyManager::ComputeTrelKey() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::KeyManager::ComputeTrelKey() const
ot::KeyManager::ComputeTrelKey() const method
Syntax
Show:
Summary
Declaration
Definition
from
key_manager.hpp:577
void
ComputeTrelKey
(
uint32_t
aKeySequence
,
Mac
::
Key
&
aKey
)
const
;
Implemented in
key_manager.cpp:309
Arguments
Argument
aKeySequence
aKey
Examples
References
from
examples
Code
Location
Scope
Referrer
void
KeyManager
::
ComputeTrelKey
(
uint32_t
aKeySequence
,
Mac
::
Key
&
aKey
)
const
key_manager.cpp:309
void
ComputeTrelKey
(
uint32_t
aKeySequence
,
Mac
::
Key
&
aKey
)
const
;
key_manager.hpp:577
ComputeTrelKey
(
mKeySequence
,
key
)
;
key_manager.cpp:359
ot::KeyManager
ot::KeyManager::UpdateKeyMaterial()
ComputeTrelKey
(
aKeySequence
,
key
)
;
key_manager.cpp:420
ot::KeyManager
ot::KeyManager::GetTemporaryTrelMacKey()
Call Tree
from
examples
ot::KeyManager::ComputeTrelKey() const
is called by 2 functions and calls 5 functions:
ot::KeyManager::UpdateKeyMaterial()
ot::KeyManager::GetTemporaryTrelMacKey()
All items filtered out
ot::KeyManager::ComputeTrelKey() const
ot::BigEndian::WriteUint32()
ot::Crypto::HkdfSha256::HkdfSha256()
ot::Crypto::HkdfSha256::~HkdfSha256()
ot::Crypto::HkdfSha256::Extract()
ot::Crypto::HkdfSha256::Expand()
All items filtered out
Data Use
from
examples
ot::KeyManager::ComputeTrelKey() const
reads 4 variables:
otMacKey::m8
ot::Mac::Key::kSize
ot::KeyManager::kHkdfExtractSaltString
ot::KeyManager::kTrelInfoString
All items filtered out
ot::KeyManager::ComputeTrelKey() const
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