Home
last modified time | relevance | path

Searched refs:CryptStartHash (Results 1 – 25 of 28) sorted by relevance

12

/external/tpm2/
DPolicyDuplicationSelect.c42 session->u1.cpHash.t.size = CryptStartHash(session->authHashAlg, &hashState); in TPM2_PolicyDuplicationSelect()
57 = CryptStartHash(session->authHashAlg, &hashState); in TPM2_PolicyDuplicationSelect()
DPolicy_spt.c91 policyDigestSize = CryptStartHash(session->authHashAlg, &hashState); in PolicyContextUpdate()
104 CryptStartHash(session->authHashAlg, &hashState); in PolicyContextUpdate()
DAttest_spt.c161 digest.t.size = CryptStartHash(hashAlg, &hashState); in SignAttestInfo()
168 CryptStartHash(hashAlg, &hashState); in SignAttestInfo()
DPolicyCounterTimer.c147 argHash.t.size = CryptStartHash(session->authHashAlg, &hashState); in TPM2_PolicyCounterTimer()
159 CryptStartHash(session->authHashAlg, &hashState); in TPM2_PolicyCounterTimer()
DPolicyNV.c154 argHash.t.size = CryptStartHash(session->authHashAlg, &hashState); in TPM2_PolicyNV()
170 CryptStartHash(session->authHashAlg, &hashState); in TPM2_PolicyNV()
DPolicyPhysicalPresence.c27 CryptStartHash(session->authHashAlg, &hashState); in TPM2_PolicyPhysicalPresence()
DPolicyAuthValue.c28 CryptStartHash(session->authHashAlg, &hashState); in TPM2_PolicyAuthValue()
DPolicyPassword.c28 CryptStartHash(session->authHashAlg, &hashState); in TPM2_PolicyPassword()
DPolicyCommandCode.c39 CryptStartHash(session->authHashAlg, &hashState); in TPM2_PolicyCommandCode()
DPolicyNvWritten.c50 CryptStartHash(session->authHashAlg, &hashState); in TPM2_PolicyNvWritten()
DPolicyNameHash.c46 CryptStartHash(session->authHashAlg, &hashState); in TPM2_PolicyNameHash()
DHash.c22 out->outHash.t.size = CryptStartHash(in->hashAlg, &hashState); in TPM2_Hash()
DPolicyCpHash.c49 CryptStartHash(session->authHashAlg, &hashState); in TPM2_PolicyCpHash()
DPCR_Event.c56 size = CryptStartHash(hash, &hashState); in TPM2_PCR_Event()
DPolicyOR.c44 session->u2.policyDigest.t.size = CryptStartHash(session->authHashAlg, in TPM2_PolicyOR()
DPolicyLocality.c90 CryptStartHash(session->authHashAlg, &hashState); in TPM2_PolicyLocality()
DPolicyPCR.c65 CryptStartHash(session->authHashAlg, &hashState); in TPM2_PolicyPCR()
DPolicyAuthorize.c62 authHash.t.size = CryptStartHash(hashAlg, &hashState); in TPM2_PolicyAuthorize()
DNV_Extend.c75 newDigest.t.size = CryptStartHash(nvIndex.publicArea.nameAlg, &hashState); in TPM2_NV_Extend()
DObject.c531 CryptStartHash(hash, &hashObject->state.hashState[count]); in ObjectCreateEventSequence()
734 name->t.size = CryptStartHash(publicArea->nameAlg, &hashState); in ObjectComputeName()
766 qualifiedName->t.size = CryptStartHash(nameAlg, &hashState); in ObjectComputeQualifiedName()
DPolicySigned.c81 authHash.t.size = CryptStartHash(CryptGetSignHashAlg(&in->auth), in TPM2_PolicySigned()
DCommandAudit.c236 digest->t.size = CryptStartHash(gp.auditHashAlg, &hashState); in CommandAuditGetDigest()
DSessionProcess.c485 cpHash->t.size = CryptStartHash(hashAlg, &hashState); in ComputeCpHash()
502 nameHash->t.size = CryptStartHash(hashAlg, &hashState); in ComputeCpHash()
1467 rpHash->t.size = CryptStartHash(hashAlg, &hashState); in ComputeRpHash()
1523 CryptStartHash(auditSession->authHashAlg, &hashState); in Audit()
1581 CryptStartHash(gp.auditHashAlg, &hashState); in CommandAudit()
DPCR.c708 CryptStartHash(hash, &hashState); in PCRExtend()
741 digest->t.size = CryptStartHash(hashAlg, &hashState); in PCRComputeCurrentDigest()
DCryptUtil_fp.h335 UINT16 CryptStartHash(TPMI_ALG_HASH hashAlg, // IN: hash algorithm

12