mbed TLS v2.28.1
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
 
uint8_t mac_size
 
unsigned int is_sign: 1
 
psa_driver_mac_context_t ctx
 

Detailed Description

Definition at line 131 of file crypto_struct.h.

Field Documentation

◆ ctx

psa_driver_mac_context_t psa_mac_operation_s::ctx

Definition at line 142 of file 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).

Definition at line 139 of file crypto_struct.h.

◆ is_sign

unsigned int psa_mac_operation_s::is_sign

Definition at line 141 of file crypto_struct.h.

◆ mac_size

uint8_t psa_mac_operation_s::mac_size

Definition at line 140 of file crypto_struct.h.


The documentation for this struct was generated from the following file: