Home
last modified time | relevance | path

Searched refs:RC_StartAuthSession_tpmKey (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Session/
H A DStartAuthSession.c90 return TPM_RCS_KEY + RC_StartAuthSession_tpmKey; in TPM2_StartAuthSession()
97 return TPM_RCS_HANDLE + RC_StartAuthSession_tpmKey; in TPM2_StartAuthSession()
101 return TPM_RCS_ATTRIBUTES + RC_StartAuthSession_tpmKey; in TPM2_StartAuthSession()
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
H A DStartAuthSession_fp.h63 #define RC_StartAuthSession_tpmKey (TPM_RC_H + TPM_RC_1) macro