#include <crypto_struct.h>
§ id
| 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).
§ iv_required
| unsigned int psa_cipher_operation_s::iv_required |
§ iv_set
| unsigned int psa_cipher_operation_s::iv_set |
§ is_encrypt
| unsigned int psa_cipher_operation_s::is_encrypt |
§ in_error_state
| unsigned int psa_cipher_operation_s::in_error_state |
§ default_iv_length
| size_t psa_cipher_operation_s::default_iv_length |
§ alg
§ unprocessed_len
| size_t psa_cipher_operation_s::unprocessed_len |
Number of bytes that have not been processed yet
§ unprocessed_data
§ curr_unprocessed_data
| uint8_t* psa_cipher_operation_s::curr_unprocessed_data |
§ cryptoKey
The documentation for this struct was generated from the following file: