ESP-IDF
otCryptoKey::mKeyLength
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::mKeyLength
otCryptoKey::mKeyLength field
Syntax
Show:
Summary
Declaration
from
crypto.h:113
uint16_t
mKeyLength
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
mKeyLength
;
///< The key length in bytes (applicable when `mKey` is not NULL).
crypto.h:113
mKeyLength
=
aKeyLength
;
storage.hpp:211
ot::Crypto::Key
ot::Crypto::Key::Set()
uint16_t
GetLength
(
void
)
const
{
return
mKeyLength
;
}
storage.hpp:233
ot::Crypto::Key
ot::Crypto::Key::GetLength() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otCryptoKey::mKeyLength
is written by 1 function and is read by 1 function:
ot::Crypto::Key::Set()
All items filtered out
otCryptoKey::mKeyLength
ot::Crypto::Key::GetLength() 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