Home
last modified time | relevance | path

Searched refs:validation (Results 1 – 8 of 8) sorted by relevance

/system/tpm/attestation/common/
Dtpm_utility_v1.cc227 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()
Dattestation_ca.proto95 // Additional intermediate CA certificates that can help in validation.
/system/tpm/trunks/
Dmock_tpm.h431 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,
Dtpm_utility_impl.cc587 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/
Dupdate_metadata.proto190 // 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/
Draw_commands_fixed.txt1203 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 …]
Draw_structures_fixed.txt1390 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 …]
Draw_structures.txt1390 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 …]