Searched refs:TPM_RC_CONTEXT_GAP (Results 1 – 10 of 10) sorted by relevance
/external/tpm2/ |
D | Session.c | 273 return TPM_RC_CONTEXT_GAP; in ContextIdSessionCreate() 441 return TPM_RC_CONTEXT_GAP; in SessionContextSave() 519 return TPM_RC_CONTEXT_GAP; in SessionContextLoad()
|
D | tpm_types.h | 128 #define TPM_RC_CONTEXT_GAP ((TPM_RC)(RC_WARN + 0x001)) macro
|
D | part3.txt | 1156 TPM_RC_CONTEXT_GAP and the highest numbered session is at the limits of the session track… 2293 TPM_RC_CONTEXT_GAP if creating the session would prevent recycling of old saved contexts (See 2422 …TPM_RC_CONTEXT_GAP the difference between the most recently created active context … 2510 73 // Create internal session structure. TPM_RC_CONTEXT_GAP, TPM_RC_NO_HANDLES 15955 TPM_RC_CONTEXT_GAP a contextID could not be assigned for a session context save 16093 130 // TPM_RC_CONTEXT_GAP is a possible error. 16223 TPM_RC_CONTEXT_GAP there is only one available slot and this is not the oldest saved 16363 125 // Restore session. A TPM_RC_SESSION_MEMORY, TPM_RC_CONTEXT_GAP error
|
D | part4.txt | 14086 matches, the TPM will return TPM_RC_CONTEXT_GAP (by construction, the entry that contains the 14400 …context from being saved. If so it will return TPM_RC_CONTEXT_GAP. Otherwise, it will try to find … 14407 …TPM_RC_CONTEXT_GAP can't assign a new contextID until the oldest saved session cont… 14445 193 return TPM_RC_CONTEXT_GAP; 14472 TPM_RC_CONTEXT_GAP need to recycle sessions 14621 returned. If no contextID can be assigned, then the routine returns TPM_RC_CONTEXT_GAP. If the 14628 TPM_RC_CONTEXT_GAP a contextID could not be assigned. 14653 356 return TPM_RC_CONTEXT_GAP; 14706 TPM_RC_CONTEXT_GAP is returned. 14719 … TPM_RC_CONTEXT_GAP the gap count is maximum and this is not the oldest saved context [all …]
|
D | tpm_generated.c | 8090 if (*target == TPM_RC_CONTEXT_GAP) { in TPM_RC_Unmarshal()
|
/external/tpm2/generator/ |
D | structures.txt | 310 _NAME TPM_RC_CONTEXT_GAP
|
D | raw_commands_fixed.txt | 1799 TPM_RC_CONTEXT_GAP 3548 TPM_RC_CONTEXT_GAP if creating the session would prevent recycling of old saved contexts (See 3781 TPM_RC_CONTEXT_GAP 3991 // Create internal session structure. TPM_RC_CONTEXT_GAP, TPM_RC_NO_HANDLES 28777 TPM_RC_CONTEXT_GAP 29116 // TPM_RC_CONTEXT_GAP is a possible error. 29284 TPM_RC_CONTEXT_GAP 29605 // Restore session. A TPM_RC_SESSION_MEMORY, TPM_RC_CONTEXT_GAP error
|
D | raw_commands.txt | 1799 TPM_RC_CONTEXT_GAP 3548 TPM_RC_CONTEXT_GAP if creating the session would prevent recycling of old saved contexts (See 3779 TPM_RC_CONTEXT_GAP 3989 // Create internal session structure. TPM_RC_CONTEXT_GAP, TPM_RC_NO_HANDLES 28766 TPM_RC_CONTEXT_GAP 29105 // TPM_RC_CONTEXT_GAP is a possible error. 29273 TPM_RC_CONTEXT_GAP 29594 // Restore session. A TPM_RC_SESSION_MEMORY, TPM_RC_CONTEXT_GAP error
|
D | raw_structures_fixed.txt | 5213 TPM_RC_CONTEXT_GAP
|
D | raw_structures.txt | 5222 TPM_RC_CONTEXT_GAP
|