Mbed TLS v2.28.9
|
#include <crypto_struct.h>
Data Fields | |
unsigned int | id |
unsigned int | iv_required: 1 |
unsigned int | iv_set: 1 |
uint8_t | default_iv_length |
psa_driver_cipher_context_t | ctx |
Definition at line 89 of file crypto_struct.h.
psa_driver_cipher_context_t psa_cipher_operation_s::ctx |
Definition at line 103 of file crypto_struct.h.
uint8_t psa_cipher_operation_s::default_iv_length |
Definition at line 101 of file crypto_struct.h.
unsigned int psa_cipher_operation_s::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 96 of file crypto_struct.h.
unsigned int psa_cipher_operation_s::iv_required |
Definition at line 98 of file crypto_struct.h.
unsigned int psa_cipher_operation_s::iv_set |
Definition at line 99 of file crypto_struct.h.