Home
last modified time | relevance | path

Searched refs:hmacKey (Results 1 – 9 of 9) 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()
Dpart4.txt1656 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)
[all …]
Dpart3.txt13395 the authValue will be included in hmacKey when the authorization HMAC is computed for the command
13398 NOTE If a policy does not use this command, then the hmacKey for the authorized command …
13399 … use sessionKey. If sessionKey is not present, then the hmacKey is an Empty Buffer and no HMAC
/external/tpm2/generator/
Draw_commands.txt24154 the authValue will be included in hmacKey when the authorization HMAC is computed for this session.
24158 If a policy does not use this command, then the hmacKey for the authorized command would only
24159 use sessionKey. If sessionKey is not present, then the hmacKey is an Empty Buffer and no HMAC
Draw_commands_fixed.txt24165 the authValue will be included in hmacKey when the authorization HMAC is computed for this session.
24169 If a policy does not use this command, then the hmacKey for the authorized command would only
24170 use sessionKey. If sessionKey is not present, then the hmacKey is an Empty Buffer and no HMAC