ESP-IDF
otPlatCryptoEcdsaKeyPair::mDerBytes
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otPlatCryptoEcdsaKeyPair::mDerBytes
otPlatCryptoEcdsaKeyPair::mDerBytes field
Syntax
Show:
Summary
Declaration
from
crypto.h:163
uint8_t
mDerBytes
[
OT_CRYPTO_ECDSA_MAX_DER_SIZE
]
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
mDerBytes
[
OT_CRYPTO_ECDSA_MAX_DER_SIZE
]
;
crypto.h:163
ret
=
mbedtls_pk_write_key_der
(
&
pk
,
aKeyPair
->
mDerBytes
,
OT_CRYPTO_ECDSA_MAX_DER_SIZE
)
;
crypto_platform.cpp:509
otPlatCryptoEcdsaGenerateKey()
memmove
(
aKeyPair
->
mDerBytes
,
aKeyPair
->
mDerBytes
+
OT_CRYPTO_ECDSA_MAX_DER_SIZE
-
aKeyPair
->
mDerLength
,
crypto_platform.cpp:514
otPlatCryptoEcdsaGenerateKey()
VerifyOrExit
(
mbedtls_pk_parse_key
(
&
pk
,
aKeyPair
->
mDerBytes
,
aKeyPair
->
mDerLength
,
nullptr
,
0
,
crypto_platform.cpp:536
otPlatCryptoEcdsaGetPublicKey()
VerifyOrExit
(
mbedtls_pk_parse_key
(
&
pk
,
aKeyPair
->
mDerBytes
,
aKeyPair
->
mDerLength
,
nullptr
,
0
,
crypto_platform.cpp:579
otPlatCryptoEcdsaSign()
const
uint8_t
*
GetDerBytes
(
void
)
const
{
return
mDerBytes
;
}
ecdsa.hpp:153
ot::Crypto::Ecdsa::P256::KeyPair
ot::Crypto::Ecdsa::P256::KeyPair::GetDerBytes() const
uint8_t
*
GetDerBytes
(
void
)
{
return
mDerBytes
;
}
ecdsa.hpp:171
ot::Crypto::Ecdsa::P256::KeyPair
ot::Crypto::Ecdsa::P256::KeyPair::GetDerBytes()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otPlatCryptoEcdsaKeyPair::mDerBytes
is read by 5 functions:
All items filtered out
otPlatCryptoEcdsaKeyPair::mDerBytes
ot::Crypto::Ecdsa::P256::KeyPair::GetDerBytes() const
ot::Crypto::Ecdsa::P256::KeyPair::GetDerBytes()
otPlatCryptoEcdsaGenerateKey()
otPlatCryptoEcdsaGetPublicKey()
otPlatCryptoEcdsaSign()
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