Internal secure element driver context. More...
Internal secure element driver context.
This is the same structure as psa_drv_se_context_t, with the difference that it is also writeable for the implementation.
This structure is not to be used by applications, only by the PSA Crypto implementation.
Definition at line 51 of file psa_crypto_se_management.h.
#include <psa_crypto_se_management.h>
Data Fields | |
void * | persistent_data |
Driver specific persistent data. | |
size_t | persistent_data_size |
Size of persistent data in bytes. | |
uintptr_t | transient_data |
Driver specific transient data. | |