Searched refs:creationHash (Results 1 – 18 of 18) sorted by relevance
/external/tpm2/ |
D | CertifyCreation.c | 41 &in->creationHash, &ticket); in TPM2_CertifyCreation() 64 certifyInfo.attested.creation.creationHash = in->creationHash; in TPM2_CertifyCreation()
|
D | CreatePrimary.c | 82 &out->creationHash); in TPM2_CreatePrimary() 92 &out->creationHash, &out->creationTicket); in TPM2_CreatePrimary()
|
D | Create.c | 101 &out->creationData, &out->creationHash); in TPM2_Create() 111 &out->creationHash, &out->creationTicket); in TPM2_Create()
|
D | CertifyCreation_fp.h | 16 TPM2B_DIGEST creationHash; member
|
D | CreatePrimary_fp.h | 24 TPM2B_DIGEST creationHash; member
|
D | Create_fp.h | 24 TPM2B_DIGEST creationHash; member
|
D | Marshal_CertifyCreation.c | 51 result = TPM2B_DIGEST_Unmarshal(&target->creationHash, buffer, size); in CertifyCreation_In_Unmarshal()
|
D | Marshal_Create.c | 31 total_size += TPM2B_DIGEST_Marshal(&source->creationHash, buffer, size); in Create_Out_Marshal()
|
D | Marshal_CreatePrimary.c | 32 total_size += TPM2B_DIGEST_Marshal(&source->creationHash, buffer, size); in CreatePrimary_Out_Marshal()
|
D | tpm_types.h | 912 TPM2B_DIGEST creationHash; member
|
D | part3.txt | 2724 creationData. Additionally, the digest of this structure is returned in creationHash, and, finally,… 2781 TPM2B_DIGEST creationHash digest of creationData using nameAlg of outPubl… 2896 56 &out->creationData, &out->creationHash); 2906 66 &out->creationHash, &out->creationTicket); 7479 loaded public area and the provided hash of the creation data (creationHash). 7483 The TPM will create a test ticket using the Name associated with objectHandle and creationHash as: 7484 …HMAC(proof, (TPM_ST_CREATION || objectHandle→Name || creationHash)) (… 7487 If the ticket is valid, then the TPM will create a TPMS_ATTEST structure and place creationHash of … 7488 command in the creationHash field of the structure. The Name associated with objectHandle will be 7523 TPM2B_DIGEST creationHash [all …]
|
D | tpm_generated.c | 6110 total_size += TPM2B_DIGEST_Marshal(&source->creationHash, buffer, size); in TPMS_CREATION_INFO_Marshal() 6122 result = TPM2B_DIGEST_Unmarshal(&target->creationHash, buffer, size); in TPMS_CREATION_INFO_Unmarshal()
|
/external/tpm2/generator/ |
D | commands.txt | 206 _NAME creationHash 1014 _NAME creationHash 2032 _NAME creationHash
|
D | structures.txt | 1178 _NAME creationHash
|
D | raw_commands.txt | 4291 creationData. Additionally, the digest of this structure is returned in creationHash, and, finally,… 4415 creationHash 4664 &out->creationData, &out->creationHash); 4671 &out->creationHash, &out->creationTicket); 13153 loaded public area and the provided hash of the creation data (creationHash). 13158 The TPM will create a test ticket using the Name associated with objectHandle and creationHash as: 13160 HMAC(proof, (TPM_ST_CREATION || objectHandle→Name || creationHash)) 13166 If the ticket is valid, then the TPM will create a TPMS_ATTEST structure and place creationHash of … 13167 command in the creationHash field of the structure. The Name associated with objectHandle will be 13234 creationHash [all …]
|
D | raw_commands_fixed.txt | 4293 creationData. Additionally, the digest of this structure is returned in creationHash, and, finally,… 4417 creationHash 4666 &out->creationData, &out->creationHash); 4673 &out->creationHash, &out->creationTicket); 13164 loaded public area and the provided hash of the creation data (creationHash). 13169 The TPM will create a test ticket using the Name associated with objectHandle and creationHash as: 13171 HMAC(proof, (TPM_ST_CREATION || objectHandle→Name || creationHash)) 13177 If the ticket is valid, then the TPM will create a TPMS_ATTEST structure and place creationHash of … 13178 command in the creationHash field of the structure. The Name associated with objectHandle will be 13245 creationHash [all …]
|
D | raw_structures.txt | 12091 creationHash 12095 creationHash
|
D | raw_structures_fixed.txt | 12114 creationHash 12118 creationHash
|