|
mbed TLS v3.1.0
|
#include <crypto_struct.h>

Data Fields | |
| unsigned int | private_id |
| unsigned int | private_iv_required: 1 |
| unsigned int | private_iv_set: 1 |
| uint8_t | private_default_iv_length |
| psa_driver_cipher_context_t | private_ctx |
Definition at line 101 of file crypto_struct.h.
| psa_driver_cipher_context_t psa_cipher_operation_s::private_ctx |
Definition at line 116 of file crypto_struct.h.
| uint8_t psa_cipher_operation_s::private_default_iv_length |
Definition at line 114 of file crypto_struct.h.
| unsigned int psa_cipher_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 109 of file crypto_struct.h.
| unsigned int psa_cipher_operation_s::private_iv_required |
Definition at line 111 of file crypto_struct.h.
| unsigned int psa_cipher_operation_s::private_iv_set |
Definition at line 112 of file crypto_struct.h.
1.8.6