Home
last modified time | relevance | path

Searched refs:TPM_CC_EncryptDecrypt (Results 1 – 6 of 6) sorted by relevance

/external/tpm2/
DMarshal_EncryptDecrypt.c77 #ifdef TPM_CC_EncryptDecrypt in Exec_EncryptDecrypt()
98 #ifdef TPM_CC_EncryptDecrypt in Exec_EncryptDecrypt()
99 response_buffer = MemoryGetResponseBuffer(TPM_CC_EncryptDecrypt) + 10; in Exec_EncryptDecrypt()
DGetCommandCodeString.c95 #ifdef TPM_CC_EncryptDecrypt in GetCommandCodeString()
96 case TPM_CC_EncryptDecrypt: in GetCommandCodeString()
DCommandDispatcher.c274 #ifdef TPM_CC_EncryptDecrypt in CommandDispatcher()
275 case TPM_CC_EncryptDecrypt: in CommandDispatcher()
DHandleProcess.c258 #ifdef TPM_CC_EncryptDecrypt in ParseHandleBuffer()
259 case TPM_CC_EncryptDecrypt: in ParseHandleBuffer()
DImplementation.h743 #define TPM_CC_EncryptDecrypt (TPM_CC)(0x00000164) macro
Dtpm_generated.c5026 #ifdef TPM_CC_EncryptDecrypt in TPM_CC_Unmarshal()
5027 if (*target == TPM_CC_EncryptDecrypt) { in TPM_CC_Unmarshal()