3.10.3 tmcKey_Keys_s Struct

C

typedef struct
{
    char Keys[KEY_MAX][32u];     /* A two-dimensional array that stores the algorithm keys for each IP */
}tmcKey_Keys_s;

Summary

Key manager module structure.

Description

This structure holds the algorithm keys for different IPs (Intellectual Properties) in a fixed-size array. Each key is represented as a 32-character string, and the array is indexed by the enumerators in tmcKey_IPs_s.

Remarks

None.