ESP-IDF
ot::Mac::KeyMaterial::GetKey() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Mac::KeyMaterial::GetKey() const
ot::Mac::KeyMaterial::GetKey() const method
Gets the literal `Key`.
Syntax
Show:
Summary
Declaration
from
mac_types.hpp:526
const
Key
&
GetKey
(
void
)
const
;
Return value
The literal `Key`
Examples
References
from
examples
Code
Location
Scope
Referrer
const
Key
&
GetKey
(
void
)
const
{
return
static_cast
<
const
Key
&
>
(
mKeyMaterial
.
mKey
)
;
}
mac_types.hpp:526
aKey
=
GetKey
(
)
;
mac_types.cpp:326
ot::Mac::KeyMaterial
ot::Mac::KeyMaterial::ExtractKey() const
aCryptoKey
.
Set
(
GetKey
(
)
.
GetBytes
(
)
,
Key
::
kSize
)
;
mac_types.cpp:335
ot::Mac::KeyMaterial
ot::Mac::KeyMaterial::ConvertToCryptoKey() const
(
GetKey
(
)
==
aOther
.
GetKey
(
)
)
;
mac_types.cpp:353
ot::Mac::KeyMaterial
ot::Mac::KeyMaterial::operator() const
Call Tree
from
examples
ot::Mac::KeyMaterial::GetKey() const
is called by 3 functions:
ot::Mac::KeyMaterial::ExtractKey() const
ot::Mac::KeyMaterial::ConvertToCryptoKey() const
ot::Mac::KeyMaterial::operator() const
All items filtered out
ot::Mac::KeyMaterial::GetKey() const
All items filtered out
Data Use
from
examples
ot::Mac::KeyMaterial::GetKey() const
reads 2 variables:
otMacKeyMaterial::
::mKey
otMacKeyMaterial::mKeyMaterial
All items filtered out
ot::Mac::KeyMaterial::GetKey() 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