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

  /external/tpm2/
Session.c 236 // context from being saved. If so it will return TPM_RC_CONTEXT_GAP. Otherwise, it will try to find an
243 // TPM_RC_CONTEXT_GAP can't assign a new contextID until the oldest saved session context is
273 return TPM_RC_CONTEXT_GAP;
299 // TPM_RC_CONTEXT_GAP need to recycle sessions
416 // returned. If no contextID can be assigned, then the routine returns TPM_RC_CONTEXT_GAP. If the
423 // TPM_RC_CONTEXT_GAP a contextID could not be assigned.
441 return TPM_RC_CONTEXT_GAP;
483 // TPM_RC_CONTEXT_GAP is returned.
491 // TPM_RC_CONTEXT_GAP the gap count is maximum and this is not the oldest saved context
519 return TPM_RC_CONTEXT_GAP;
    [all...]
tpm_types.h 128 #define TPM_RC_CONTEXT_GAP ((TPM_RC)(RC_WARN + 0x001))
    [all...]
tpm_generated.c     [all...]
  /system/tpm/trunks/
resource_manager_test.cc 630 std::string response = CreateErrorResponse(TPM_RC_CONTEXT_GAP);
673 std::string response = CreateErrorResponse(TPM_RC_CONTEXT_GAP);
720 .WillRepeatedly(Return(TPM_RC_CONTEXT_GAP));
721 // The TPM_RC_CONTEXT_GAP will result in a context load.
    [all...]
error_codes.cc 173 case trunks::TPM_RC_CONTEXT_GAP:
174 return "TPM_RC_CONTEXT_GAP";
resource_manager.cc 400 case TPM_RC_CONTEXT_GAP:
tpm_generated.h 721 constexpr TPM_RC TPM_RC_CONTEXT_GAP = RC_WARN + 0x001;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 412 #define TPM_RC_CONTEXT_GAP (TPM_RC)(RC_WARN + 0x001)
    [all...]

Completed in 87 milliseconds