mbed TLS Library
PSA_ECDSA_SIGNATURE_SIZE
is only used within mbed TLS Library.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
mbed TLS Library
PSA_ECDSA_SIGNATURE_SIZE
PSA_ECDSA_SIGNATURE_SIZE macro
ECDSA signature size for a given curve bit size
Syntax
Show:
Summary
Declaration
from
crypto_sizes.h:552
#define
PSA_ECDSA_SIGNATURE_SIZE
(
curve_bits
)
\
(
PSA_BITS_TO_BYTES
(
curve_bits
)
*
2
)
Arguments
Argument
Description
curve_bits
Curve size in bits.
Return value
Signature size in bytes.
Notes
This macro returns a compile-time constant if its argument is one.
Examples
References
from
examples
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