Searched refs:TPM2_ST_SESSIONS (Results 1 – 11 of 11) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/tpm2/ |
D | tpm2.py | 13 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/ |
D | Tss2_Sys_GetRpBuffer.c | 39 if (ctx->rsp_header.tag == TPM2_ST_SESSIONS) { in Tss2_Sys_GetRpBuffer()
|
D | Tss2_Sys_GetRspAuths.c | 36 if (TPM2_ST_SESSIONS != ctx->rsp_header.tag) in Tss2_Sys_GetRspAuths()
|
D | Tss2_Sys_SetCmdAuths.c | 44 req_header_from_cxt(ctx)->tag = HOST_TO_BE_16(TPM2_ST_SESSIONS); in Tss2_Sys_SetCmdAuths()
|
D | Tss2_Sys_Execute.c | 111 if (ctx->rsp_header.tag != TPM2_ST_SESSIONS && in Tss2_Sys_ExecuteFinish()
|
/external/tpm2-tss/src/tss2-sys/ |
D | sysapi_util.c | 135 if (tag == TPM2_ST_SESSIONS) in CommonComplete() 165 TPM2_ST_SESSIONS && rspAuthsArray) in CommonOneCall()
|
/external/tpm2-tss/test/integration/ |
D | esys-session-attributes.int.c | 218 if (tag != TPM2_ST_SESSIONS) { in hookcheck_session1()
|
/external/tpm2-tss/include/tss2/ |
D | tss2_tpm2_types.h | 423 #define TPM2_ST_SESSIONS ((TPM2_ST) 0x8002) /* tag value for a command response for a c… macro
|
/external/tpm2-tss/test/tpmclient/ |
D | tpmclient.int.c | 1964 resp_header_from_cxt(ctx)->tag = TPM2_ST_SESSIONS; in GetSetEncryptParamTests()
|
/external/tpm2-tss/src/tss2-fapi/ |
D | tpm_json_deserialize.c | 873 { TPM2_ST_SESSIONS, "SESSIONS" }, in ifapi_json_TPM2_ST_deserialize()
|
D | tpm_json_serialize.c | 566 { TPM2_ST_SESSIONS, "SESSIONS" }, in ifapi_json_TPM2_ST_serialize()
|