mbedTLS
PSA_SIGNATURE_MAX_SIZE
is only used within mbedTLS.
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
mbedTLS
PSA_SIGNATURE_MAX_SIZE
PSA_SIGNATURE_MAX_SIZE macro
\def PSA_SIGNATURE_MAX_SIZE Maximum size of an asymmetric signature. This macro expands to a compile-time constant integer. This value is the maximum size of a signature in bytes.
Syntax
Show:
Summary
Declaration
from
crypto_sizes.h:661
#define
PSA_SIGNATURE_MAX_SIZE
1
Examples
References
from
examples
Code
Location
#define
PSA_SIGNATURE_MAX_SIZE
1
crypto_sizes.h:661
#define
PSA_SIGNATURE_MAX_SIZE
PSA_VENDOR_ECDSA_SIGNATURE_MAX_SIZE
crypto_sizes.h:666
#define
PSA_SIGNATURE_MAX_SIZE
PSA_BITS_TO_BYTES
(
PSA_VENDOR_RSA_MAX_KEY_BITS
)
crypto_sizes.h:671
#undef
PSA_SIGNATURE_MAX_SIZE
crypto_sizes.h:665
#undef
PSA_SIGNATURE_MAX_SIZE
crypto_sizes.h:670
(
PSA_VENDOR_ECDSA_SIGNATURE_MAX_SIZE
>
PSA_SIGNATURE_MAX_SIZE
)
crypto_sizes.h:664
(
PSA_BITS_TO_BYTES
(
PSA_VENDOR_RSA_MAX_KEY_BITS
)
>
PSA_SIGNATURE_MAX_SIZE
)
crypto_sizes.h:669
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