Loading...
Searching...
No Matches
PSA Crypto Secure Element Wrapper

Detailed Description

Modules

 Secure Element Asymmetric Cryptography
 
 Secure Element Authenticated Encryption with Additional Data
 
 Secure Element Driver Initialization
 
 Secure Element Driver Registration
 
 Secure Element Key Derivation and Agreement
 
 Secure Element Key Management
 
 Secure Element Message Authentication Codes
 
 Secure Element Symmetric Ciphers
 

Files

file  psa_crypto_se_driver.h
 PSA external cryptoprocessor driver module.
 

Data Structures

struct  psa_drv_se_context_t
 Driver context structure. More...
 

Macros

#define PSA_MAX_PERSISTENT_DATA_SIZE   (16)
 Maximum size of persistent driver data in bytes.
 
#define PSA_DRV_SE_HAL_VERSION   0x00000005
 The current version of the secure element driver HAL.
 

Macro Definition Documentation

◆ PSA_DRV_SE_HAL_VERSION

#define PSA_DRV_SE_HAL_VERSION   0x00000005

The current version of the secure element driver HAL.

Definition at line 1307 of file psa_crypto_se_driver.h.

◆ PSA_MAX_PERSISTENT_DATA_SIZE

#define PSA_MAX_PERSISTENT_DATA_SIZE   (16)

Maximum size of persistent driver data in bytes.

Definition at line 55 of file psa_crypto_se_driver.h.