Home
last modified time | relevance | path

Searched refs:hmacKey (Results 1 – 5 of 5) sorted by relevance

/external/tpm2/
Dstubs_hash.c103 TPM2B_MAX_HASH_BLOCK hmacKey; in _cpri__KDFa() local
136 &hmacKey.b) <= 0) in _cpri__KDFa()
156 _cpri__CompleteHMAC(&hashState, &hmacKey.b, hLen, stream); in _cpri__KDFa()
DObject_spt.c168 TPM2B_DIGEST hmacKey; in ComputeOuterIntegrity() local
173 hmacKey.t.size = CryptGetHashDigestSize(hashAlg); in ComputeOuterIntegrity()
176 hmacKey.t.size * 8, hmacKey.t.buffer, NULL); in ComputeOuterIntegrity()
178 integrity->t.size = CryptStartHMAC2B(hashAlg, &hmacKey.b, &hmacState); in ComputeOuterIntegrity()
DCpriHash.c770 TPM2B_MAX_HASH_BLOCK hmacKey; in _cpri__KDFa() local
803 &hmacKey.b) <= 0) in _cpri__KDFa()
823 _cpri__CompleteHMAC(&hashState, &hmacKey.b, hLen, stream); in _cpri__KDFa()
DGlobal.h89 TPM2B_HASH_BLOCK hmacKey; // the HMAC key member
DCryptUtil.c229 &hmacState->hmacKey.b)) > 0) in CryptStartHMAC()
261 keySize, key, &hmacState->hmacKey.b)) > 0) in CryptStartHMACSequence()
516 return _cpri__CompleteHMAC(&hashState->state, &hmacState->hmacKey.b, in CryptCompleteHMAC()