ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_psa_key_attr Struct Reference

#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.

Detailed Description

Definition at line 229 of file ra8_psa_crypto.h.

Field Documentation

◆ alg

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.

◆ type

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.

◆ usage

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.


The documentation for this struct was generated from the following file: