|
| static void | HsmClient_getSocType (uint8_t soc_type, char *parsedVer) |
| | Parse SOC Type. More...
|
| |
| static void | HsmClient_getDeviceType (uint8_t device_type, char *parsedVer) |
| | Parse Device Type. More...
|
| |
| static void | HsmClient_getHSMType (uint8_t hsm_type, char *parsedVer) |
| | Parse Binary Type. More...
|
| |
| static void | HsmClient_getBinType (uint8_t bin_type, char *parsedVer) |
| | Parse Binary Type. More...
|
| |
| static uint8_t * | lib_itoa (uint32_t value, uint8_t *str, uint32_t base) |
| | Integer to alphanumberic conversion. More...
|
| |
| int32_t | HsmClient_parseVersion (HsmVer_t *tifsMcuVer, char *parsedVer) |
| | Parses Version string. More...
|
| |
| int32_t | HsmClient_parseDeviceConfig (uint32_t configType, uint32_t *configData, uint32_t configSize, char *parsedConfig) |
| | Parses Device Configuration data into a human-readable string. More...
|
| |