Home | History | Annotate | Download | only in tpm2

Lines Matching defs:proof

59    TPM2B_AUTH                *proof;
64 // Use the proof value of the hierarchy
65 proof = HierarchyGetProof(hierarchy);
68 &proof->b, &hmacState);
96 TPM2B_AUTH *proof;
98 // Get proper proof
99 proof = HierarchyGetProof(hierarchy);
105 &proof->b, &hmacState);
135 TPM2B_AUTH *proof;
137 // Get proper proof
138 proof = HierarchyGetProof(hierarchy);
143 &proof->b, &hmacState);
169 TPM2B_AUTH *proof;
171 // Get proper proof
172 proof = HierarchyGetProof(hierarchy);
177 &proof->b, &hmacState);