Home
last modified time | relevance | path

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

/system/tpm/attestation/common/
Dtpm_utility_v1.cc240 TSS_VALIDATION validation; in CreateCertifiedKey() local
241 memset(&validation, 0, sizeof(validation)); in CreateCertifiedKey()
242 validation.ulExternalDataLength = external_data.size(); in CreateCertifiedKey()
244 validation.rgbExternalData = StringAsTSSBuffer(&mutable_external_data); in CreateCertifiedKey()
245 result = Tspi_Key_CertifyKey(key, identity_key, &validation); in CreateCertifiedKey()
250 ScopedTssMemory scoped_certified_data(0, validation.rgbData); in CreateCertifiedKey()
251 ScopedTssMemory scoped_proof(0, validation.rgbValidationData); in CreateCertifiedKey()
277 key_info->assign(TSSBufferAsString(validation.rgbData, in CreateCertifiedKey()
278 validation.ulDataLength)); in CreateCertifiedKey()
281 proof->assign(TSSBufferAsString(validation.rgbValidationData, in CreateCertifiedKey()
[all …]
Dattestation_ca.proto95 // Additional intermediate CA certificates that can help in validation.
/system/tpm/trunks/
Dtpm_utility_impl.cc593 TPMT_TK_HASHCHECK validation; in Sign() local
594 validation.tag = TPM_ST_HASHCHECK; in Sign()
595 validation.hierarchy = TPM_RH_NULL; in Sign()
596 validation.digest.size = 0; in Sign()
601 validation, in Sign()
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_generated.h4463 const TPMT_TK_HASHCHECK& validation)> HashResponse;
4473 TPMT_TK_HASHCHECK* validation,
4486 TPMT_TK_HASHCHECK* validation,
4626 const TPMT_TK_HASHCHECK& validation)> SequenceCompleteResponse;
4637 TPMT_TK_HASHCHECK* validation,
4652 TPMT_TK_HASHCHECK* validation,
4992 const TPMT_TK_VERIFIED& validation)> VerifySignatureResponse;
5002 TPMT_TK_VERIFIED* validation,
5016 TPMT_TK_VERIFIED* validation,
5026 const TPMT_TK_HASHCHECK& validation,
[all …]
Dtpm_generated.cc17287 TPMT_TK_HASHCHECK* validation, in ParseResponse_Hash() argument
17377 validation, in ParseResponse_Hash()
17418 TPMT_TK_HASHCHECK validation; in HashResponseParser() local
17422 &validation, in HashResponseParser()
17431 validation); in HashResponseParser()
17466 TPMT_TK_HASHCHECK* validation, in HashSync() argument
17483 validation, in HashSync()
19269 TPMT_TK_HASHCHECK* validation, in ParseResponse_SequenceComplete() argument
19359 validation, in ParseResponse_SequenceComplete()
19400 TPMT_TK_HASHCHECK validation; in SequenceCompleteResponseParser() local
[all …]
/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_commands.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
3883 // If an decrypt key is passed in, check its validation
8162 // object so that validation can be skipped when it is loaded
10517 validation
10616 out->validation.tag = TPM_ST_HASHCHECK;
10617 out->validation.hierarchy = in->hierarchy;
10621 out->validation.hierarchy = TPM_RH_NULL;
10622 out->validation.digest.t.size = 0;
10628 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 …]
/system/connectivity/shill/doc/
Dservice-api.txt631 connection attempt. Even without this validation,