Searched refs:tpmOp (Results 1 – 2 of 2) sorted by relevance
11 volatile tpmOperation_t tpmOp = { 0 }; variable657 tpmOp.receivingCmd = -1; in TpmInitializeDevice()709 if(tpmOp.flags.resetRequested == 1) in TpmOperationsLoop()711 tpmOp.flags.resetRequested = 0; in TpmOperationsLoop()720 if(tpmOp.flags.powerOffRequested == 1) in TpmOperationsLoop()722 tpmOp.flags.powerOffRequested = 0; in TpmOperationsLoop()743 if(tpmOp.flags.executionRequested == 1) in TpmOperationsLoop()745 tpmOp.flags.executionRequested = 0; in TpmOperationsLoop()746 unsigned int rspLenTPM = sizeof(tpmOp.msgBuf) - sizeof(rspLenTPM); in TpmOperationsLoop()747 unsigned char* rspTPM = (unsigned char*)&tpmOp.msgBuf[sizeof(rspLenTPM)]; in TpmOperationsLoop()[all …]
64 extern volatile tpmOperation_t tpmOp;