HomeSort by relevance Sort by last modified time
    Searched refs:AUTH_ROLE (Results 1 - 4 of 4) sorted by null

  /external/tpm2/
CommandCodeAttributes_fp.h 10 AUTH_ROLE CommandAuthRole(TPM_CC commandCode, // IN: command code
Global.h 240 typedef UINT32 AUTH_ROLE;
241 #define AUTH_NONE ((AUTH_ROLE)(0))
242 #define AUTH_USER ((AUTH_ROLE)(1))
243 #define AUTH_ADMIN ((AUTH_ROLE)(2))
244 #define AUTH_DUP ((AUTH_ROLE)(3))
    [all...]
CommandCodeAttributes.c 35 AUTH_ROLE
SessionProcess.c 214 AUTH_ROLE role = CommandAuthRole(commandCode, sessionIndex);
781 AUTH_ROLE role = CommandAuthRole(commandCode, sessionIndex);
    [all...]

Completed in 125 milliseconds