Mbed TLS v3.6.0
|
The context for PSA interruptible hash verification. More...
#include <crypto_struct.h>
Data Fields | |
unsigned int | private_id |
psa_driver_verify_hash_interruptible_context_t | private_ctx |
unsigned int | private_error_occurred: 1 |
uint32_t | private_num_ops |
The context for PSA interruptible hash verification.
Definition at line 462 of file crypto_struct.h.
psa_driver_verify_hash_interruptible_context_t psa_verify_hash_interruptible_operation_s::private_ctx |
Definition at line 474 of file crypto_struct.h.
unsigned int psa_verify_hash_interruptible_operation_s::private_error_occurred |
Definition at line 476 of file crypto_struct.h.
unsigned int psa_verify_hash_interruptible_operation_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 472 of file crypto_struct.h.
uint32_t psa_verify_hash_interruptible_operation_s::private_num_ops |
Definition at line 478 of file crypto_struct.h.