ESP-IDF
ot::KeyManager::mKeySequence
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::KeyManager::mKeySequence
ot::KeyManager::mKeySequence field
Syntax
Show:
Summary
Declaration
from
key_manager.hpp:606
uint32_t
mKeySequence
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint32_t
mKeySequence
;
key_manager.hpp:606
,
mKeySequence
(
0
)
key_manager.cpp:168
ot::KeyManager
ot::KeyManager::KeyManager()
mKeySequence
=
0
;
key_manager.cpp:279
ot::KeyManager
ot::KeyManager::SetNetworkKey()
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()
Get
<
Mac
::
SubMac
>
(
)
.
SetMacKey
(
Mac
::
Frame
::
kKeyIdMode1
,
(
mKeySequence
&
0x7f
)
+
1
,
prevKey
,
curKey
,
nextKey
)
;
key_manager.cpp:351
ot::KeyManager
ot::KeyManager::UpdateKeyMaterial()
ComputeTrelKey
(
mKeySequence
,
key
)
;
key_manager.cpp:359
ot::KeyManager
ot::KeyManager::UpdateKeyMaterial()
VerifyOrExit
(
aKeySequence
!=
mKeySequence
,
Get
<
Notifier
>
(
)
.
SignalIfFirst
(
kEventThreadKeySeqCounterChanged
)
)
;
key_manager.cpp:367
ot::KeyManager
ot::KeyManager::SetCurrentKeySequence()
mKeySequence
=
aKeySequence
;
key_manager.cpp:374
ot::KeyManager
ot::KeyManager::SetCurrentKeySequence()
SetCurrentKeySequence
(
mKeySequence
+
1
,
kForceUpdate
|
kResetGuardTimer
)
;
key_manager.cpp:541
ot::KeyManager
ot::KeyManager::CheckForKeyRotation()
uint32_t
GetCurrentKeySequence
(
void
)
const
{
return
mKeySequence
;
}
key_manager.hpp:316
ot::KeyManager
ot::KeyManager::GetCurrentKeySequence() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::KeyManager::mKeySequence
is written by 2 functions and is read by 4 functions:
ot::KeyManager::SetNetworkKey()
ot::KeyManager::SetCurrentKeySequence()
All items filtered out
ot::KeyManager::mKeySequence
ot::KeyManager::GetCurrentKeySequence() const
ot::KeyManager::UpdateKeyMaterial()
ot::KeyManager::SetCurrentKeySequence()
ot::KeyManager::CheckForKeyRotation()
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