Searched refs:authHash (Results 1 – 12 of 12) sorted by relevance
/external/tpm2/ |
D | PolicyAuthorize.c | 26 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()
|
D | PolicySigned.c | 36 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()
|
D | StartAuthSession.c | 45 || in->nonceCaller.t.size > CryptGetHashDigestSize(in->authHash)) in TPM2_StartAuthSession() 104 result = SessionCreate(in->sessionType, in->authHash, in TPM2_StartAuthSession()
|
D | StartAuthSession_fp.h | 19 TPMI_ALG_HASH authHash; member
|
D | Session_fp.h | 34 TPMI_ALG_HASH authHash, // IN: the hash algorithm
|
D | Marshal_StartAuthSession.c | 66 result = TPMI_ALG_HASH_Unmarshal(&target->authHash, buffer, size, FALSE); in StartAuthSession_In_Unmarshal()
|
D | Session.c | 306 TPMI_ALG_HASH authHash, // IN: the hash algorithm in SessionCreate() argument 347 session->authHashAlg = authHash; in SessionCreate()
|
D | part3.txt | 2326 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 …]
|
D | part4.txt | 14479 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/ |
D | raw_commands.txt | 3589 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 …]
|
D | raw_commands_fixed.txt | 3589 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 …]
|
D | commands.txt | 130 _NAME authHash
|