mbed TLS v2.26.0
Data Fields
psa_operation_driver_context_t Struct Reference

#include <crypto_struct.h>

Data Fields

unsigned int id
 
void * ctx
 

Detailed Description

Definition at line 80 of file crypto_struct.h.

Field Documentation

void* psa_operation_driver_context_t::ctx

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

Definition at line 87 of file crypto_struct.h.

unsigned int psa_operation_driver_context_t::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.


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