Searched refs:hmacKey (Results 1 – 5 of 5) sorted by relevance
/external/tpm2/ |
D | stubs_hash.c | 103 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()
|
D | Object_spt.c | 168 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()
|
D | CpriHash.c | 770 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()
|
D | Global.h | 89 TPM2B_HASH_BLOCK hmacKey; // the HMAC key member
|
D | CryptUtil.c | 229 &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()
|