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

Data Fields | |
| unsigned int | private_id |
| mbedtls_psa_key_agreement_interruptible_operation_t | private_mbedtls_ctx |
| uint32_t | private_num_ops |
| psa_key_attributes_t | private_attributes |
| unsigned int | private_error_occurred: 1 |
The context for PSA interruptible key agreement.
Definition at line 481 of file crypto_struct.h.
| psa_key_attributes_t psa_key_agreement_iop_s::private_attributes |
Definition at line 496 of file crypto_struct.h.
| unsigned int psa_key_agreement_iop_s::private_error_occurred |
Definition at line 497 of file crypto_struct.h.
| unsigned int psa_key_agreement_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 493 of file crypto_struct.h.
| mbedtls_psa_key_agreement_interruptible_operation_t psa_key_agreement_iop_s::private_mbedtls_ctx |
Definition at line 494 of file crypto_struct.h.
| uint32_t psa_key_agreement_iop_s::private_num_ops |
Definition at line 495 of file crypto_struct.h.
1.8.6