mbedTLS
PSA_MAX_KEY_BITS
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_MAX_KEY_BITS
PSA_MAX_KEY_BITS macro
Syntax
Show:
Summary
Declaration
from
crypto_struct.h:293
#define
PSA_MAX_KEY_BITS
0xfff8
Examples
References
from
examples
Code
Location
#define
PSA_MAX_KEY_BITS
0xfff8
crypto_struct.h:293
if
(
bits
>
PSA_MAX_KEY_BITS
)
{
crypto_struct.h:434
if
(
psa_get_key_bits
(
attributes
)
>
PSA_MAX_KEY_BITS
)
{
psa_crypto.c:1728
if
(
bits
>
PSA_MAX_KEY_BITS
)
{
psa_crypto.c:2132
#define
PSA_CRYPTO_MAX_STORAGE_SIZE
(
PSA_BITS_TO_BYTES
(
PSA_MAX_KEY_BITS
)
)
psa_crypto_storage.h:26
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