Mistake on this page?
Report an issue in GitHub or email us
Data Fields
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 TARGET_MBED_PSA_SRV/mbedtls/crypto_struct.h.

Field Documentation

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.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.