| 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... | |
Definition at line 80 of file TARGET_MBED_PSA_SRV/mbedtls/crypto_struct.h.
| void* ctx | 
Context structure for the assigned driver, when id is not zero.
Definition at line 87 of file TARGET_MBED_PSA_SRV/mbedtls/crypto_struct.h.
| 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 TARGET_MBED_PSA_SRV/mbedtls/crypto_struct.h.