OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 225 milliseconds