Home
last modified time | relevance | path

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

/external/u-boot/lib/
Dtpm-v2.c16 tpm_u16(TPM2_ST_NO_SESSIONS), in tpm2_startup()
37 tpm_u16(TPM2_ST_NO_SESSIONS), in tpm2_self_test()
124 tpm_u16(TPM2_ST_NO_SESSIONS), /* TAG */ in tpm2_pcr_read()
165 tpm_u16(TPM2_ST_NO_SESSIONS), /* TAG */ in tpm2_get_capability()
/external/u-boot/include/
Dtpm-v2.h21 TPM2_ST_NO_SESSIONS = 0x8001, enumerator
/external/u-boot/drivers/tpm/
Dtpm2_tis_sandbox.c82 if (tag != TPM2_ST_NO_SESSIONS) { in sandbox_tpm2_check_session()