Searched refs:validation (Results 1 – 8 of 8) sorted by relevance
/system/tpm/attestation/common/ |
D | tpm_utility_v1.cc | 227 TSS_VALIDATION validation; in CreateCertifiedKey() local 228 memset(&validation, 0, sizeof(validation)); in CreateCertifiedKey() 229 validation.ulExternalDataLength = external_data.size(); in CreateCertifiedKey() 231 validation.rgbExternalData = StringAsTSSBuffer(&mutable_external_data); in CreateCertifiedKey() 232 result = Tspi_Key_CertifyKey(key, identity_key, &validation); in CreateCertifiedKey() 237 ScopedTssMemory scoped_certified_data(0, validation.rgbData); in CreateCertifiedKey() 238 ScopedTssMemory scoped_proof(0, validation.rgbValidationData); in CreateCertifiedKey() 260 TSSBufferAsString(validation.rgbData, validation.ulDataLength)); in CreateCertifiedKey() 263 proof->assign(TSSBufferAsString(validation.rgbValidationData, in CreateCertifiedKey() 264 validation.ulValidationDataLength)); in CreateCertifiedKey()
|
D | attestation_ca.proto | 95 // Additional intermediate CA certificates that can help in validation.
|
/system/tpm/trunks/ |
D | mock_tpm.h | 431 TPMT_TK_HASHCHECK* validation, 510 TPMT_TK_HASHCHECK* validation, 726 TPMT_TK_VERIFIED* validation, 733 const TPMT_TK_HASHCHECK& validation, 741 const TPMT_TK_HASHCHECK& validation,
|
D | tpm_utility_impl.cc | 587 TPMT_TK_HASHCHECK validation; in Sign() local 588 validation.tag = TPM_ST_HASHCHECK; in Sign() 589 validation.hierarchy = TPM_RH_NULL; in Sign() 590 validation.digest.size = 0; in Sign() 593 validation, &signature_out, delegate); in Sign()
|
/system/update_engine/ |
D | update_metadata.proto | 190 // This is used as a primary validation for http-based downloads and 191 // as a defense-in-depth validation for https-based downloads. If
|
/system/tpm/trunks/generator/ |
D | raw_commands_fixed.txt | 1203 The mode checks may be performed before or after the command header validation. 1716 The authorization attributes were validated during the session area validation to ensure that only 3885 // If an decrypt key is passed in, check its validation 8173 // object so that validation can be skipped when it is loaded 10530 validation 10627 out->validation.tag = TPM_ST_HASHCHECK; 10628 out->validation.hierarchy = in->hierarchy; 10632 out->validation.hierarchy = TPM_RH_NULL; 10633 out->validation.digest.t.size = 0; 10639 out->validation.hierarchy = TPM_RH_NULL; [all …]
|
D | raw_structures_fixed.txt | 1390 response code if the validation code determines that the input parameter is the wrong type. 2169 In the example below, the size= causes the parser to generate validation code that will check that … 2255 The following table titles indicate a structure for which the auto -generation of the validation co… 4497 When the format bit (bit 7) is SET, then the error occurred during the unmarshaling or validation o… 8168 are the checks in the validation code following Table 30 and the reserved attributes check. 8295 the sensitive area data. If the fixedTPM attribute is CLEAR, then validation of this attribute requ… 10003 … in the table below is illustrative and will change according to the implementation. The validation 10007 The validation code produced by an example script will produce a CASE statement with a case for eac… 10078 This version of the table is not expected to be the table checked by the validation code. Rather, t… 10080 table would be checked by the input validation code. [all …]
|
D | raw_structures.txt | 1390 response code if the validation code determines that the input parameter is the wrong type. 2169 In the example below, the size= causes the parser to generate validation code that will check that … 2255 The following table titles indicate a structure for which the auto -generation of the validation co… 4503 When the format bit (bit 7) is SET, then the error occurred during the unmarshaling or validation o… 8140 are the checks in the validation code following Table 30 and the reserved attributes check. 8267 the sensitive area data. If the fixedTPM attribute is CLEAR, then validation of this attribute requ… 9975 … in the table below is illustrative and will change according to the implementation. The validation 9979 The validation code produced by an example script will produce a CASE statement with a case for eac… 10050 This version of the table is not expected to be the table checked by the validation code. Rather, t… 10052 table would be checked by the input validation code. [all …]
|