ESP-IDF
ot::Mac::Key::GetBytes() const
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::Mac::Key::GetBytes() const
ot::Mac::Key::GetBytes() const method
Gets a pointer to the bytes array containing the key
Syntax
Show:
Summary
Declaration
from
mac_types.hpp:470
const
uint8_t
*
GetBytes
(
void
)
const
;
Return value
A pointer to the byte array containing the key.
Examples
References
from
examples
Code
Location
Scope
Referrer
const
uint8_t
*
GetBytes
(
void
)
const
{
return
m8
;
}
mac_types.hpp:470
aCryptoKey
.
Set
(
GetKey
(
)
.
GetBytes
(
)
,
Key
::
kSize
)
;
mac_types.cpp:335
ot::Mac::KeyMaterial
ot::Mac::KeyMaterial::ConvertToCryptoKey() const
Call Tree
from
examples
ot::Mac::Key::GetBytes() const
is called by 1 function:
ot::Mac::KeyMaterial::ConvertToCryptoKey() const
All items filtered out
ot::Mac::Key::GetBytes() const
All items filtered out
Data Use
from
examples
ot::Mac::Key::GetBytes() const
reads 1 variable:
otMacKey::m8
All items filtered out
ot::Mac::Key::GetBytes() 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