Data Fields
psa_mac_operation_s Struct Reference

#include <crypto_struct.h>

Collaboration diagram for psa_mac_operation_s:
Collaboration graph
[legend]

Data Fields

unsigned int id
 
size_t mac_size
 
psa_algorithm_t alg
 
size_t unprocessed_len
 
uint8_t unprocessedData [PSA_BLOCK_CIPHER_BLOCK_MAX_SIZE]
 
uint8_t * curr_unprocessed_data
 
CryptoKey cryptoKey
 
bool is_sign
 

Field Documentation

§ 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

psa_algorithm_t psa_mac_operation_s::alg

§ unprocessed_len

size_t psa_mac_operation_s::unprocessed_len

§ unprocessedData

uint8_t psa_mac_operation_s::unprocessedData[PSA_BLOCK_CIPHER_BLOCK_MAX_SIZE]

§ curr_unprocessed_data

uint8_t* psa_mac_operation_s::curr_unprocessed_data

§ cryptoKey

CryptoKey psa_mac_operation_s::cryptoKey

§ is_sign

bool psa_mac_operation_s::is_sign

The documentation for this struct was generated from the following file:
© Copyright 1995-2026, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale