Mbed OS Reference
Loading...
Searching...
No Matches
psa_operation_driver_context_t Struct Reference

Data Fields

unsigned int id
 Unique ID indicating which driver got assigned to do the operation. More...
 
void * ctx
 Context structure for the assigned driver, when id is not zero. More...
 

Detailed Description

Definition at line 80 of file crypto_struct.h.

Field Documentation

◆ id

unsigned int id

Unique ID indicating which driver got assigned to do the operation.

Since driver contexts are driver-specific, swapping drivers halfway through the operation is not supported. ID values are auto-generated in psa_driver_wrappers.h

Definition at line 85 of file crypto_struct.h.

◆ ctx

void* ctx

Context structure for the assigned driver, when id is not zero.

Definition at line 87 of file crypto_struct.h.