Home
last modified time | relevance | path

Searched refs:authHash (Results 1 – 12 of 12) 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()
Dpart3.txt2326 is the size of the digest produced by authHash);
2345 the digest produced by authHash.
2387 TPMI_ALG_HASH authHash Shall be a hash algorithm supported by the TPM and
2430 produced by authHash
2452 20 || in->nonceCaller.t.size > CryptGetHashDigestSize(in->authHash))
2516 79 result = SessionCreate(in->sessionType, in->authHash,
10846 14 TPM2B_DIGEST authHash;
10896 59 authHash.t.size = CryptStartHash(CryptGetSignHashAlg(&in->auth),
10912 75 CryptCompleteHash2B(&hashState, &authHash.b);
10916 79 result = CryptVerifySignature(in->authObject, &authHash, &in->auth);
[all …]
Dpart4.txt14479 212 TPMI_ALG_HASH authHash, // IN: the hash algorithm
14533 261 session->authHashAlg = authHash;
23043 2633 // Get authHash algorithm based on signing scheme
/external/tpm2/generator/
Draw_commands.txt3589 the size of the digest produced by authHash);
3633 the digest produced by authHash.
3715 authHash
3804 produced by authHash
3881 || in->nonceCaller.t.size > CryptGetHashDigestSize(in->authHash))
3995 result = SessionCreate(in->sessionType, in->authHash,
19350 authHash;
19501 authHash.t.size = CryptStartHash(CryptGetSignHashAlg(&in->auth),
19512 CryptCompleteHash2B(&hashState, &authHash.b);
19515 result = CryptVerifySignature(in->authObject, &authHash, &in->auth);
[all …]
Draw_commands_fixed.txt3589 the size of the digest produced by authHash);
3633 the digest produced by authHash.
3717 authHash
3806 produced by authHash
3883 || in->nonceCaller.t.size > CryptGetHashDigestSize(in->authHash))
3997 result = SessionCreate(in->sessionType, in->authHash,
19361 authHash;
19512 authHash.t.size = CryptStartHash(CryptGetSignHashAlg(&in->auth),
19523 CryptCompleteHash2B(&hashState, &authHash.b);
19526 result = CryptVerifySignature(in->authObject, &authHash, &in->auth);
[all …]
Dcommands.txt130 _NAME authHash