OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:creationHash
(Results
1 - 11
of
11
) sorted by null
/external/tpm2/
CertifyCreation.c
41
&in->
creationHash
, &ticket);
63
// Copy the
creationHash
64
certifyInfo.attested.creation.
creationHash
= in->
creationHash
;
CreatePrimary.c
82
&out->
creationHash
);
92
&out->
creationHash
, &out->creationTicket);
CertifyCreation_fp.h
16
TPM2B_DIGEST
creationHash
;
CreatePrimary_fp.h
24
TPM2B_DIGEST
creationHash
;
Create_fp.h
24
TPM2B_DIGEST
creationHash
;
Create.c
101
&out->creationData, &out->
creationHash
);
111
&out->
creationHash
, &out->creationTicket);
Marshal_CertifyCreation.c
51
result = TPM2B_DIGEST_Unmarshal(&target->
creationHash
, buffer, size);
Marshal_Create.c
31
total_size += TPM2B_DIGEST_Marshal(&source->
creationHash
, buffer, size);
Marshal_CreatePrimary.c
32
total_size += TPM2B_DIGEST_Marshal(&source->
creationHash
, buffer, size);
tpm_types.h
[
all
...]
tpm_generated.c
[
all
...]
Completed in 102 milliseconds