Loading...
Searching...
No Matches
psa_se_drv_data_s Struct Reference

Structure containing secure element driver data and contexts. More...

Detailed Description

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_tmethods
 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.
 

Field Documentation

◆ context

psa_drv_se_context_t psa_se_drv_data_s::context

SE driver context, read only.

Definition at line 65 of file psa_crypto_se_management.h.

◆ internal

psa_drv_se_internal_context_t psa_se_drv_data_s::internal

Internally writable SE driver context.

Definition at line 64 of file psa_crypto_se_management.h.

◆ location

psa_key_location_t psa_se_drv_data_s::location

Location value assigned to driver.

Definition at line 61 of file psa_crypto_se_management.h.

◆ methods

const psa_drv_se_t* psa_se_drv_data_s::methods

Methods implemented by driver.

Definition at line 62 of file psa_crypto_se_management.h.


The documentation for this struct was generated from the following file: