Searched refs:AUTH_ROLE (Results 1 - 4 of 4) sorted by relevance

/external/tpm2/
H A DCommandCodeAttributes_fp.h10 AUTH_ROLE CommandAuthRole(TPM_CC commandCode, // IN: command code
H A DGlobal.h234 typedef UINT32 AUTH_ROLE; typedef
235 #define AUTH_NONE ((AUTH_ROLE)(0))
236 #define AUTH_USER ((AUTH_ROLE)(1))
237 #define AUTH_ADMIN ((AUTH_ROLE)(2))
238 #define AUTH_DUP ((AUTH_ROLE)(3))
H A DCommandCodeAttributes.c35 AUTH_ROLE
H A DSessionProcess.c214 AUTH_ROLE role = CommandAuthRole(commandCode, sessionIndex);
781 AUTH_ROLE role = CommandAuthRole(commandCode, sessionIndex);

Completed in 62 milliseconds