Home
last modified time | relevance | path

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

/external/tpm2/
DSessionProcess.c658 marshalSize = TPMA_SESSION_Marshal(&(s_attributes[sessionIndex]), in ComputeCommandHMAC()
904 result = TPMA_SESSION_Unmarshal(&s_attributes[sessionIndex], in RetrieveSessionData()
917 if( s_attributes[sessionIndex].encrypt in RetrieveSessionData()
918 || s_attributes[sessionIndex].decrypt in RetrieveSessionData()
919 || s_attributes[sessionIndex].audit in RetrieveSessionData()
920 || s_attributes[sessionIndex].auditExclusive in RetrieveSessionData()
921 || s_attributes[sessionIndex].auditReset in RetrieveSessionData()
953 if(s_attributes[sessionIndex].decrypt) in RetrieveSessionData()
969 if(s_attributes[sessionIndex].encrypt) in RetrieveSessionData()
985 if(s_attributes[sessionIndex].audit) in RetrieveSessionData()
[all …]
DGlobal.c48 TPMA_SESSION s_attributes[MAX_SESSION_NUM]; variable
DGlobal.h967 extern TPMA_SESSION s_attributes[MAX_SESSION_NUM];
Dpart4.txt2682 649 extern TPMA_SESSION s_attributes[MAX_SESSION_NUM];
4473 573 marshalSize = TPMA_SESSION_Marshal(&(s_attributes[sessionIndex]),
4765 791 result = TPMA_SESSION_Unmarshal(&s_attributes[sessionIndex],
4780 806 if( s_attributes[sessionIndex].encrypt
4781 807 || s_attributes[sessionIndex].decrypt
4782 808 || s_attributes[sessionIndex].audit
4783 809 || s_attributes[sessionIndex].auditExclusive
4784 810 || s_attributes[sessionIndex].auditReset
4828 849 if(s_attributes[sessionIndex].decrypt)
4848 869 if(s_attributes[sessionIndex].encrypt)
[all …]