Loading...
Searching...
No Matches
values.h File Reference

Key values definitions for the PSA Crypto API. More...

Detailed Description

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

Go to the source code of this file.

#define CONFIG_PSA_ASYMMETRIC_KEYPAIR_COUNT   0
 Number of required allocated asymmetric key pair slots.
 
#define CONFIG_PSA_SINGLE_KEY_COUNT   0
 Number of required allocated single key slots.
 
#define CONFIG_PSA_PROTECTED_KEY_COUNT   0
 Number of required allocated protected key slots.
 

Macro Definition Documentation

◆ CONFIG_PSA_ASYMMETRIC_KEYPAIR_COUNT

#define CONFIG_PSA_ASYMMETRIC_KEYPAIR_COUNT   0

Number of required allocated asymmetric key pair slots.

These should be defined by the developer to fit their requirements. The default number is 0.

Definition at line 35 of file values.h.

◆ CONFIG_PSA_PROTECTED_KEY_COUNT

#define CONFIG_PSA_PROTECTED_KEY_COUNT   0

Number of required allocated protected key slots.

These should be defined by the developer to fit their requirements. The default number is 5.

Definition at line 58 of file values.h.

◆ CONFIG_PSA_SINGLE_KEY_COUNT

#define CONFIG_PSA_SINGLE_KEY_COUNT   0

Number of required allocated single key slots.

These should be defined by the developer to fit their requirements. The default number is 0.

Definition at line 45 of file values.h.