Home | History | Annotate | Download | only in tpm2

Lines Matching full:hmacstate

167    HMAC_STATE               hmacState;
178 integrity->t.size = CryptStartHMAC2B(hashAlg, &hmacKey.b, &hmacState);
180 CryptUpdateDigest(&hmacState, sensitiveSize, sensitiveData);
182 CryptUpdateDigest2B(&hmacState, (TPM2B *)name);
184 CryptCompleteHMAC2B(&hmacState, &integrity->b);