ESP-IDF
otPlatCryptoEcdsaSignature::m8
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otPlatCryptoEcdsaSignature::m8
otPlatCryptoEcdsaSignature::m8 field
Syntax
Show:
Summary
Declaration
from
crypto.h:203
uint8_t
m8
[
OT_CRYPTO_ECDSA_SIGNATURE_SIZE
]
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
m8
[
OT_CRYPTO_ECDSA_SIGNATURE_SIZE
]
;
crypto.h:203
ret
=
mbedtls_mpi_write_binary
(
&
r
,
aSignature
->
m8
,
Ecdsa
::
P256
::
kMpiSize
)
;
crypto_platform.cpp:603
otPlatCryptoEcdsaSign()
ret
=
mbedtls_mpi_write_binary
(
&
s
,
aSignature
->
m8
+
Ecdsa
::
P256
::
kMpiSize
,
Ecdsa
::
P256
::
kMpiSize
)
;
crypto_platform.cpp:606
otPlatCryptoEcdsaSign()
ret
=
mbedtls_mpi_read_binary
(
&
r
,
aSignature
->
m8
,
Ecdsa
::
P256
::
kMpiSize
)
;
crypto_platform.cpp:643
otPlatCryptoEcdsaVerify()
ret
=
mbedtls_mpi_read_binary
(
&
s
,
aSignature
->
m8
+
Ecdsa
::
P256
::
kMpiSize
,
Ecdsa
::
P256
::
kMpiSize
)
;
crypto_platform.cpp:646
otPlatCryptoEcdsaVerify()
const
uint8_t
*
GetBytes
(
void
)
const
{
return
m8
;
}
ecdsa.hpp:105
ot::Crypto::Ecdsa::P256::Signature
ot::Crypto::Ecdsa::P256::Signature::GetBytes() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otPlatCryptoEcdsaSignature::m8
is read by 3 functions:
All items filtered out
otPlatCryptoEcdsaSignature::m8
ot::Crypto::Ecdsa::P256::Signature::GetBytes() const
otPlatCryptoEcdsaSign()
otPlatCryptoEcdsaVerify()
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