Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/lib/
Dtpm-v2.c59 tpm_u32(TPM2_RS_PW), /* Session handle */ in tpm2_clear()
94 tpm_u32(TPM2_RS_PW), /* Session handle */ in tpm2_pcr_extend()
207 tpm_u32(TPM2_RS_PW), /* Session handle */ in tpm2_dam_reset()
245 tpm_u32(TPM2_RS_PW), /* Session handle */ in tpm2_dam_parameters()
294 tpm_u32(TPM2_RS_PW), /* Session handle */ in tpm2_change_auth()
337 tpm_u32(TPM2_RS_PW), /* session handle */ in tpm2_pcr_setauthpolicy()
393 tpm_u32(TPM2_RS_PW), /* session handle */ in tpm2_pcr_setauthvalue()
/third_party/uboot/u-boot-2020.01/include/
Dtpm-v2.h55 TPM2_RS_PW = 0x40000009, enumerator
/third_party/uboot/u-boot-2020.01/drivers/tpm/
Dtpm2_tis_sandbox.c141 if (session_handle != TPM2_RS_PW) { in sandbox_tpm2_check_session()