Home | History | Annotate | Download | only in tpm2

Lines Matching refs:hashAlg

17 //     TPM_RC_VALUE                      hashAlg is not compatible with the hash algorithm of the scheme of
28 TPM_ALG_ID hashAlg;
51 hashAlg = in->hashAlg;
55 hashAlg
56 = publicArea->parameters.keyedHashDetail.scheme.details.hmac.hashAlg;
58 if(in->hashAlg != TPM_ALG_NULL && in->hashAlg != hashAlg)
59 hashAlg = TPM_ALG_NULL;
62 if(hashAlg == TPM_ALG_NULL)
69 return ObjectCreateHMACSequence(hashAlg,