Structure containing secure element driver data and contexts. More...
Structure containing secure element driver data and contexts.
Definition at line 59 of file psa_crypto_se_management.h.
#include <psa_crypto_se_management.h>
Data Fields | ||
| psa_key_location_t | location | |
| Location value assigned to driver. | ||
| const psa_drv_se_t * | methods | |
| Methods implemented by driver. | ||
| union { | ||
| psa_drv_se_internal_context_t internal | ||
| Internally writable SE driver context. More... | ||
| psa_drv_se_context_t context | ||
| SE driver context, read only. More... | ||
| } | ctx | |
| SE driver context. | ||
| psa_drv_se_context_t psa_se_drv_data_s::context |
SE driver context, read only.
Definition at line 64 of file psa_crypto_se_management.h.
| psa_drv_se_internal_context_t psa_se_drv_data_s::internal |
Internally writable SE driver context.
Definition at line 63 of file psa_crypto_se_management.h.
| psa_key_location_t psa_se_drv_data_s::location |
Location value assigned to driver.
Definition at line 60 of file psa_crypto_se_management.h.
| const psa_drv_se_t* psa_se_drv_data_s::methods |
Methods implemented by driver.
Definition at line 61 of file psa_crypto_se_management.h.