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

Data Fields | |
| unsigned int | private_id |
| mbedtls_psa_generate_key_iop_t | private_ctx |
| psa_key_attributes_t | private_attributes |
| unsigned int | private_error_occurred: 1 |
| uint32_t | private_num_ops |
The context for PSA interruptible key generation.
Definition at line 519 of file crypto_struct.h.
| psa_key_attributes_t psa_generate_key_iop_s::private_attributes |
Definition at line 533 of file crypto_struct.h.
| mbedtls_psa_generate_key_iop_t psa_generate_key_iop_s::private_ctx |
Definition at line 532 of file crypto_struct.h.
| unsigned int psa_generate_key_iop_s::private_error_occurred |
Definition at line 534 of file crypto_struct.h.
| unsigned int psa_generate_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 531 of file crypto_struct.h.
| uint32_t psa_generate_key_iop_s::private_num_ops |
Definition at line 535 of file crypto_struct.h.
1.8.6