mbedTLS
PSA_KEY_TYPE_AES
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_KEY_TYPE_AES
PSA_KEY_TYPE_AES macro
Key for a cipher, AEAD or MAC algorithm based on the AES block cipher. The size of the key can be 16 bytes (AES-128), 24 bytes (AES-192) or 32 bytes (AES-256).
Syntax
Show:
Summary
Declaration
from
crypto_values.h:499
#define
PSA_KEY_TYPE_AES
(
(
psa_key_type_t
)
0x2400
)
Examples
References
from
examples
Code
Location
#define
PSA_KEY_TYPE_AES
(
(
psa_key_type_t
)
0x2400
)
crypto_values.h:499
case
PSA_KEY_TYPE_AES
:
psa_crypto.c:621
if
(
key_type
==
PSA_KEY_TYPE_AES
||
psa_crypto_cipher.c:100
if
(
key_type
==
PSA_KEY_TYPE_AES
||
psa_crypto_cipher.c:115
case
PSA_KEY_TYPE_AES
:
psa_crypto_cipher.c:211
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