ESP-IDF
ot::KeyManager::ComputeKeys() 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::ComputeKeys() const
ot::KeyManager::ComputeKeys() const method
Syntax
Show:
Summary
Declaration
Definition
from
key_manager.hpp:574
void
ComputeKeys
(
uint32_t
aKeySequence
,
HashKeys
&
aHashKeys
)
const
;
Implemented in
key_manager.cpp:287
Arguments
Argument
aKeySequence
aHashKeys
Examples
References
from
examples
Code
Location
Scope
Referrer
void
KeyManager
::
ComputeKeys
(
uint32_t
aKeySequence
,
HashKeys
&
aHashKeys
)
const
key_manager.cpp:287
void
ComputeKeys
(
uint32_t
aKeySequence
,
HashKeys
&
aHashKeys
)
const
;
key_manager.hpp:574
ComputeKeys
(
mKeySequence
,
hashKeys
)
;
key_manager.cpp:333
ot::KeyManager
ot::KeyManager::UpdateKeyMaterial()
ComputeKeys
(
mKeySequence
-
1
,
hashKeys
)
;
key_manager.cpp:345
ot::KeyManager
ot::KeyManager::UpdateKeyMaterial()
ComputeKeys
(
mKeySequence
+
1
,
hashKeys
)
;
key_manager.cpp:348
ot::KeyManager
ot::KeyManager::UpdateKeyMaterial()
ComputeKeys
(
aKeySequence
,
hashKeys
)
;
key_manager.cpp:397
ot::KeyManager
ot::KeyManager::GetTemporaryMleKey()
Call Tree
from
examples
ot::KeyManager::ComputeKeys() const
is called by 2 functions and calls 5 functions:
ot::KeyManager::UpdateKeyMaterial()
ot::KeyManager::GetTemporaryMleKey()
All items filtered out
ot::KeyManager::ComputeKeys() const
ot::BigEndian::WriteUint32()
ot::Crypto::HmacSha256::HmacSha256()
ot::Crypto::HmacSha256::~HmacSha256()
ot::Crypto::HmacSha256::Start()
ot::Crypto::HmacSha256::Finish()
All items filtered out
Data Use
from
examples
ot::KeyManager::ComputeKeys() const
reads 1 variable:
ot::KeyManager::kThreadString
All items filtered out
ot::KeyManager::ComputeKeys() 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