Home
last modified time | relevance | path

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

/system/tpm/attestation/common/
Dtpm_utility.h65 std::string* proof) = 0;
Dtpm_utility_v1.h56 std::string* proof) override;
Dtpm_utility_v1.cc171 std::string* proof) { in CreateCertifiedKey() argument
172 CHECK(key_blob && public_key && public_key_tpm_format && key_info && proof); in CreateCertifiedKey()
263 proof->assign(TSSBufferAsString(validation.rgbValidationData, in CreateCertifiedKey()
/system/tpm/attestation/server/
Dattestation_service.cc686 std::string proof; in CreateKey() local
691 &proof)) { in CreateKey()
699 key->set_certified_key_proof(proof); in CreateKey()
/system/tpm/trunks/generator/
Draw_structures.txt918 Table 83 — Values for proof Used in Tickets .......................................................…
8321 provides proof of knowledge of the authValue of the object with an HMAC authorization session or a
8364 …, authorization for operations that require ADMIN role may be given if the caller provides proof of
10823 HMACcontexAlg(proof, (ticketType || param { || param {…}))
10833 proof
10858 The proof value used for each hierarchy is shown in Table 83.
10859 Table 83 — Values for proof Used in Tickets
10862 proof
10907 the hierarchy of the proof value
10943 HMACcontextAlg(proof, (TPM_ST_CREATION || name || HnameAlg(TPMS_CREATION_DATA)))
[all …]
Draw_structures_fixed.txt918 Table 83 — Values for proof Used in Tickets .......................................................…
8349 provides proof of knowledge of the authValue of the object with an HMAC authorization session or a
8392 …, authorization for operations that require ADMIN role may be given if the caller provides proof of
10851 HMACcontexAlg(proof, (ticketType || param { || param {…}))
10861 proof
10886 The proof value used for each hierarchy is shown in Table 83.
10887 Table 83 — Values for proof Used in Tickets
10890 proof
10935 the hierarchy of the proof value
10971 HMACcontextAlg(proof, (TPM_ST_CREATION || name || HnameAlg(TPMS_CREATION_DATA)))
[all …]
Draw_commands_fixed.txt1525 authValue will not be required but proof of knowledge of the session secret is necessary.
1529 A policy session may require proof of knowledge of the authValue of the object being authorized.
13171 HMAC(proof, (TPM_ST_CREATION || objectHandle→Name || creationHash))
15645 A valid ticket may be used in subsequent commands to provide proof to the TPM that the TPM has
16014 proof that digest was created by the TPM
18944 HMAC(proof, HpolicyAlg(ticketType || timeout || cpHashA || policyRef || authObject→Name)) (12)
18947 proof
23821 HMAC(proof, (TPM_ST_VERIFIED || aHash || keySign→Name))
26464 The proof values may be set from the RNG or derived from the associated new Primary Seed. If
28113 Hierarchy authValue, authPolicy, and proof values;
Draw_commands.txt1525 authValue will not be required but proof of knowledge of the session secret is necessary.
1529 A policy session may require proof of knowledge of the authValue of the object being authorized.
13160 HMAC(proof, (TPM_ST_CREATION || objectHandle→Name || creationHash))
15634 A valid ticket may be used in subsequent commands to provide proof to the TPM that the TPM has
16001 proof that digest was created by the TPM
18933 HMAC(proof, HpolicyAlg(ticketType || timeout || cpHashA || policyRef || authObject→Name)) (12)
18936 proof
23810 HMAC(proof, (TPM_ST_VERIFIED || aHash || keySign→Name))
26453 The proof values may be set from the RNG or derived from the associated new Primary Seed. If
28102 Hierarchy authValue, authPolicy, and proof values;