Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/tpm2/
Dtpm2.py13 TPM2_ST_SESSIONS = 0x8002 variable
441 TPM2_ST_SESSIONS,
568 TPM2_ST_SESSIONS,
606 TPM2_ST_SESSIONS,
633 TPM2_ST_SESSIONS,
651 TPM2_ST_SESSIONS,
673 TPM2_ST_SESSIONS,
/external/tpm2-tss/src/tss2-sys/api/
DTss2_Sys_GetRpBuffer.c39 if (ctx->rsp_header.tag == TPM2_ST_SESSIONS) { in Tss2_Sys_GetRpBuffer()
DTss2_Sys_GetRspAuths.c36 if (TPM2_ST_SESSIONS != ctx->rsp_header.tag) in Tss2_Sys_GetRspAuths()
DTss2_Sys_SetCmdAuths.c44 req_header_from_cxt(ctx)->tag = HOST_TO_BE_16(TPM2_ST_SESSIONS); in Tss2_Sys_SetCmdAuths()
DTss2_Sys_Execute.c111 if (ctx->rsp_header.tag != TPM2_ST_SESSIONS && in Tss2_Sys_ExecuteFinish()
/external/tpm2-tss/src/tss2-sys/
Dsysapi_util.c135 if (tag == TPM2_ST_SESSIONS) in CommonComplete()
165 TPM2_ST_SESSIONS && rspAuthsArray) in CommonOneCall()
/external/tpm2-tss/test/integration/
Desys-session-attributes.int.c218 if (tag != TPM2_ST_SESSIONS) { in hookcheck_session1()
/external/tpm2-tss/include/tss2/
Dtss2_tpm2_types.h423 #define TPM2_ST_SESSIONS ((TPM2_ST) 0x8002) /* tag value for a command response for a c… macro
/external/tpm2-tss/test/tpmclient/
Dtpmclient.int.c1964 resp_header_from_cxt(ctx)->tag = TPM2_ST_SESSIONS; in GetSetEncryptParamTests()
/external/tpm2-tss/src/tss2-fapi/
Dtpm_json_deserialize.c873 { TPM2_ST_SESSIONS, "SESSIONS" }, in ifapi_json_TPM2_ST_deserialize()
Dtpm_json_serialize.c566 { TPM2_ST_SESSIONS, "SESSIONS" }, in ifapi_json_TPM2_ST_serialize()