ESP-IDF
ot::KeyManager::HashKeys
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Methods
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::KeyManager::HashKeys
ot::KeyManager::HashKeys union
Syntax
Show:
Summary
Declaration
from
key_manager.hpp:565
union
HashKeys
{
Crypto
::
HmacSha256
::
Hash
mHash
;
Keys
mKeys
;
const
Mle
::
Key
&
GetMleKey
(
void
)
const
{
return
mKeys
.
mMleKey
;
}
const
Mac
::
Key
&
GetMacKey
(
void
)
const
{
return
mKeys
.
mMacKey
;
}
}
;
Fields
Field
Declared as
ot::KeyManager::HashKeys::mHash
Crypto
::
HmacSha256
::
Hash
ot::KeyManager::HashKeys::mKeys
Keys
Methods
GetMleKey() const
GetMacKey() const
Examples
References
from
examples
Code
Location
Scope
Referrer
union
HashKeys
key_manager.hpp:565
void
KeyManager
::
ComputeKeys
(
uint32_t
aKeySequence
,
HashKeys
&
aHashKeys
)
const
key_manager.cpp:287
ot::KeyManager::ComputeKeys() const
ot::KeyManager::ComputeKeys() const::aHashKeys
HashKeys
hashKeys
;
key_manager.cpp:331
ot::KeyManager::UpdateKeyMaterial()
HashKeys
hashKeys
;
key_manager.cpp:395
ot::KeyManager::GetTemporaryMleKey()
void
ComputeKeys
(
uint32_t
aKeySequence
,
HashKeys
&
aHashKeys
)
const
;
key_manager.hpp:574
ot::KeyManager::ComputeKeys() const
ot::KeyManager::ComputeKeys() const::aHashKeys
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
Instance
Scope
Location
Project
ot::KeyManager::ComputeKeys() const::aHashKeys
ot::KeyManager::ComputeKeys() const
key_manager.hpp:574
ot::KeyManager::ComputeKeys() const::aHashKeys
ot::KeyManager::ComputeKeys() const
key_manager.cpp:287
Lifecycle
from
examples
All items filtered out
All items filtered out