|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
#include <ra8_psa_crypto.h>
Data Fields | |
| ra8_psa_key_type_t | type |
| Key type family (AES, ECDSA priv, ...). | |
| ra8_psa_alg_t | alg |
| Algorithm the key is permitted to drive. | |
| ra8_psa_key_usage_t | usage |
| Allowed operations on this key. | |
Definition at line 229 of file ra8_psa_crypto.h.
| ra8_psa_alg_t ra8_psa_key_attr::alg |
Algorithm the key is permitted to drive.
Definition at line 231 of file ra8_psa_crypto.h.
| ra8_psa_key_type_t ra8_psa_key_attr::type |
Key type family (AES, ECDSA priv, ...).
Definition at line 230 of file ra8_psa_crypto.h.
| ra8_psa_key_usage_t ra8_psa_key_attr::usage |
Allowed operations on this key.
Definition at line 232 of file ra8_psa_crypto.h.