Home
last modified time | relevance | path

Searched refs:creationHash (Results 1 – 25 of 63) sorted by relevance

123

/external/tpm2-tss/src/tss2-esys/api/
DEsys_Create.c88 TPM2B_DIGEST **creationHash, in Esys_Create() argument
110 creationHash, creationTicket); in Esys_Create()
282 TPM2B_DIGEST **creationHash, in Esys_Create_Finish() argument
289 creationData, creationHash, creationTicket); in Esys_Create_Finish()
307 if (creationHash != NULL) in Esys_Create_Finish()
308 *creationHash = NULL; in Esys_Create_Finish()
331 if (creationHash != NULL) { in Esys_Create_Finish()
332 *creationHash = calloc(sizeof(TPM2B_DIGEST), 1); in Esys_Create_Finish()
333 if (*creationHash == NULL) { in Esys_Create_Finish()
400 (creationHash != NULL) ? *creationHash : NULL, in Esys_Create_Finish()
[all …]
DEsys_CreatePrimary.c102 TPM2B_DIGEST **creationHash, in Esys_CreatePrimary() argument
124 creationData, creationHash, in Esys_CreatePrimary()
298 TPM2B_DIGEST **creationHash, in Esys_CreatePrimary_Finish() argument
306 creationData, creationHash, creationTicket); in Esys_CreatePrimary_Finish()
324 if (creationHash != NULL) in Esys_CreatePrimary_Finish()
325 *creationHash = NULL; in Esys_CreatePrimary_Finish()
349 if (creationHash != NULL) { in Esys_CreatePrimary_Finish()
350 *creationHash = calloc(sizeof(TPM2B_DIGEST), 1); in Esys_CreatePrimary_Finish()
351 if (*creationHash == NULL) { in Esys_CreatePrimary_Finish()
419 (creationHash != NULL) ? *creationHash in Esys_CreatePrimary_Finish()
[all …]
DEsys_CertifyCreation.c79 const TPM2B_DIGEST *creationHash, in Esys_CertifyCreation() argument
89 creationHash, inScheme, creationTicket); in Esys_CertifyCreation()
164 const TPM2B_DIGEST *creationHash, in Esys_CertifyCreation_Async() argument
172 esysContext, signHandle, objectHandle, qualifyingData, creationHash, in Esys_CertifyCreation_Async()
205 qualifyingData, creationHash, inScheme, in Esys_CertifyCreation_Async()
/external/tpm2-tss/test/integration/
Desys-hierarchychangeauth.int.c48 TPM2B_DIGEST *creationHash = NULL; in test_esys_hierarchychangeauth() local
132 &outPublic, &creationData, &creationHash, in test_esys_hierarchychangeauth()
146 Esys_Free(creationHash); in test_esys_hierarchychangeauth()
154 &outPublic, &creationData, &creationHash, in test_esys_hierarchychangeauth()
171 Esys_Free(creationHash); in test_esys_hierarchychangeauth()
199 Esys_Free(creationHash); in test_esys_hierarchychangeauth()
Desys-hierarchy-control.int.c51 TPM2B_DIGEST *creationHash = NULL; in test_esys_hierarchy_control() local
132 &outPublic, &creationData, &creationHash, in test_esys_hierarchy_control()
152 &outPublic, &creationData, &creationHash, in test_esys_hierarchy_control()
161 Esys_Free(creationHash); in test_esys_hierarchy_control()
175 Esys_Free(creationHash); in test_esys_hierarchy_control()
Desys-certify-creation.int.c43 TPM2B_DIGEST *creationHash = NULL; in test_esys_certify_creation() local
131 &creationHash, &creationTicket); in test_esys_certify_creation()
145 creationHash, in test_esys_certify_creation()
159 Esys_Free(creationHash); in test_esys_certify_creation()
174 Esys_Free(creationHash); in test_esys_certify_creation()
Desys-hmac.int.c45 TPM2B_DIGEST *creationHash = NULL; in test_esys_hmac() local
90 &creationHash, &creationTicket); in test_esys_hmac()
115 Esys_Free(creationHash); in test_esys_hmac()
130 Esys_Free(creationHash); in test_esys_hmac()
Desys-certify.int.c43 TPM2B_DIGEST *creationHash = NULL; in test_esys_certify() local
131 &creationHash, &creationTicket); in test_esys_certify()
156 Esys_Free(creationHash); in test_esys_certify()
171 Esys_Free(creationHash); in test_esys_certify()
Desys-ecdh-keygen.int.c52 TPM2B_DIGEST *creationHash = NULL; in test_esys_ecdh_keygen() local
138 &outPublic, &creationData, &creationHash, in test_esys_ecdh_keygen()
160 Esys_Free(creationHash); in test_esys_ecdh_keygen()
183 Esys_Free(creationHash); in test_esys_ecdh_keygen()
Desys-verify-signature.int.c43 TPM2B_DIGEST *creationHash = NULL; in test_esys_verify_signature() local
128 &outPublic, &creationData, &creationHash, in test_esys_verify_signature()
133 Esys_Free(creationHash); in test_esys_verify_signature()
208 Esys_Free(creationHash); in test_esys_verify_signature()
Desys-ecdh-zgen.int.c54 TPM2B_DIGEST *creationHash = NULL; in test_esys_ecdh_zgen() local
138 &outPublic, &creationData, &creationHash, in test_esys_ecdh_zgen()
184 Esys_Free(creationHash); in test_esys_ecdh_zgen()
206 Esys_Free(creationHash); in test_esys_ecdh_zgen()
Desys-get-time.int.c47 TPM2B_DIGEST *creationHash = NULL; in test_esys_get_time() local
137 &creationHash, &creationTicket); in test_esys_get_time()
184 Esys_Free(creationHash); in test_esys_get_time()
199 Esys_Free(creationHash); in test_esys_get_time()
Desys-create-primary-hmac.int.c47 TPM2B_DIGEST *creationHash = NULL; in test_esys_create_primary_hmac() local
176 &outPublic, &creationData, &creationHash, in test_esys_create_primary_hmac()
196 Esys_Free(creationHash); in test_esys_create_primary_hmac()
217 Esys_Free(creationHash); in test_esys_create_primary_hmac()
Desys-commit.int.c48 TPM2B_DIGEST *creationHash = NULL; in test_esys_commit() local
147 &outPublic, &creationData, &creationHash, in test_esys_commit()
180 Esys_Free(creationHash); in test_esys_commit()
204 Esys_Free(creationHash); in test_esys_commit()
Desys-policy-authorize.int.c45 TPM2B_DIGEST *creationHash = NULL; in test_esys_policy_authorize() local
128 &outPublic, &creationData, &creationHash, in test_esys_policy_authorize()
204 Esys_Free(creationHash); in test_esys_policy_authorize()
228 Esys_Free(creationHash); in test_esys_policy_authorize()
Desys-rsa-encrypt-decrypt.int.c46 TPM2B_DIGEST *creationHash = NULL; in test_esys_rsa_encrypt_decrypt() local
140 &creationHash, &creationTicket); in test_esys_rsa_encrypt_decrypt()
144 Esys_Free(creationHash); in test_esys_rsa_encrypt_decrypt()
208 Esys_Free(creationHash); in test_esys_rsa_encrypt_decrypt()
Desys-nv-certify.int.c50 TPM2B_DIGEST *creationHash = NULL; in test_esys_nv_certify() local
138 &creationHash, &creationTicket); in test_esys_nv_certify()
233 Esys_Free(creationHash); in test_esys_nv_certify()
260 Esys_Free(creationHash); in test_esys_nv_certify()
Desys-zgen-2phase.int.c61 TPM2B_DIGEST *creationHash = NULL; in test_esys_zgen_2phase() local
147 &outPublic, &creationData, &creationHash, in test_esys_zgen_2phase()
211 Esys_Free(creationHash); in test_esys_zgen_2phase()
235 Esys_Free(creationHash); in test_esys_zgen_2phase()
Desys-create-fail.int.c47 TPM2B_DIGEST *creationHash = NULL; in test_esys_create_fail() local
172 &outPublic, &creationData, &creationHash, in test_esys_create_fail()
285 Esys_Free(creationHash); in test_esys_create_fail()
298 Esys_Free(creationHash); in test_esys_create_fail()
Desys-duplicate.int.c62 TPM2B_DIGEST *creationHash = NULL; in test_esys_duplicate() local
206 &outPublic, &creationData, &creationHash, in test_esys_duplicate()
212 Esys_Free(creationHash); in test_esys_duplicate()
219 &outPublic, &creationData, &creationHash, in test_esys_duplicate()
441 Esys_Free(creationHash); in test_esys_duplicate()
493 Esys_Free(creationHash); in test_esys_duplicate()
Desys-audit.int.c57 TPM2B_DIGEST *creationHash = NULL; in test_esys_audit() local
143 &creationHash, &creationTicket); in test_esys_audit()
253 Esys_Free(creationHash); in test_esys_audit()
275 Esys_Free(creationHash); in test_esys_audit()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Attestation/
DCertifyCreation.c71 &in->creationHash, &ticket); in TPM2_CertifyCreation()
87 certifyInfo.attested.creation.creationHash = in->creationHash; in TPM2_CertifyCreation()
/external/tpm2-tss/src/tss2-sys/api/
DTss2_Sys_CertifyCreation.c20 const TPM2B_DIGEST *creationHash, in Tss2_Sys_CertifyCreation_Prepare() argument
62 rval = Tss2_MU_TPM2B_DIGEST_Marshal(creationHash, ctx->cmdBuffer, in Tss2_Sys_CertifyCreation_Prepare()
121 const TPM2B_DIGEST *creationHash, in Tss2_Sys_CertifyCreation() argument
135 qualifyingData, creationHash, in Tss2_Sys_CertifyCreation()
DTss2_Sys_Create.c114 TPM2B_DIGEST *creationHash, in Tss2_Sys_Create_Complete() argument
151 creationHash); in Tss2_Sys_Create_Complete()
172 TPM2B_DIGEST *creationHash, in Tss2_Sys_Create() argument
192 creationData, creationHash, creationTicket); in Tss2_Sys_Create()
DTss2_Sys_CreatePrimary.c112 TPM2B_DIGEST *creationHash, in Tss2_Sys_CreatePrimary_Complete() argument
148 creationHash); in Tss2_Sys_CreatePrimary_Complete()
176 TPM2B_DIGEST *creationHash, in Tss2_Sys_CreatePrimary() argument
198 creationData, creationHash, in Tss2_Sys_CreatePrimary()

123