Home | History | Annotate | Download | only in tpm2

Lines Matching refs:digestSize

417 //      If digestSize is smaller than the digest size of hash/HMAC algorithm, the most significant bytes of
427 UINT16 digestSize, // IN: size of digest buffer
441 return _cpri__CompleteHash(&hashState->state, digestSize, digest);
497 // This function completes a HMAC sequence and returns the digest. If digestSize is smaller than the digest
507 UINT32 digestSize, // IN: size of digest buffer
517 digestSize, digest);
635 UINT32 digestSize;
637 digestSize = CryptStartHMAC2B(scheme->details.hmac.hashAlg,
641 pAssert(digestSize > 0);
643 CryptCompleteHMAC(&hmacState, digestSize,