ESP-IDF
otPlatCryptoEcdsaPublicKey::m8
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
otPlatCryptoEcdsaPublicKey::m8
otPlatCryptoEcdsaPublicKey::m8 field
Syntax
Show:
Summary
Declaration
from
crypto.h:182
uint8_t
m8
[
OT_CRYPTO_ECDSA_PUBLIC_KEY_SIZE
]
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
m8
[
OT_CRYPTO_ECDSA_PUBLIC_KEY_SIZE
]
;
crypto.h:182
ret
=
mbedtls_mpi_write_binary
(
&
keyPair
->
MBEDTLS_PRIVATE
(
Q
)
.
MBEDTLS_PRIVATE
(
X
)
,
aPublicKey
->
m8
,
crypto_platform.cpp:546
otPlatCryptoEcdsaGetPublicKey()
aPublicKey
->
m8
+
Ecdsa
::
P256
::
kMpiSize
,
Ecdsa
::
P256
::
kMpiSize
)
;
crypto_platform.cpp:551
otPlatCryptoEcdsaGetPublicKey()
ret
=
mbedtls_mpi_read_binary
(
&
ecdsa
.
MBEDTLS_PRIVATE
(
Q
)
.
MBEDTLS_PRIVATE
(
X
)
,
aPublicKey
->
m8
,
Ecdsa
::
P256
::
kMpiSize
)
;
crypto_platform.cpp:635
otPlatCryptoEcdsaVerify()
ret
=
mbedtls_mpi_read_binary
(
&
ecdsa
.
MBEDTLS_PRIVATE
(
Q
)
.
MBEDTLS_PRIVATE
(
Y
)
,
aPublicKey
->
m8
+
Ecdsa
::
P256
::
kMpiSize
,
crypto_platform.cpp:637
otPlatCryptoEcdsaVerify()
const
uint8_t
*
GetBytes
(
void
)
const
{
return
m8
;
}
ecdsa.hpp:312
ot::Crypto::Ecdsa::P256::PublicKey
ot::Crypto::Ecdsa::P256::PublicKey::GetBytes() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otPlatCryptoEcdsaPublicKey::m8
is read by 3 functions:
All items filtered out
otPlatCryptoEcdsaPublicKey::m8
ot::Crypto::Ecdsa::P256::PublicKey::GetBytes() const
otPlatCryptoEcdsaGetPublicKey()
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