OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpHashA
(Results
1 - 16
of
16
) sorted by null
/external/tpm2/
PolicyCpHash.c
15
// TPM_RC_SIZE
cpHashA
is not the size of a digest produced by the hash algorithm
34
if( in->
cpHashA
.t.size != 0
36
&& !Memory2BEqual(&in->
cpHashA
.b, &session->u1.cpHash.b)
41
if(in->
cpHashA
.t.size != CryptGetHashDigestSize(session->authHashAlg))
47
// policyDigestnew = hash(policyDigestold || TPM_CC_PolicyCpHash ||
cpHashA
)
57
// add
cpHashA
58
CryptUpdateDigest2B(&hashState, &in->
cpHashA
.b);
64
session->u1.cpHash = in->
cpHashA
;