ESP-IDF
ot::Crypto::Sha256::Hash::kSize
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::Crypto::Sha256::Hash::kSize
ot::Crypto::Sha256::Hash::kSize variable
Syntax
Show:
Summary
Declaration
from
sha256.hpp:75
static
const
uint8_t
kSize
=
OT_CRYPTO_SHA256_HASH_SIZE
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
const
uint8_t
kSize
=
OT_CRYPTO_SHA256_HASH_SIZE
;
///< SHA-256 hash size (bytes)
sha256.hpp:75
Sha256
::
Hash
::
kSize
,
MBEDTLS_MD_SHA256
,
MbedTls
::
CryptoSecurePrng
,
nullptr
)
;
crypto_platform.cpp:594
otPlatCryptoEcdsaSign()
ret
=
mbedtls_ecdsa_verify
(
&
ecdsa
.
MBEDTLS_PRIVATE
(
grp
)
,
aHash
->
m8
,
Sha256
::
Hash
::
kSize
,
&
ecdsa
.
MBEDTLS_PRIVATE
(
Q
)
,
crypto_platform.cpp:649
otPlatCryptoEcdsaVerify()
SuccessOrAssert
(
otPlatCryptoHmacSha256Finish
(
&
mContext
,
aHash
.
m8
,
Hash
::
kSize
)
)
;
hmac_sha256.cpp:61
ot::Crypto::HmacSha256
ot::Crypto::HmacSha256::Finish()
void
Sha256
::
Finish
(
Hash
&
aHash
)
{
SuccessOrAssert
(
otPlatCryptoSha256Finish
(
&
mContext
,
aHash
.
m8
,
Hash
::
kSize
)
)
;
}
sha256.cpp:72
ot::Crypto::Sha256
ot::Crypto::Sha256::Finish()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Crypto::Sha256::Hash::kSize
is read by 4 functions:
All items filtered out
ot::Crypto::Sha256::Hash::kSize
otPlatCryptoEcdsaSign()
otPlatCryptoEcdsaVerify()
ot::Crypto::HmacSha256::Finish()
ot::Crypto::Sha256::Finish()
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