Home
last modified time | relevance | path

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

/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
H A DEncryptDecrypt_fp.h64 #define RC_EncryptDecrypt_ivIn (TPM_RC_P + TPM_RC_3) macro
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Symmetric/
H A DEncryptDecrypt2.c71 case TPM_RCS_SIZE + RC_EncryptDecrypt_ivIn: in TPM2_EncryptDecrypt2()
H A DEncryptDecrypt_spt.c121 return TPM_RCS_SIZE + RC_EncryptDecrypt_ivIn; in EncryptDecryptShared()
H A DEncryptDecrypt.c126 return TPM_RCS_SIZE + RC_EncryptDecrypt_ivIn; in TPM2_EncryptDecrypt()
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/include/
H A DCommandDispatcher.h584 EXIT_IF_ERROR_PLUS(RC_EncryptDecrypt_ivIn);