Home
last modified time | relevance | path

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

/external/tpm2-tss/test/integration/
Dsapi-session-util.c76 rval = ConcatSizedByteBuffer((TPM2B_MAX_BUFFER *)&key, in start_auth_session()
83 rval = ConcatSizedByteBuffer((TPM2B_MAX_BUFFER *)&key, in start_auth_session()
199 ConcatSizedByteBuffer(&hmac_key, (TPM2B *)&entity->entityAuth); in compute_command_hmac()
251 ConcatSizedByteBuffer(&hmac_key, (TPM2B *)&entity->entityAuth); in check_response_hmac()
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()
543 ConcatSizedByteBuffer(result_key, (TPM2B *)&digest); in KDFa()
Dsapi-util.h198 ConcatSizedByteBuffer(
Dsapi-util.c578 ConcatSizedByteBuffer( in ConcatSizedByteBuffer() function
/external/tpm2-tss/
DCHANGELOG.md753 - Added functionality needed for KDFa functions ConcatSizedByteBuffer,