#include <ti_psa_crypto_mac.h>
§ sha2Config
§ sha2Object
| SHA2XXF3HSM_Object ti_psa_mac_operation_s::sha2Object |
§ sha2
| struct { ... } ti_psa_mac_operation_s::sha2 |
§ aescmacConfig
§ aescmacObject
§ aescmac
| struct { ... } ti_psa_mac_operation_s::aescmac |
§ aescbcmacConfig
§ aescbcmacObject
§ aescbcmac
| struct { ... } ti_psa_mac_operation_s::aescbcmac |
§ driver
| union { ... } ti_psa_mac_operation_s::driver |
§ id
| unsigned int ti_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 ti_psa_mac_operation_s::mac_size |
§ alg
| psa_algorithm_t ti_psa_mac_operation_s::alg |
§ unprocessed_len
| size_t ti_psa_mac_operation_s::unprocessed_len |
§ unprocessedData
| uint8_t ti_psa_mac_operation_s::unprocessedData[PSA_BLOCK_CIPHER_BLOCK_MAX_SIZE] |
§ curr_unprocessed_data
| uint8_t* ti_psa_mac_operation_s::curr_unprocessed_data |
§ cryptoKey
§ is_sign
| bool ti_psa_mac_operation_s::is_sign |
The documentation for this struct was generated from the following file: