Home
last modified time | relevance | path

Searched refs:RC_EncryptDecrypt_mode (Results 1 – 5 of 5) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Symmetric/
DEncryptDecrypt_spt.c99 return TPM_RCS_MODE + RC_EncryptDecrypt_mode; in EncryptDecryptShared()
105 return TPM_RCS_MODE + RC_EncryptDecrypt_mode; in EncryptDecryptShared()
DEncryptDecrypt.c97 return TPM_RCS_MODE + RC_EncryptDecrypt_mode; in TPM2_EncryptDecrypt()
103 return TPM_RCS_MODE + RC_EncryptDecrypt_mode; in TPM2_EncryptDecrypt()
DEncryptDecrypt2.c68 case TPM_RCS_MODE + RC_EncryptDecrypt_mode: in TPM2_EncryptDecrypt2()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DEncryptDecrypt_fp.h63 #define RC_EncryptDecrypt_mode (TPM_RC_P + TPM_RC_2) macro
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCommandDispatcher.h582 EXIT_IF_ERROR_PLUS(RC_EncryptDecrypt_mode);