Home | History | Annotate | Download | only in tpm2

Lines Matching refs:hashAlg

16 //     TPM_RC_VALUE                      hashAlg is not compatible with the hash algorithm of the scheme of
27 TPMI_ALG_HASH 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)
68 out->outHMAC.t.size = CryptStartHMAC2B(hashAlg,