Searched refs:tssTable (Results 1 – 3 of 3) sorted by relevance
324 const RC_TABLE tssTable [] = { variable490 *msg = TSS_ResponseCode_RcToText(tssTable, sizeof(tssTable) / sizeof(RC_TABLE), rc); in TSS_ResponseCode_toString()
166 static const TSS_TABLE tssTable [] = { variable1085 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()
251 static const TSS_TABLE tssTable [] = { variable3623 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()