Searched refs:TPM_RC_SIZE (Results 1 – 8 of 8) sorted by relevance
/system/tpm/trunks/ |
D | resource_manager.cc | 514 return MakeError(TPM_RC_SIZE, FROM_HERE); in ParseCommand() 528 return MakeError(TPM_RC_SIZE, FROM_HERE); in ParseCommand() 539 return MakeError(TPM_RC_SIZE, FROM_HERE); in ParseCommand() 600 return MakeError(TPM_RC_SIZE, FROM_HERE); in ParseResponse() 611 return MakeError(TPM_RC_SIZE, FROM_HERE); in ParseResponse() 621 return MakeError(TPM_RC_SIZE, FROM_HERE); in ParseResponse() 703 return CreateErrorResponse(MakeError(TPM_RC_SIZE, FROM_HERE)); in ProcessFlushContext()
|
D | error_codes.cc | 87 case trunks::TPM_RC_SIZE: return "TPM_RC_SIZE"; in GetErrorStringInternal()
|
D | tpm_generated.cc | 9534 return TPM_RC_SIZE; in ParseResponse_Startup() 9770 return TPM_RC_SIZE; in ParseResponse_Shutdown() 10006 return TPM_RC_SIZE; in ParseResponse_SelfTest() 10243 return TPM_RC_SIZE; in ParseResponse_IncrementalSelfTest() 10483 return TPM_RC_SIZE; in ParseResponse_GetTestResult() 10843 return TPM_RC_SIZE; in ParseResponse_StartAuthSession() 11156 return TPM_RC_SIZE; in ParseResponse_PolicyRestart() 11458 return TPM_RC_SIZE; in ParseResponse_Create() 11835 return TPM_RC_SIZE; in ParseResponse_Load() 12161 return TPM_RC_SIZE; in ParseResponse_LoadExternal() [all …]
|
D | tpm_generated.h | 672 const TPM_RC TPM_RC_SIZE = RC_FMT1 + 0x015; variable
|
/system/tpm/trunks/generator/ |
D | raw_commands.txt | 1663 TPM_RC_SIZE 3632 The TPM shall return TPM_RC_SIZE if nonceCaller is less than 16 octets or is greater than the size … 3801 TPM_RC_SIZE 3882 return TPM_RC_SIZE + RC_StartAuthSession_nonceCaller; 4210 no larger than the key size indicated in the inPublic template (TPM_RC_SIZE) and copy the 4492 TPM_RC_SIZE 4645 // TPM_RC_HASH, TPM_RC_KDF, TPM_RC_SCHEME, TPM_RC_SIZE, TPM_RC_SYMMETRIC, 4654 return TPM_RC_SIZE + RC_Create_inSensitive; 4904 TPM_RC_SIZE 4974 return TPM_RC_SIZE + RC_Load_inPrivate; [all …]
|
D | raw_commands_fixed.txt | 1663 TPM_RC_SIZE 3632 The TPM shall return TPM_RC_SIZE if nonceCaller is less than 16 octets or is greater than the size … 3803 TPM_RC_SIZE 3884 return TPM_RC_SIZE + RC_StartAuthSession_nonceCaller; 4212 no larger than the key size indicated in the inPublic template (TPM_RC_SIZE) and copy the 4494 TPM_RC_SIZE 4647 // TPM_RC_HASH, TPM_RC_KDF, TPM_RC_SCHEME, TPM_RC_SIZE, TPM_RC_SYMMETRIC, 4656 return TPM_RC_SIZE + RC_Create_inSensitive; 4906 TPM_RC_SIZE 4976 return TPM_RC_SIZE + RC_Load_inPrivate; [all …]
|
D | raw_structures.txt | 2424 TPM_RC_SIZE 5106 TPM_RC_SIZE 10378 code is TPM_RC_SIZE. 10381 … structure, like the one below, that contains an implied size check, it is implied that TPM_RC_SIZE 11350 #TPM_RC_SIZE 11417 #TPM_RC_SIZE 11446 #TPM_RC_SIZE 11489 #TPM_RC_SIZE 11529 #TPM_RC_SIZE 11598 #TPM_RC_SIZE [all …]
|
D | raw_structures_fixed.txt | 2424 TPM_RC_SIZE 5100 TPM_RC_SIZE 10406 code is TPM_RC_SIZE. 10409 … structure, like the one below, that contains an implied size check, it is implied that TPM_RC_SIZE 11378 #TPM_RC_SIZE 11447 #TPM_RC_SIZE 11476 #TPM_RC_SIZE 11521 #TPM_RC_SIZE 11561 #TPM_RC_SIZE 11630 #TPM_RC_SIZE [all …]
|