Searched refs:TPM2_RH_PLATFORM (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/lib/ |
H A D | tpm-v2.c | 818 tpm_u32(TPM2_RH_PLATFORM), /* Primary platform seed */ in tpm2_nv_define_space() 905 tpm_u32(TPM2_RH_PLATFORM), /* Primary platform seed */ in tpm2_nv_read_value() 945 TPM2_RH_PLATFORM; in tpm2_nv_write_value() 1322 tpm_u32(TPM2_RH_PLATFORM), /* TPM resource handle */ in tpm2_pcr_setauthpolicy() 1467 tpm_u32(TPM2_RH_PLATFORM), /* Primary platform seed */ in tpm2_write_lock() 1491 tpm_u32(TPM2_RH_PLATFORM), /* Primary platform seed */ in tpm2_disable_platform_hierarchy() 1501 tpm_u32(TPM2_RH_PLATFORM), /* Hierarchy to disable */ in tpm2_disable_platform_hierarchy()
|
H A D | tpm_api.c | 216 return tpm2_clear(dev, TPM2_RH_PLATFORM, NULL, 0); in tpm_force_clear()
|
/openbmc/u-boot/cmd/ |
H A D | tpm-v2.c | 88 handle = TPM2_RH_PLATFORM; in do_tpm2_clear() 302 handle = TPM2_RH_PLATFORM; in do_tpm_change_auth()
|
/openbmc/u-boot/include/ |
H A D | tpm-v2.h | 307 TPM2_RH_PLATFORM = 0x4000000C, enumerator
|
/openbmc/u-boot/drivers/tpm/ |
H A D | tpm2_tis_sandbox.c | 117 case TPM2_RH_PLATFORM: in sandbox_tpm2_check_session()
|