Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/tpm2/
Dtpm2.py12 TPM2_ST_NO_SESSIONS = 0x8001 variable
408 TPM2_ST_NO_SESSIONS,
454 TPM2_ST_NO_SESSIONS,
496 TPM2_ST_NO_SESSIONS,
510 TPM2_ST_NO_SESSIONS,
520 TPM2_ST_NO_SESSIONS,
530 TPM2_ST_NO_SESSIONS,
687 TPM2_ST_NO_SESSIONS,
Dtpm2_tests.py149 tpm2.TPM2_ST_NO_SESSIONS,
165 tpm2.TPM2_ST_NO_SESSIONS,
182 tpm2.TPM2_ST_NO_SESSIONS,
205 tpm2.TPM2_ST_NO_SESSIONS,
280 cmd = struct.pack(fmt, tpm2.TPM2_ST_NO_SESSIONS, struct.calcsize(fmt),
/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()
DTss2_Sys_Execute.c112 ctx->rsp_header.tag != TPM2_ST_NO_SESSIONS) { in Tss2_Sys_ExecuteFinish()
/external/tpm2-tss/test/unit/
DCopyCommandHeader.c89 TPMI_ST_COMMAND_TAG tag_net = htons (TPM2_ST_NO_SESSIONS); in CopyCommandHeader_tag_unit()
Dsys-execute.c70 if (hdr.tag != TPM2_ST_NO_SESSIONS || hdr.size != 0xC || hdr.code != 0x17B) in tcti_transmit()
/external/tpm2-tss/src/tss2-sys/
Dsysapi_util.c51 rval = Tss2_MU_TPM2_ST_Marshal(TPM2_ST_NO_SESSIONS, ctx->cmdBuffer, in CopyCommandHeader()
/external/tpm2-tss/include/tss2/
Dtss2_tpm2_types.h422 #define TPM2_ST_NO_SESSIONS ((TPM2_ST) 0x8001) /* tag value for a command response for a c… macro
/external/tpm2-tss/src/tss2-fapi/
Dtpm_json_deserialize.c872 { TPM2_ST_NO_SESSIONS, "NO_SESSIONS" }, in ifapi_json_TPM2_ST_deserialize()
Dtpm_json_serialize.c565 { TPM2_ST_NO_SESSIONS, "NO_SESSIONS" }, in ifapi_json_TPM2_ST_serialize()