Lines Matching refs:proof
2549 556 TPM2B_AUTH nullProof; // The proof value associated with
6274 12 TPM2B_AUTH *proof = NULL; // the proof value to use. Is null for
6282 20 // Get proof value
6283 21 proof = HierarchyGetProof(contextBlob->hierarchy);
6310 42 KDFa(CONTEXT_INTEGRITY_HASH_ALG, &proof->b, "CONTEXT", &sequence2B.b,
6337 62 TPM2B_AUTH *proof;
6340 65 // Get proof value
6341 66 proof = HierarchyGetProof(contextBlob->hierarchy);
6345 70 &proof->b, &hmacState);
8904 …This function finds the proof value associated with a hierarchy.It returns a pointer to the proof …
22665 2336 TPM2B_AUTH *proof = NULL;
22679 2350 proof = &gp.ehProof;
22698 2369 (TPM2B *)proof);
22816 2454 TPM2B_AUTH *proof = NULL;
22827 2465 proof = &gp.ehProof;
22841 2479 (TPM2B *)proof);
23767 31 TPM2B_AUTH *proof;
23774 38 // Use the proof value of the hierarchy
23775 39 proof = HierarchyGetProof(hierarchy);
23779 43 &proof->b, &hmacState);
23817 70 TPM2B_AUTH *proof;
23820 73 // Get proper proof
23821 74 proof = HierarchyGetProof(hierarchy);
23829 82 &proof->b, &hmacState);
23866 113 TPM2B_AUTH *proof;
23869 116 // Get proper proof
23870 117 proof = HierarchyGetProof(hierarchy);
23877 124 &proof->b, &hmacState);
23913 148 TPM2B_AUTH *proof;
23916 151 // Get proper proof
23917 152 proof = HierarchyGetProof(hierarchy);
23924 159 &proof->b, &hmacState);