ESP-IDF
ot::Crypto::Sha256::Hash::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::Crypto::Sha256::Hash::GetBytes() const
ot::Crypto::Sha256::Hash::GetBytes() const method
Returns a pointer to a byte array containing the hash value.
Syntax
Show:
Summary
Declaration
from
sha256.hpp:82
const
uint8_t
*
GetBytes
(
void
)
const
;
Return value
A pointer to a byte array containing the hash.
Examples
References
from
examples
Code
Location
Scope
Referrer
const
uint8_t
*
GetBytes
(
void
)
const
{
return
m8
;
}
sha256.hpp:82
cryptoKey
.
Set
(
prk
->
GetBytes
(
)
,
sizeof
(
HmacSha256
::
Hash
)
)
;
crypto_platform.cpp:283
otPlatCryptoHkdfExpand()
memcpy
(
aOutputKey
,
hash
.
GetBytes
(
)
,
copyLength
)
;
crypto_platform.cpp:299
otPlatCryptoHkdfExpand()
memcpy
(
&
aJoinerId
,
hash
.
GetBytes
(
)
,
sizeof
(
aJoinerId
)
)
;
meshcop.cpp:295
ot::MeshCoP::ComputeJoinerId()
Get
<
KeyManager
>
(
)
.
SetKek
(
kek
.
GetBytes
(
)
)
;
secure_transport.cpp:975
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::HandleMbedtlsExportKeys()
aAddress
.
GetAddress
(
)
.
GetIid
(
)
.
SetBytes
(
hash
.
GetBytes
(
)
)
;
slaac_address.cpp:443
ot::Utils::Slaac
ot::Utils::Slaac::GenerateIid() const
Call Tree
from
examples
ot::Crypto::Sha256::Hash::GetBytes() const
is called by 4 functions:
otPlatCryptoHkdfExpand()
ot::Utils::Slaac::GenerateIid() const
ot::MeshCoP::ComputeJoinerId()
ot::MeshCoP::SecureTransport::HandleMbedtlsExportKeys()
All items filtered out
ot::Crypto::Sha256::Hash::GetBytes() const
All items filtered out
Data Use
from
examples
ot::Crypto::Sha256::Hash::GetBytes() const
reads 1 variable:
otPlatCryptoSha256Hash::m8
All items filtered out
ot::Crypto::Sha256::Hash::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