Home
last modified time | relevance | path

Searched refs:UNDEFINED_INDEX (Results 1 – 2 of 2) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/
DSessionProcess.c840 if(s_decryptSessionIndex != UNDEFINED_INDEX in ComputeCommandHMAC()
849 if(s_encryptSessionIndex != UNDEFINED_INDEX in ComputeCommandHMAC()
1132 s_decryptSessionIndex = UNDEFINED_INDEX; in RetrieveSessionData()
1133 s_encryptSessionIndex = UNDEFINED_INDEX; in RetrieveSessionData()
1134 s_auditSessionIndex = UNDEFINED_INDEX; in RetrieveSessionData()
1220 if(s_decryptSessionIndex != UNDEFINED_INDEX) in RetrieveSessionData()
1236 if(s_encryptSessionIndex != UNDEFINED_INDEX) in RetrieveSessionData()
1249 if(s_auditSessionIndex != UNDEFINED_INDEX) in RetrieveSessionData()
1654 if(s_decryptSessionIndex != UNDEFINED_INDEX) in ParseSessionBuffer()
2131 if(s_encryptSessionIndex != UNDEFINED_INDEX) in BuildResponseSession()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGlobal.h1214 #define UNDEFINED_INDEX (0xFFFF) macro