ESP-IDF
OT_CRYPTO_ECDSA_MAX_DER_SIZE
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_ECDSA_MAX_DER_SIZE
OT_CRYPTO_ECDSA_MAX_DER_SIZE macro
Max buffer size (in bytes) for representing the EDCSA key-pair in DER format.
Syntax
Show:
Summary
Declaration
from
crypto.h:152
#define
OT_CRYPTO_ECDSA_MAX_DER_SIZE
125
Examples
References
from
examples
Code
Location
#define
OT_CRYPTO_ECDSA_MAX_DER_SIZE
125
crypto.h:152
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
memmove
(
aKeyPair
->
mDerBytes
,
aKeyPair
->
mDerBytes
+
OT_CRYPTO_ECDSA_MAX_DER_SIZE
-
aKeyPair
->
mDerLength
,
crypto_platform.cpp:514
static
constexpr
uint8_t
kMaxDerSize
=
OT_CRYPTO_ECDSA_MAX_DER_SIZE
;
ecdsa.hpp:119
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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