|
Mbed TLS v4.0.0
|
The context for PSA interruptible export public-key. More...
#include <crypto_struct.h>

Data Fields | |
| unsigned int | private_id |
| mbedtls_psa_export_public_key_iop_t | private_ctx |
| unsigned int | private_error_occurred: 1 |
| uint32_t | private_num_ops |
The context for PSA interruptible export public-key.
Definition at line 557 of file crypto_struct.h.
| mbedtls_psa_export_public_key_iop_t psa_export_public_key_iop_s::private_ctx |
Definition at line 570 of file crypto_struct.h.
| unsigned int psa_export_public_key_iop_s::private_error_occurred |
Definition at line 571 of file crypto_struct.h.
| unsigned int psa_export_public_key_iop_s::private_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_crypto_driver_wrappers.h ID value zero means the context is not valid or not assigned to any driver (i.e. none of the driver contexts are active).
Definition at line 569 of file crypto_struct.h.
| uint32_t psa_export_public_key_iop_s::private_num_ops |
Definition at line 572 of file crypto_struct.h.
1.8.6