#include <crypto_struct.h>
§ id
| unsigned int psa_aead_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_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).
§ alg
§ iv_set
| unsigned int psa_aead_operation_s::iv_set |
§ in_error_state
| unsigned int psa_aead_operation_s::in_error_state |
§ adLength
| size_t psa_aead_operation_s::adLength |
§ plaintextLength
| size_t psa_aead_operation_s::plaintextLength |
§ runningADLength
| size_t psa_aead_operation_s::runningADLength |
§ runningPlaintextLength
| size_t psa_aead_operation_s::runningPlaintextLength |
§ tagSize
| size_t psa_aead_operation_s::tagSize |
§ unprocessedData
§ curr_unprocessed_data
| uint8_t* psa_aead_operation_s::curr_unprocessed_data |
§ unprocessed_len
| size_t psa_aead_operation_s::unprocessed_len |
§ cryptoKey
§ done_updating_ad
| bool psa_aead_operation_s::done_updating_ad |
§ length_set
| bool psa_aead_operation_s::length_set |
The documentation for this struct was generated from the following file: