Home
last modified time | relevance | path

Searched refs:tssTable (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/tss2/ibmtpm20tss/utils/
H A Dtssresponsecode.c324 const RC_TABLE tssTable [] = { variable
490 *msg = TSS_ResponseCode_RcToText(tssTable, sizeof(tssTable) / sizeof(RC_TABLE), rc); in TSS_ResponseCode_toString()
H A Dtss12.c166 static const TSS_TABLE tssTable [] = { variable
1085 for (index = 0 ; (index < (sizeof(tssTable) / sizeof(TSS_TABLE))) && !found ; index++) { in TSS_Command_PreProcessor()
1086 if (tssTable[index].commandCode == commandCode) { in TSS_Command_PreProcessor()
1095 preProcessFunction = tssTable[index].preProcessFunction; in TSS_Command_PreProcessor()
1281 for (index = 0 ; (index < (sizeof(tssTable) / sizeof(TSS_TABLE))) && !found ; index++) { in TSS_Response_PostProcessor()
1282 if (tssTable[index].commandCode == commandCode) { in TSS_Response_PostProcessor()
1291 postProcessFunction = tssTable[index].postProcessFunction; in TSS_Response_PostProcessor()
H A Dtss20.c251 static const TSS_TABLE tssTable [] = { variable
3623 for (index = 0 ; (index < (sizeof(tssTable) / sizeof(TSS_TABLE))) && !found ; index++) { in TSS_Command_ChangeAuthProcessor()
3624 if (tssTable[index].commandCode == commandCode) { in TSS_Command_ChangeAuthProcessor()
3633 changeAuthFunction = tssTable[index].changeAuthFunction; in TSS_Command_ChangeAuthProcessor()
3771 for (index = 0 ; (index < (sizeof(tssTable) / sizeof(TSS_TABLE))) && !found ; index++) { in TSS_Command_PreProcessor()
3772 if (tssTable[index].commandCode == commandCode) { in TSS_Command_PreProcessor()
3781 preProcessFunction = tssTable[index].preProcessFunction; in TSS_Command_PreProcessor()
4035 for (index = 0 ; (index < (sizeof(tssTable) / sizeof(TSS_TABLE))) && !found ; index++) { in TSS_Response_PostProcessor()
4036 if (tssTable[index].commandCode == commandCode) { in TSS_Response_PostProcessor()
4045 postProcessFunction = tssTable[index].postProcessFunction; in TSS_Response_PostProcessor()