ESP-IDF
otCryptoKey::mKey
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
otCryptoKey::mKey
otCryptoKey::mKey field
Syntax
Show:
Summary
Declaration
from
crypto.h:112
const
uint8_t
*
mKey
;
Examples
References
from
examples
Code
Location
Scope
Referrer
const
uint8_t
*
mKey
;
///< Pointer to the buffer containing key. NULL indicates to use `mKeyRef`.
crypto.h:112
mKey
=
aKeyBytes
;
storage.hpp:210
ot::Crypto::Key
ot::Crypto::Key::Set()
const
uint8_t
*
GetBytes
(
void
)
const
{
return
mKey
;
}
storage.hpp:222
ot::Crypto::Key
ot::Crypto::Key::GetBytes() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otCryptoKey::mKey
is written by 1 function and is read by 1 function:
ot::Crypto::Key::Set()
All items filtered out
otCryptoKey::mKey
ot::Crypto::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