HomeSort by relevance Sort by last modified time
    Searched refs:TPM_ST_SESSIONS (Results 101 - 116 of 116) sorted by null

1 2 3 45

  /external/tpm2/
Marshal_SequenceUpdate.c 58 if (tag == TPM_ST_SESSIONS) {
Marshal_SetAlgorithmSet.c 58 if (tag == TPM_ST_SESSIONS) {
Marshal_SetCommandCodeAuditStatus.c 68 if (tag == TPM_ST_SESSIONS) {
Marshal_SetPrimaryPolicy.c 62 if (tag == TPM_ST_SESSIONS) {
Marshal_Shutdown.c 55 if (tag == TPM_ST_SESSIONS) {
Marshal_Startup.c 55 if (tag == TPM_ST_SESSIONS) {
Marshal_StirRandom.c 56 if (tag == TPM_ST_SESSIONS) {
Marshal_TestParms.c 56 if (tag == TPM_ST_SESSIONS) {
ExecCommand.c 138 // that it is either TPM_ST_SESSIONS or TPM_ST_NO_SESSIONS.
210 if(tag == TPM_ST_SESSIONS)
302 if(tag == TPM_ST_SESSIONS)
SessionProcess.c     [all...]
tpm_types.h 207 #define TPM_ST_SESSIONS 0x8002
    [all...]
tpm_generated.c     [all...]
  /system/tpm/trunks/
tpm_generated.cc     [all...]
resource_manager.cc 503 if (tag != TPM_ST_SESSIONS && tag != TPM_ST_NO_SESSIONS) {
506 command_info->has_sessions = (tag == TPM_ST_SESSIONS);
589 if (tag != TPM_ST_SESSIONS && tag != TPM_ST_NO_SESSIONS) {
592 response_info->has_sessions = (tag == TPM_ST_SESSIONS);
resource_manager_test.cc 86 TPM_ST tag = authorization.empty() ? TPM_ST_NO_SESSIONS : TPM_ST_SESSIONS;
107 TPM_ST tag = authorization.empty() ? TPM_ST_NO_SESSIONS : TPM_ST_SESSIONS;
    [all...]
tpm_generated.h 760 const TPM_ST TPM_ST_SESSIONS = 0x8002;
    [all...]

Completed in 3932 milliseconds

1 2 3 45