TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
crypto_client_struct.h File Reference

PSA cryptography client key attribute definitions. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  psa_client_key_attributes_s
 

Macros

#define PSA_CLIENT_KEY_ATTRIBUTES_INIT   {0, 0, 0, 0, 0, 0}
 

Detailed Description

PSA cryptography client key attribute definitions.

Note
This file may not be included directly. Applications must include psa/crypto.h.

This file contains the definitions of some data structures with PSA crypto client specific definitions. This is for implementations with isolation between the Client applications and the Crypto Server module, it is expected that the front-end and the back-end would have different versions of the data structure.

Definition in file crypto_client_struct.h.

Macro Definition Documentation

#define PSA_CLIENT_KEY_ATTRIBUTES_INIT   {0, 0, 0, 0, 0, 0}

Definition at line 42 of file crypto_client_struct.h.