Home
last modified time | relevance | path

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

/external/tpm2/
DMarshal_RSA_Encrypt.c72 #ifdef TPM_CC_RSA_Encrypt in Exec_RSA_Encrypt()
93 #ifdef TPM_CC_RSA_Encrypt in Exec_RSA_Encrypt()
94 response_buffer = MemoryGetResponseBuffer(TPM_CC_RSA_Encrypt) + 10; in Exec_RSA_Encrypt()
DGetCommandCodeString.c367 #ifdef TPM_CC_RSA_Encrypt in GetCommandCodeString()
368 case TPM_CC_RSA_Encrypt: in GetCommandCodeString()
DCommandDispatcher.c750 #ifdef TPM_CC_RSA_Encrypt in CommandDispatcher()
751 case TPM_CC_RSA_Encrypt: in CommandDispatcher()
DHandleProcess.c1097 #ifdef TPM_CC_RSA_Encrypt in ParseHandleBuffer()
1098 case TPM_CC_RSA_Encrypt: in ParseHandleBuffer()
DImplementation.h788 #define TPM_CC_RSA_Encrypt (TPM_CC)(0x00000174) macro
Dtpm_generated.c5101 #ifdef TPM_CC_RSA_Encrypt in TPM_CC_Unmarshal()
5102 if (*target == TPM_CC_RSA_Encrypt) { in TPM_CC_Unmarshal()