Home
last modified time | relevance | path

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

/external/tpm2-tss/src/tss2-sys/api/
DTss2_Sys_GetEncryptParam.c33 if (BE_TO_HOST_16(resp_header_from_cxt(ctx)->tag) == TPM2_ST_NO_SESSIONS) in Tss2_Sys_GetEncryptParam()
/external/tpm2-tss/src/tss2-sys/
Dsysapi_util.h70 resp_header_from_cxt(_TSS2_SYS_CONTEXT_BLOB *ctx) in resp_header_from_cxt() function
Dsysapi_util.c117 rspSize = BE_TO_HOST_32(resp_header_from_cxt(ctx)->responseSize); in CommonComplete()
164 if (BE_TO_HOST_16(resp_header_from_cxt(ctx)->tag) == in CommonOneCall()
/external/tpm2-tss/test/tpmclient/
Dtpmclient.int.c1964 resp_header_from_cxt(ctx)->tag = TPM2_ST_SESSIONS; in GetSetEncryptParamTests()