Home
last modified time | relevance | path

Searched refs:s_decryptSessionIndex (Results 1 – 4 of 4) sorted by relevance

/external/tpm2/
DSessionProcess.c585 if( s_decryptSessionIndex != UNDEFINED_INDEX in ComputeCommandHMAC()
586 && s_decryptSessionIndex != sessionIndex) in ComputeCommandHMAC()
590 = SessionGet(s_sessionHandles[s_decryptSessionIndex]); in ComputeCommandHMAC()
597 && s_encryptSessionIndex != s_decryptSessionIndex) in ComputeCommandHMAC()
880 s_decryptSessionIndex = UNDEFINED_INDEX; in RetrieveSessionData()
959 if(s_decryptSessionIndex != UNDEFINED_INDEX) in RetrieveSessionData()
966 s_decryptSessionIndex = sessionIndex; in RetrieveSessionData()
1370 if(s_decryptSessionIndex != UNDEFINED_INDEX) in ParseSessionBuffer()
1373 if( s_associatedHandles[s_decryptSessionIndex] != TPM_RH_UNASSIGNED in ParseSessionBuffer()
1374 && IsAuthValueAvailable(s_associatedHandles[s_decryptSessionIndex], in ParseSessionBuffer()
[all …]
DGlobal.c53 UINT32 s_decryptSessionIndex; variable
DGlobal.h992 extern UINT32 s_decryptSessionIndex;
Dpart4.txt2707 655 extern UINT32 s_decryptSessionIndex;
4379 490 if( s_decryptSessionIndex != UNDEFINED_INDEX
4380 491 && s_decryptSessionIndex != sessionIndex)
4384 495 = SessionGet(s_sessionHandles[s_decryptSessionIndex]);
4396 501 && s_encryptSessionIndex != s_decryptSessionIndex)
4731 762 s_decryptSessionIndex = UNDEFINED_INDEX;
4835 856 if(s_decryptSessionIndex != UNDEFINED_INDEX)
4844 865 s_decryptSessionIndex = sessionIndex;
5319 1244 if(s_decryptSessionIndex != UNDEFINED_INDEX)
5322 1247 if( s_associatedHandles[s_decryptSessionIndex] != TPM_RH_UNASSIGNED
[all …]