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

Attributes describing a key being imported. More...

#include <ra8_psa_crypto.h>

Detailed Description

Attributes describing a key being imported.

Carries everything the facade needs to translate a raw byte buffer into a PSA key slot: type, intended algorithm, and usage flags. Mirrors the psa_key_attributes_t triple of (type, alg, usage) documented in the PSA spec Section 9.4.

Invariant
type is one of ra8_psa_key_type_t.
usage has at least one bit set.
See also
PSA Crypto API spec (ARM IHI 0086) Sec 9.4 "Key policies".
Since
0.1.0

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