#include <crypto_struct.h>
§ id
| unsigned int psa_mac_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).
§ mac_size
| size_t psa_mac_operation_s::mac_size |
§ alg
§ unprocessed_len
| size_t psa_mac_operation_s::unprocessed_len |
§ unprocessedData
§ curr_unprocessed_data
| uint8_t* psa_mac_operation_s::curr_unprocessed_data |
§ cryptoKey
§ is_sign
| bool psa_mac_operation_s::is_sign |
The documentation for this struct was generated from the following file: