/external/tpm2/ |
Ticket.c | 59 TPM2B_AUTH *proof; local 64 // Use the proof value of the hierarchy 65 proof = HierarchyGetProof(hierarchy); 68 &proof->b, &hmacState); 96 TPM2B_AUTH *proof; local 98 // Get proper proof 99 proof = HierarchyGetProof(hierarchy); 105 &proof->b, &hmacState); 135 TPM2B_AUTH *proof; local 137 // Get proper proof 169 TPM2B_AUTH *proof; local [all...] |
Context_spt.c | 28 TPM2B_AUTH *proof = NULL; // the proof value to use. Is null for local 33 // Get proof value 34 proof = HierarchyGetProof(contextBlob->hierarchy); 52 KDFa(CONTEXT_INTEGRITY_HASH_ALG, &proof->b, "CONTEXT", &sequence2B.b, 76 TPM2B_AUTH *proof; local 78 // Get proof value 79 proof = HierarchyGetProof(contextBlob->hierarchy); 82 &proof->b, &hmacState);
|
CryptUtil.c | 2946 TPM2B_AUTH *proof = NULL; local [all...] |
/system/tpm/attestation/common/ |
tpm_utility.h | 55 // format, |key_info| with the TPM_CERTIFY_INFO that was signed, and |proof| 65 std::string* proof) = 0;
|
tpm_utility_v1.h | 56 std::string* proof) override;
|
tpm_utility_v1.cc | 178 std::string* proof) { 179 CHECK(key_blob && public_key && public_key_tpm_format && key_info && proof); 280 // Get the certification proof. 281 proof->assign(TSSBufferAsString(validation.rgbValidationData,
|
/system/tpm/attestation/server/ |
attestation_service.cc | 743 std::string proof; local 754 &proof)) { 762 key->set_certified_key_proof(proof);
|