Lines Matching refs:hmacKey
1656 37 TPM2B_HASH_BLOCK hmacKey; // the HMAC key
6890 127 TPM2B_DIGEST hmacKey;
6897 134 hmacKey.t.size = CryptGetHashDigestSize(hashAlg);
6901 138 hmacKey.t.size * 8, hmacKey.t.buffer, NULL);
6904 141 integrity->t.size = CryptStartHMAC2B(hashAlg, &hmacKey.b, &hmacState);
19565 158 &hmacState->hmacKey.b)) > 0)
19601 180 keySize, key, &hmacState->hmacKey.b)) > 0)
19898 347 return _cpri__CompleteHMAC(&hashState->state, &hmacState->hmacKey.b,
27321 584 TPM2B_MAX_HASH_BLOCK hmacKey;
27367 624 &hmacKey.b) <= 0)
27393 650 _cpri__CompleteHMAC(&hashState, &hmacKey.b, hLen, stream);