Structure containing secure element driver data and contexts. More...
Structure containing secure element driver data and contexts.
Definition at line 60 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. | |
psa_drv_se_context_t context | |
SE driver context, read only. | |
} | ctx |
SE driver context. | |