OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:proof
(Results
1 - 4
of
4
) sorted by null
/external/tpm2/
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);
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
...]
CryptUtil.c
2946
TPM2B_AUTH *
proof
= NULL;
local
[
all
...]
/system/tpm/attestation/server/
attestation_service.cc
743
std::string
proof
;
local
754
&
proof
)) {
762
key->set_certified_key_proof(
proof
);
Completed in 83 milliseconds