OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TPM_RC_CONTEXT_GAP
(Results
1 - 7
of
7
) 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
720
std::string response = CreateErrorResponse(
TPM_RC_CONTEXT_GAP
);
[
all
...]
error_codes.cc
104
case trunks::
TPM_RC_CONTEXT_GAP
: return "
TPM_RC_CONTEXT_GAP
";
resource_manager.cc
411
case
TPM_RC_CONTEXT_GAP
:
tpm_generated.h
690
const TPM_RC
TPM_RC_CONTEXT_GAP
= RC_WARN + 0x001;
[
all
...]
Completed in 51 milliseconds