Home
last modified time | relevance | path

Searched refs:authHash (Results 1 – 7 of 7) sorted by relevance

/external/tpm2/
DPolicyAuthorize.c26 TPM2B_DIGEST authHash; in TPM2_PolicyAuthorize() local
62 authHash.t.size = CryptStartHash(hashAlg, &hashState); in TPM2_PolicyAuthorize()
71 CryptCompleteHash2B(&hashState, &authHash.b); in TPM2_PolicyAuthorize()
74 TicketComputeVerified(in->checkTicket.hierarchy, &authHash, in TPM2_PolicyAuthorize()
DPolicySigned.c36 TPM2B_DIGEST authHash; in TPM2_PolicySigned() local
81 authHash.t.size = CryptStartHash(CryptGetSignHashAlg(&in->auth), in TPM2_PolicySigned()
97 CryptCompleteHash2B(&hashState, &authHash.b); in TPM2_PolicySigned()
101 result = CryptVerifySignature(in->authObject, &authHash, &in->auth); in TPM2_PolicySigned()
DStartAuthSession.c45 || in->nonceCaller.t.size > CryptGetHashDigestSize(in->authHash)) in TPM2_StartAuthSession()
104 result = SessionCreate(in->sessionType, in->authHash, in TPM2_StartAuthSession()
DStartAuthSession_fp.h19 TPMI_ALG_HASH authHash; member
DSession_fp.h34 TPMI_ALG_HASH authHash, // IN: the hash algorithm
DMarshal_StartAuthSession.c66 result = TPMI_ALG_HASH_Unmarshal(&target->authHash, buffer, size, FALSE); in StartAuthSession_In_Unmarshal()
DSession.c306 TPMI_ALG_HASH authHash, // IN: the hash algorithm in SessionCreate() argument
347 session->authHashAlg = authHash; in SessionCreate()