Searched refs:hmacKey (Results 1 – 9 of 9) 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()
|
D | part4.txt | 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) [all …]
|
D | part3.txt | 13395 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/ |
D | raw_commands.txt | 24154 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
|
D | raw_commands_fixed.txt | 24165 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
|