Home
last modified time | relevance | path

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

/external/tpm2/
DSessionProcess.c585 if( s_decryptSessionIndex != UNDEFINED_INDEX in ComputeCommandHMAC()
594 if( s_encryptSessionIndex != UNDEFINED_INDEX in ComputeCommandHMAC()
880 s_decryptSessionIndex = UNDEFINED_INDEX; in RetrieveSessionData()
881 s_encryptSessionIndex = UNDEFINED_INDEX; in RetrieveSessionData()
882 s_auditSessionIndex = UNDEFINED_INDEX; in RetrieveSessionData()
959 if(s_decryptSessionIndex != UNDEFINED_INDEX) in RetrieveSessionData()
975 if(s_encryptSessionIndex != UNDEFINED_INDEX) in RetrieveSessionData()
988 if(s_auditSessionIndex != UNDEFINED_INDEX) in RetrieveSessionData()
1370 if(s_decryptSessionIndex != UNDEFINED_INDEX) in ParseSessionBuffer()
1887 if(s_encryptSessionIndex != UNDEFINED_INDEX) in BuildResponseSession()
DGlobal.h990 #define UNDEFINED_INDEX (0xFFFF) macro