Home
last modified time | relevance | path

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

/external/tpm2-tss/test/integration/
Dsapi-session-util.c353 TPM2B_MAX_BUFFER hashInput; in tpm_calc_phash() local
362 hashInput.size = 0; in tpm_calc_phash()
389 hashInputPtr = &(hashInput.buffer[hashInput.size]); in tpm_calc_phash()
392 hashInput.size += 4; in tpm_calc_phash()
399 hashInputPtr = &(hashInput.buffer[hashInput.size]); in tpm_calc_phash()
401 hashInput.size += 4; in tpm_calc_phash()
403 rval = ConcatSizedByteBuffer(&hashInput, (TPM2B *)&name1); in tpm_calc_phash()
407 rval = ConcatSizedByteBuffer(&hashInput, (TPM2B *)&name2); in tpm_calc_phash()
411 rval = ConcatSizedByteBuffer(&hashInput, (TPM2B *)&name3); in tpm_calc_phash()
415 if (hashInput.size + parametersSize > sizeof(hashInput.buffer)) in tpm_calc_phash()
[all …]